Re: [Qemu-devel] [PATCH 2/3 v2] Reset qemu timers when guest reset

2013-01-03 Thread Alexander Graf
On 28.12.2012, at 06:16, Bharat Bhushan wrote: > This patch install the timer reset handler. This will be called when > the guest is reset. > > Signed-off-by: Bharat Bhushan Thanks, adjusted to the current QOM'ified code and applied this patch. Alex

[Qemu-devel] [PATCH 2/3 v2] Reset qemu timers when guest reset

2012-12-27 Thread Bharat Bhushan
This patch install the timer reset handler. This will be called when the guest is reset. Signed-off-by: Bharat Bhushan --- v2: same as v1 hw/ppc_booke.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/hw/ppc_booke.c b/hw/ppc_booke.c index d51e7fa..837a5b6 1