aboutsummaryrefslogtreecommitdiff
path: root/hw/hw.h
AgeCommit message (Expand)Author
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-12-12QEMUFileCloseFunc: add return value documentation (v2)Eduardo Habkost
2011-10-20migration: rename qemu_file_has_error to qemu_file_get_errorJuan Quintela
2011-10-20migration: change has_error to contain errno valuesJuan Quintela
2011-08-10hid: introduce hid vmstate macrosMichael Walle
2011-07-20vmstate: add no_migrate flag to VMStateDescriptionGerd Hoffmann
2011-06-19xen: Add the Xen platform pci deviceSteven Smith
2011-04-22vmstate: port pmtimerJuan Quintela
2011-03-10vmstate: move timers to use test instead of versionJuan Quintela
2011-03-10vmstate: be able to store/save a pci device from a pointerJuan Quintela
2011-03-10vmstate: Add a way to send a partial arrayJuan Quintela
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_UINT32Juan Quintela
2011-03-10vmstate: add VMSTATE_INT64_ARRAYJuan Quintela
2011-03-10vmstate: add VMSTATE_STRUCT_VARRAY_INT32Juan Quintela
2011-03-10vmstate: add UINT32 VARRAYSJuan Quintela
2011-03-10vmstate: Fix varrays with uint8 indexesJuan Quintela
2011-03-10vmstate: add VMSTATE_UINT32_EQUALJuan Quintela
2011-03-03vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.hDmitry Eremin-Solenikov
2011-03-03vmstate: add VMSTATE_STRUCT_ARRAY_TESTDmitry Eremin-Solenikov
2011-01-24usb core: add migration supportGerd Hoffmann
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl
2010-12-09spice: add qxl deviceGerd Hoffmann
2010-12-02migration: allow rate > 4gMichael S. Tsirkin
2010-11-01add VMSTATE_BOOLGerd Hoffmann
2010-08-10Support marking a device as non-migratableCam Macdonell
2010-07-26vmstate: add subsections codeJuan Quintela
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-13Move stdbool.hPaul Brook
2010-06-13vmstate: Add VMSTATE_STRUCT_VARRAY_UINT8Jan Kiszka
2010-05-15vmstate: Add support for alias IDJan Kiszka
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka
2010-04-09move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka
2009-12-03vmstate: Add support for multiplying size for a constantJuan Quintela
2009-12-03vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8Juan Quintela
2009-12-03vmstate: Introduce UINT16_TEST supportJuan Quintela
2009-12-03vmstate: Introduce VMSTATE_STRUCT_POINTER_TESTJuan Quintela
2009-12-03vmstate: Introduce VMSTATE_STRUCT_TESTJuan Quintela
2009-12-03vmstate: Add support for VBUFFERSJuan Quintela
2009-12-03vmstate: Fix info field of VMSTATE_MACADDRJan Kiszka
2009-11-17Block live migrationlirans@il.ibm.com
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata
2009-11-09vmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.Isaku Yamahata
2009-10-27vmstate: Add VMSTATE_BUFFER_UNSAFEJuan Quintela
2009-10-27vmstate: Introduce the concept of sub-arraysJuan Quintela
2009-10-27vmstate: Add VMSTATE_MACADDR for the new typeJuan Quintela
2009-10-27vmstate: Add VMSTATE_BUFFER_UNUSEDJuan Quintela
2009-10-27vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela
2009-10-27vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes)Juan Quintela