Re: [Qemu-devel] [RFC PATCH v2 16/49] target: save cpu state fields

2014-07-30 Thread Andreas Färber
Am 17.07.2014 13:03, schrieb Pavel Dovgalyuk: > This patch adds interrupt fields to VMState for correct saving the CPU state. > > Signed-off-by: Pavel Dovgalyuk > --- > target-arm/machine.c |5 - > target-i386/machine.c |5 - > 2 files changed, 8 insertions(+), 2 deletions(-) >

[Qemu-devel] [RFC PATCH v2 16/49] target: save cpu state fields

2014-07-17 Thread Pavel Dovgalyuk
This patch adds interrupt fields to VMState for correct saving the CPU state. Signed-off-by: Pavel Dovgalyuk --- target-arm/machine.c |5 - target-i386/machine.c |5 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/target-arm/machine.c b/target-arm/machine.c inde