[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [0/2] Allow machine to control ordering of reset
From: |
David Gibson |
Subject: |
[Qemu-devel] [0/2] Allow machine to control ordering of reset |
Date: |
Thu, 2 Aug 2012 12:10:07 +1000 |
As discussed with Anthony on a call this morning, there are cases
where the machine really needs to explicitly control the ordering of
various steps of a system_reset. This is currently possible only very
indirectly and to a limited extent. These patches add support for
having the machine take explicit control of the reset ordering, and
use it to fix a number of reset bugs and near-bugs (i.e. works now,
but largely by accident) in the pseries code.
- [Qemu-devel] [0/2] Allow machine to control ordering of reset,
David Gibson <=
- [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, David Gibson, 2012/08/01
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Andreas Färber, 2012/08/02
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Anthony Liguori, 2012/08/02
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Andreas Färber, 2012/08/02
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Anthony Liguori, 2012/08/02
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, David Gibson, 2012/08/02
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Anthony Liguori, 2012/08/03
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Peter Maydell, 2012/08/03
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Anthony Liguori, 2012/08/03
- Re: [Qemu-devel] [PATCH 2/2] pseries: Use new hook to correct reset sequence, Peter Maydell, 2012/08/03