Re: [Qemu-devel] [PATCH for-next 45/74] milkymist: Store LM32 in ResetInfo

2012-05-09 Thread Michael Walle
> Allows us to use cpu_reset() in place of cpu_state_reset() in > main_cpu_reset(). > > Signed-off-by: Andreas Färber [..] Acked-by: Michael Walle

[Qemu-devel] [PATCH for-next 45/74] milkymist: Store LM32 in ResetInfo

2012-05-06 Thread Andreas Färber
Allows us to use cpu_reset() in place of cpu_state_reset() in main_cpu_reset(). Signed-off-by: Andreas Färber --- hw/milkymist.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/milkymist.c b/hw/milkymist.c index 59f37b4..2e7235b 100644 --- a/hw/milkymist.c +++