aboutsummaryrefslogtreecommitdiff
path: root/hw/hw.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e9b2e81889d9877415710484b876ee57a42b0bcb' into upstream-mergeAvi Kivity2009-12-071-25/+60
|\
| * live migration: Propagate output monitor to callback handlerJan Kiszka2009-12-031-1/+2
| * vmstate: Add support for multiplying size for a constantJuan Quintela2009-12-031-0/+13
| * vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8Juan Quintela2009-12-031-10/+0
| * vmstate: Introduce UINT16_TEST supportJuan Quintela2009-12-031-0/+3
| * vmstate: Introduce VMSTATE_STRUCT_POINTER_TESTJuan Quintela2009-12-031-6/+10
| * vmstate: Introduce VMSTATE_STRUCT_TESTJuan Quintela2009-12-031-7/+11
| * vmstate: Add support for VBUFFERSJuan Quintela2009-12-031-0/+20
| * vmstate: Fix info field of VMSTATE_MACADDRJan Kiszka2009-12-031-1/+1
* | Merge commit '0e607a80d323ba9f46dee71cd07380c4eb5c2b0a' into upstream-mergeAvi Kivity2009-11-221-2/+7
|\|
| * Block live migrationlirans@il.ibm.com2009-11-171-2/+7
* | Merge commit '260c0cd3d985e51b15870ff47e17b7b930efbda1' into upstream-mergeAvi Kivity2009-11-221-2/+16
|\|
| * pci: pcie host and mmcfg support.Isaku Yamahata2009-11-091-0/+11
| * vmstate: introduce VMSTATE_BUFFER_UNSAFE_INFO.Isaku Yamahata2009-11-091-2/+5
* | Merge commit '59c7b155aa6e1cbfe8a92e2322ea59ab31965c10' into upstream-mergeMark McLoughlin2009-10-281-65/+131
|\|
| * vmstate: Add VMSTATE_BUFFER_UNSAFEJuan Quintela2009-10-271-0/+9
| * vmstate: Introduce the concept of sub-arraysJuan Quintela2009-10-271-0/+19
| * vmstate: Add VMSTATE_MACADDR for the new typeJuan Quintela2009-10-271-0/+12
| * vmstate: Add VMSTATE_BUFFER_UNUSEDJuan Quintela2009-10-271-0/+18
| * vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela2009-10-271-11/+6
| * vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes)Juan Quintela2009-10-271-1/+12
| * vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove itJuan Quintela2009-10-271-6/+0
| * vmstate: factor VMSTATE_*BUFFER* definitionsJuan Quintela2009-10-271-33/+14
| * vmstate: factor vmstate_offset_bufferJuan Quintela2009-10-271-6/+7
| * vmstate: factor vmstate_offset_arrayJuan Quintela2009-10-271-10/+9
| * vmstate: factor vmstate_offset_pointerJuan Quintela2009-10-271-2/+5
| * vmstate: factor vmstate_offset_valueJuan Quintela2009-10-271-18/+13
| * vmstate: fix indentationJuan Quintela2009-10-271-6/+6
| * vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32Juan Quintela2009-10-271-4/+4
| * vmstate: add VMSTATE_UINT16_EQUAL[_V]Juan Quintela2009-10-271-0/+7
| * vmstate: Add support for partial buffers transmissionJuan Quintela2009-10-271-0/+10
| * vmstate: add VMSTATE_BUFFER_TESTJuan Quintela2009-10-271-0/+12
* | introduce VMSTATE_U64Glauber Costa2009-10-191-0/+13
|/
* vmstate: Add suppot for field_exist() testJuan Quintela2009-10-051-0/+26
* Add *TL functions to vmstateJuan Quintela2009-10-051-0/+19
* vmstate: add support for arrays of pointersJuan Quintela2009-10-051-0/+15
* vmstate: create VMSTATE_INT16_ARRAYJuan Quintela2009-10-051-0/+6
* vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela2009-10-051-0/+9
* vmstate: create VMSTATE_I2C_SLAVEJuan Quintela2009-10-051-0/+11
* vmstate: add uint8 arrayJuan Quintela2009-10-051-0/+6
* vmstate: Add support for sending partial arraysJuan Quintela2009-10-051-0/+12
* vmstate: remove const from pre_save() functionsJuan Quintela2009-10-051-2/+2
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* vmstate: remove const for put operationsJuan Quintela2009-10-051-2/+2
* vmstate: port cirrus_vga deviceJuan Quintela2009-09-111-0/+9
* vmstate: add uint64 array supportJuan Quintela2009-09-111-0/+6
* vmstate: add support for arrays of uint16_tJuan Quintela2009-09-111-0/+6
* vmstate: add support for uint8_t equalJuan Quintela2009-09-111-0/+4
* vmstate: Add pre/post_save() hooksJuan Quintela2009-09-111-0/+2
* vmstate: Add pre_load() hookJuan Quintela2009-09-111-0/+1