Re: [Qemu-devel] [PATCH] Allow QEMUMachine to override reset sequencing

2012-08-09 Thread Andreas Färber
Am 07.08.2012 08:41, schrieb David Gibson: > qemu_system_reset() function always performs the same basic actions on > all machines. This includes running all the reset handler hooks, > however the order in which these will run is not always easily predictable. > > This patch splits the core of qe

Re: [Qemu-devel] [PATCH] Allow QEMUMachine to override reset sequencing

2012-08-07 Thread Benjamin Herrenschmidt
On Tue, 2012-08-07 at 16:41 +1000, David Gibson wrote: > qemu_system_reset() function always performs the same basic actions on > all machines. This includes running all the reset handler hooks, > however the order in which these will run is not always easily predictable. > > This patch splits th