aboutsummaryrefslogtreecommitdiff
path: root/hw/hw.h
AgeCommit message (Expand)Author
2009-10-27vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove itJuan Quintela
2009-10-27vmstate: factor VMSTATE_*BUFFER* definitionsJuan Quintela
2009-10-27vmstate: factor vmstate_offset_bufferJuan Quintela
2009-10-27vmstate: factor vmstate_offset_arrayJuan Quintela
2009-10-27vmstate: factor vmstate_offset_pointerJuan Quintela
2009-10-27vmstate: factor vmstate_offset_valueJuan Quintela
2009-10-27vmstate: fix indentationJuan Quintela
2009-10-27vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32Juan Quintela
2009-10-27vmstate: add VMSTATE_UINT16_EQUAL[_V]Juan Quintela
2009-10-27vmstate: Add support for partial buffers transmissionJuan Quintela
2009-10-27vmstate: add VMSTATE_BUFFER_TESTJuan Quintela
2009-10-05vmstate: Add suppot for field_exist() testJuan Quintela
2009-10-05Add *TL functions to vmstateJuan Quintela
2009-10-05vmstate: add support for arrays of pointersJuan Quintela
2009-10-05vmstate: create VMSTATE_INT16_ARRAYJuan Quintela
2009-10-05vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela
2009-10-05vmstate: add uint8 arrayJuan Quintela
2009-10-05vmstate: Add support for sending partial arraysJuan Quintela
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-05vmstate: remove const for put operationsJuan Quintela
2009-09-11vmstate: port cirrus_vga deviceJuan Quintela
2009-09-11vmstate: add uint64 array supportJuan Quintela
2009-09-11vmstate: add support for arrays of uint16_tJuan Quintela
2009-09-11vmstate: add support for uint8_t equalJuan Quintela
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela
2009-09-11vmstate: Add pre_load() hookJuan Quintela
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela
2009-09-09Fix VMSTATE_PCI_DEVICE versionJuan Quintela
2009-08-31Add VMState support for ptimersBlue Swirl
2009-08-27Add VMState support to run a function after loadJuan Quintela
2009-08-27Port PCIDevice state to VMStateJuan Quintela
2009-08-27Add VMState support for int32_t check valueJuan Quintela
2009-08-27Add VMState support for static sized buffers (uint_8)Juan Quintela
2009-08-27Add VMState support for variable sized arraysJuan Quintela
2009-08-27Add VMState support for int32_t check valueJuan Quintela
2009-08-27Add VMState support for arrays of structsJuan Quintela
2009-08-27Add VMState support for structsJuan Quintela
2009-08-27Add VMState support for arraysJuan Quintela
2009-08-27Add VMState support for pointersJuan Quintela
2009-08-27New VMstate save/load infrastructureJuan Quintela
2009-08-27add file descriptor migrationPaolo Bonzini
2009-08-24unify popen/fopen qemu wrappersPaolo Bonzini
2009-07-16Add qemu_unregister_resetJan Kiszka
2009-07-16Move boot_set callback backendJan Kiszka
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-05-27Allow monitor interaction when using migrate -execChris Lalancette