Re: [Qemu-devel] [RFC PATCH v3 04/49] fdc: adding vmstate for save/restore

2014-08-01 Thread Dr. David Alan Gilbert
* Pavel Dovgalyuk (pavel.dovga...@ispras.ru) wrote: > VMState added by this patch preserves correct > loading of the FDC device state. This is a pretty big series, but I suspect most people don't need most of these devices, especially for replay/reverse execution stuff. Why don't you boil this dow

Re: [Qemu-devel] [RFC PATCH v3 04/49] fdc: adding vmstate for save/restore

2014-07-31 Thread Paolo Bonzini
Il 31/07/2014 14:53, Pavel Dovgalyuk ha scritto: > VMState added by this patch preserves correct > loading of the FDC device state. > > Signed-off-by: Pavel Dovgalyuk > --- > hw/block/fdc.c | 85 > +++- > 1 files changed, 83 insertions(+), 2

[Qemu-devel] [RFC PATCH v3 04/49] fdc: adding vmstate for save/restore

2014-07-31 Thread Pavel Dovgalyuk
VMState added by this patch preserves correct loading of the FDC device state. Signed-off-by: Pavel Dovgalyuk --- hw/block/fdc.c | 85 +++- 1 files changed, 83 insertions(+), 2 deletions(-) diff --git a/hw/block/fdc.c b/hw/block/fdc.c index