]> git.proxmox.com Git - qemu.git/commit
fdc: fix vmstate variable passed
authorJuan Quintela <quintela@redhat.com>
Wed, 11 Nov 2009 23:39:12 +0000 (00:39 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 12 Nov 2009 17:23:56 +0000 (11:23 -0600)
commit2966b390d0f7cd5e5b971290fcc20685de374228
tree61636a1b3cca5aeccfc5b8f4a9ac8a771db8e535
parent6b1325029d80455b9da7cd7bd84a88cb915b867c
fdc: fix vmstate variable passed

When code was transformed to use qdev_reset/vmstate registration, vmstate
was passed a variable of the wrong type

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/fdc.c