aboutsummaryrefslogtreecommitdiffstats
path: root/hw/hw.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-27vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove itJuan Quintela1-6/+0
2009-10-27vmstate: factor VMSTATE_*BUFFER* definitionsJuan Quintela1-33/+14
2009-10-27vmstate: factor vmstate_offset_bufferJuan Quintela1-6/+7
2009-10-27vmstate: factor vmstate_offset_arrayJuan Quintela1-10/+9
2009-10-27vmstate: factor vmstate_offset_pointerJuan Quintela1-2/+5
2009-10-27vmstate: factor vmstate_offset_valueJuan Quintela1-18/+13
2009-10-27vmstate: fix indentationJuan Quintela1-6/+6
2009-10-27vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32Juan Quintela1-4/+4
2009-10-27vmstate: add VMSTATE_UINT16_EQUAL[_V]Juan Quintela1-0/+7
2009-10-27vmstate: Add support for partial buffers transmissionJuan Quintela1-0/+10
2009-10-27vmstate: add VMSTATE_BUFFER_TESTJuan Quintela1-0/+12
2009-10-05vmstate: Add suppot for field_exist() testJuan Quintela1-0/+26
2009-10-05Add *TL functions to vmstateJuan Quintela1-0/+19
2009-10-05vmstate: add support for arrays of pointersJuan Quintela1-0/+15
2009-10-05vmstate: create VMSTATE_INT16_ARRAYJuan Quintela1-0/+6
2009-10-05vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela1-0/+9
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela1-0/+11
2009-10-05vmstate: add uint8 arrayJuan Quintela1-0/+6
2009-10-05vmstate: Add support for sending partial arraysJuan Quintela1-0/+12
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela1-2/+2
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-10-05vmstate: remove const for put operationsJuan Quintela1-2/+2
2009-09-11vmstate: port cirrus_vga deviceJuan Quintela1-0/+9
2009-09-11vmstate: add uint64 array supportJuan Quintela1-0/+6
2009-09-11vmstate: add support for arrays of uint16_tJuan Quintela1-0/+6
2009-09-11vmstate: add support for uint8_t equalJuan Quintela1-0/+4
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela1-0/+2
2009-09-11vmstate: Add pre_load() hookJuan Quintela1-0/+1
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela1-1/+1
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela1-1/+1