index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
migration
/
vmstate.h
Age
Commit message (
Expand
)
Author
2024-06-21
migration: Remove unused VMSTATE_ARRAY_TEST() macro
Philippe Mathieu-Daudé
2023-12-29
migration: Make VMStateDescription.subsections const
Richard Henderson
2023-11-01
migration: Hack to maintain backwards compatibility for ppc
Juan Quintela
2023-11-01
migration: Create vmstate_register_any()
Juan Quintela
2023-10-30
migration: rename vmstate_save_needed->vmstate_section_needed
Marc-André Lureau
2023-10-04
migration/vmstate: Introduce vmstate_save_state_with_err
Tejus GK
2023-09-08
vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fn
Kevin Wolf
2023-07-03
include/migration: mark vmstate_register() as a legacy function
Alex Bennée
2023-02-06
migration: Add canary to VMSTATE_END_OF_LIST
Dr. David Alan Gilbert
2023-02-06
migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()
David Hildenbrand
2023-02-06
migration/savevm: Allow immutable device state to be migrated early (i.e., be...
David Hildenbrand
2022-03-02
migration: Remove load_state_old and minimum_version_id_old
Peter Maydell
2021-07-08
vfio: Support for RamDiscardManager in the vIOMMU case
David Hildenbrand
2021-05-26
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-10-26
migration: Drop unused VMSTATE_FLOAT64 support
Peter Maydell
2020-06-18
vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
Yuri Benditovich
2020-06-01
migration/vmstate: Remove unnecessary MemoryRegion forward declaration
Philippe Mathieu-Daudé
2020-01-20
migration: Support QLIST migration
Eric Auger
2020-01-20
migration: Change SaveStateEntry.instance_id into uint32_t
Peter Xu
2020-01-20
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
vmstate: add qom interface to get id
Marc-André Lureau
2019-10-29
migration: add new migration state wait-unplug
Jens Freimann
2019-10-11
migration: Support gtree migration
Eric Auger
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
2019-07-26
vmstate.h: Type check VMSTATE_STRUCT_VARRAY macros
Peter Maydell
2019-06-21
vmstate: Add support for kernel integer types
Liran Alon
2019-05-14
migration: comment VMSTATE_UNUSED*() properly
Peter Xu
2019-02-27
migration: Add a VMSTATE_BOOL_TEST() macro
Corey Minyard
2019-01-21
migration: Add post_save function to VMStateDescription
Aaron Lindsay
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
2018-08-14
vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
Luc Michel
2018-06-15
typedefs: add QJSON
Greg Kurz
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
migration: drop an unused include
Michael S. Tsirkin
2018-06-01
vmstate: Add a VSTRUCT type
Corey Minyard
2018-05-31
vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY
Peter Maydell
2018-02-08
pci/bus: let it has higher migration priority
Peter Xu
2018-01-25
vmstate: Add VMSTATE_UINT64_SUB_ARRAY
Richard Henderson
2017-09-27
migration: check pre_save return in vmstate_save_state
Dr. David Alan Gilbert
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-14
migration: Fix compilation with older compilers
Juan Quintela
2017-06-13
hw/intc/arm_gicv3_its: Allow save/restore
Eric Auger
2017-06-13
migration: Move dump_vmsate_json_to_file() to misc.h
Juan Quintela
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
2017-06-13
migration: Move self_announce_delay() to misc.h
Juan Quintela
2017-06-06
migration: remove register_savevm()
Laurent Vivier
[next]