savevm: Add DeviceState param
commit0be71e324f774a77243f1a1487f468232d69542b
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 25 Jun 2010 17:09:07 +0000 (25 11:09 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Jul 2010 15:36:28 +0000 (6 10:36 -0500)
treef3ac4560e61b5874fd359da3ada9bd371c25efc4
parent4f43c1ff3b8ce99de80db7c51423e5ba8b143802
savevm: Add DeviceState param

When available, we'd like to be able to access the DeviceState
when registering a savevm.  For buses with a get_dev_path()
function, this will allow us to create more unique savevm
id strings.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
85 files changed:
audio/audio.c
block-migration.c
exec.c
hw/adb.c
hw/ads7846.c
hw/arm_gic.c
hw/arm_timer.c
hw/armv7m_nvic.c
hw/cirrus_vga.c
hw/cuda.c
hw/dma.c
hw/eepro100.c
hw/eeprom93xx.c
hw/g364fb.c
hw/grackle_pci.c
hw/gt64xxx.c
hw/heathrow_pic.c
hw/hw.h
hw/i2c.c
hw/i8254.c
hw/i8259.c
hw/ide/cmd646.c
hw/ide/isa.c
hw/ide/macio.c
hw/ide/microdrive.c
hw/ide/mmio.c
hw/ide/piix.c
hw/m48t59.c
hw/mac_dbdma.c
hw/mac_nvram.c
hw/max111x.c
hw/mips_fulong2e.c
hw/mipsnet.c
hw/mst_fpga.c
hw/nand.c
hw/openpic.c
hw/pci.c
hw/pckbd.c
hw/piix4.c
hw/pl011.c
hw/pl022.c
hw/pl061.c
hw/ppc4xx_pci.c
hw/ppce500_pci.c
hw/ps2.c
hw/pxa2xx.c
hw/pxa2xx_dma.c
hw/pxa2xx_gpio.c
hw/pxa2xx_keypad.c
hw/pxa2xx_lcd.c
hw/pxa2xx_mmci.c
hw/pxa2xx_pic.c
hw/pxa2xx_timer.c
hw/qdev.c
hw/rc4030.c
hw/serial.c
hw/spitz.c
hw/ssd0323.c
hw/ssi-sd.c
hw/stellaris.c
hw/stellaris_enet.c
hw/stellaris_input.c
hw/syborg_fb.c
hw/syborg_interrupt.c
hw/syborg_keyboard.c
hw/syborg_pointer.c
hw/syborg_rtc.c
hw/syborg_serial.c
hw/syborg_timer.c
hw/tsc2005.c
hw/tsc210x.c
hw/unin_pci.c
hw/vga-isa-mm.c
hw/vga-isa.c
hw/virtio-balloon.c
hw/virtio-blk.c
hw/virtio-net.c
hw/virtio-serial-bus.c
hw/vmmouse.c
hw/vmware_vga.c
hw/zaurus.c
qemu-timer.c
savevm.c
slirp/slirp.c
vl.c