From patchwork Wed Oct 14 17:34:55 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/16] vga: port vga-isa-mm to vmstate Date: Wed, 14 Oct 2009 07:34:55 -0000 From: Juan Quintela X-Patchwork-Id: 36003 Message-Id: <472bf9fbff301174cb13d4fe3a0b650020ddeafd.1255541443.git.quintela@redhat.com> To: qemu-devel@nongnu.org Signed-off-by: Juan Quintela --- hw/vga-isa-mm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/vga-isa-mm.c b/hw/vga-isa-mm.c index f8fc940..2faefa5 100644 --- a/hw/vga-isa-mm.c +++ b/hw/vga-isa-mm.c @@ -100,7 +100,7 @@ static void vga_mm_init(ISAVGAMMState *s, target_phys_addr_t vram_base, s_ioport_ctrl = cpu_register_io_memory(vga_mm_read_ctrl, vga_mm_write_ctrl, s); vga_io_memory = cpu_register_io_memory(vga_mem_read, vga_mem_write, s); - register_savevm("vga", 0, 2, vga_common_save, vga_common_load, s); + vmstate_register(0, &vmstate_vga_common, s); cpu_register_physical_memory(ctrl_base, 0x100000, s_ioport_ctrl); s->vga.bank_offset = 0;