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