summaryrefslogtreecommitdiffstats
path: root/hw/hw.h
Commit message (Expand)AuthorAgeFilesLines
* hw: move headers to include/Paolo Bonzini2013-04-081-76/+0Star
* savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson2013-03-261-0/+6
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* aio: introduce AioContext, move bottom halves therePaolo Bonzini2012-10-301-0/+1
* hw/hw.h: Add include of qemu-log.hPeter Maydell2012-10-201-0/+1
* Make target_phys_addr_t 64 bits unconditionallyAvi Kivity2012-10-051-1/+1
* vmstate: extract declarations out of hw/hw.hPaolo Bonzini2012-01-131-891/+2Star
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-0/+5
* QEMUFileCloseFunc: add return value documentation (v2)Eduardo Habkost2011-12-121-1/+7
* migration: rename qemu_file_has_error to qemu_file_get_errorJuan Quintela2011-10-201-1/+1
* migration: change has_error to contain errno valuesJuan Quintela2011-10-201-1/+1
* hid: introduce hid vmstate macrosMichael Walle2011-08-101-0/+20
* vmstate: add no_migrate flag to VMStateDescriptionGerd Hoffmann2011-07-201-0/+1
* xen: Add the Xen platform pci deviceSteven Smith2011-06-191-0/+3
* vmstate: port pmtimerJuan Quintela2011-04-221-6/+11
* vmstate: move timers to use test instead of versionJuan Quintela2011-03-101-3/+12
* vmstate: be able to store/save a pci device from a pointerJuan Quintela2011-03-101-0/+8
* vmstate: Add a way to send a partial arrayJuan Quintela2011-03-101-0/+9
* vmstate: add VMSTATE_STRUCT_VARRAY_UINT32Juan Quintela2011-03-101-0/+10
* vmstate: add VMSTATE_INT64_ARRAYJuan Quintela2011-03-101-0/+6
* vmstate: add VMSTATE_STRUCT_VARRAY_INT32Juan Quintela2011-03-101-0/+10
* vmstate: add UINT32 VARRAYSJuan Quintela2011-03-101-0/+11
* vmstate: Fix varrays with uint8 indexesJuan Quintela2011-03-101-2/+3
* vmstate: add VMSTATE_UINT32_EQUALJuan Quintela2011-03-101-0/+4
* vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.hDmitry Eremin-Solenikov2011-03-031-0/+20
* vmstate: add VMSTATE_STRUCT_ARRAY_TESTDmitry Eremin-Solenikov2011-03-031-8/+13
* usb core: add migration supportGerd Hoffmann2011-01-241-0/+10
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-231-11/+10Star
* spice: add qxl deviceGerd Hoffmann2010-12-091-0/+14
* migration: allow rate > 4gMichael S. Tsirkin2010-12-021-4/+4
* add VMSTATE_BOOLGerd Hoffmann2010-11-011-0/+14
* Support marking a device as non-migratableCam Macdonell2010-08-101-0/+2
* vmstate: add subsections codeJuan Quintela2010-07-261-0/+6
* savevm: Add DeviceState paramAlex Williamson2010-07-061-7/+11
* Move stdbool.hPaul Brook2010-06-131-1/+0Star
* vmstate: Add VMSTATE_STRUCT_VARRAY_UINT8Jan Kiszka2010-06-131-0/+10
* vmstate: Add support for alias IDJan Kiszka2010-05-151-0/+4
* vmstate: Drop unused post_save handlerJan Kiszka2010-05-151-1/+0Star
* move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini2010-04-091-2/+0Star
* 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/+0Star
* 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