index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
migration
/
vmstate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-3
/
+4
*
migration: Drop unused VMSTATE_FLOAT64 support
Peter Maydell
2020-10-26
1
-13
/
+0
*
vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
Yuri Benditovich
2020-06-18
1
-0
/
+10
*
migration/vmstate: Remove unnecessary MemoryRegion forward declaration
Philippe Mathieu-Daudé
2020-06-01
1
-1
/
+0
*
migration: Support QLIST migration
Eric Auger
2020-01-20
1
-0
/
+21
*
migration: Change SaveStateEntry.instance_id into uint32_t
Peter Xu
2020-01-20
1
-1
/
+1
*
migration: Define VMSTATE_INSTANCE_ID_ANY
Peter Xu
2020-01-20
1
-0
/
+2
*
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2020-01-06
1
-4
/
+4
*
vmstate: add qom interface to get id
Marc-André Lureau
2020-01-06
1
-0
/
+2
*
migration: add new migration state wait-unplug
Jens Freimann
2019-10-29
1
-0
/
+2
*
migration: Support gtree migration
Eric Auger
2019-10-11
1
-0
/
+40
*
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
vmstate.h: Type check VMSTATE_STRUCT_VARRAY macros
Peter Maydell
2019-07-26
1
-6
/
+24
*
vmstate: Add support for kernel integer types
Liran Alon
2019-06-21
1
-0
/
+26
*
migration: comment VMSTATE_UNUSED*() properly
Peter Xu
2019-05-14
1
-0
/
+14
*
migration: Add a VMSTATE_BOOL_TEST() macro
Corey Minyard
2019-02-28
1
-0
/
+3
*
migration: Add post_save function to VMStateDescription
Aaron Lindsay
2019-01-21
1
-0
/
+1
*
vmstate: constify VMStateField
Marc-André Lureau
2018-11-27
1
-3
/
+3
*
vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
Luc Michel
2018-08-14
1
-0
/
+3
*
typedefs: add QJSON
Greg Kurz
2018-06-15
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-06-04
1
-1
/
+1
|
\
|
*
migration: drop an unused include
Michael S. Tsirkin
2018-06-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
1
-0
/
+45
|
\
\
|
*
|
vmstate: Add a VSTRUCT type
Corey Minyard
2018-06-01
1
-0
/
+45
|
|
/
*
/
vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY
Peter Maydell
2018-05-31
1
-0
/
+3
|
/
*
pci/bus: let it has higher migration priority
Peter Xu
2018-02-08
1
-0
/
+1
*
vmstate: Add VMSTATE_UINT64_SUB_ARRAY
Richard Henderson
2018-01-25
1
-3
/
+6
*
migration: check pre_save return in vmstate_save_state
Dr. David Alan Gilbert
2017-09-27
1
-2
/
+2
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+1
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-16
/
+35
*
migration: Fix compilation with older compilers
Juan Quintela
2017-06-14
1
-1
/
+0
*
hw/intc/arm_gicv3_its: Allow save/restore
Eric Auger
2017-06-13
1
-0
/
+2
*
migration: Move dump_vmsate_json_to_file() to misc.h
Juan Quintela
2017-06-13
1
-2
/
+0
*
migration: Split registration functions from vmstate.h
Juan Quintela
2017-06-13
1
-38
/
+0
*
migration: Move self_announce_delay() to misc.h
Juan Quintela
2017-06-13
1
-10
/
+0
*
migration: remove register_savevm()
Laurent Vivier
2017-06-06
1
-8
/
+0
*
migration: loadvm handlers are not used
Juan Quintela
2017-06-01
1
-2
/
+0
*
migration: Remove qemu-file.h from vmstate.h
Juan Quintela
2017-05-18
1
-3
/
+0
*
migration: Remove old MigrationParams
Juan Quintela
2017-05-18
1
-1
/
+0
*
migration: Move check_migratable() into qdev.c
Juan Quintela
2017-05-17
1
-0
/
+2
*
Merge remote-tracking branch 'shorne/tags/pull-or-20170504' into staging
Stefan Hajnoczi
2017-05-05
1
-0
/
+18
|
\
|
*
migration: Add VMSTATE_STRUCT_2DARRAY()
Stafford Horne
2017-05-04
1
-0
/
+18
*
|
migration: rename max_size to threshold_size
Peter Xu
2017-04-21
1
-1
/
+2
|
/
*
migration/vmstate: fix array of ptr with nullptrs
Halil Pasic
2017-02-28
1
-0
/
+4
*
migration: Add VMSTATE_WITH_TMP
Dr. David Alan Gilbert
2017-02-13
1
-0
/
+19
*
migration: Add VMSTATE_UNUSED_VARRAY_UINT32
Dr. David Alan Gilbert
2017-02-13
1
-0
/
+11
*
migration: consolidate VMStateField.start
Halil Pasic
2017-02-13
1
-13
/
+8
*
migration: Check for ID length
Dr. David Alan Gilbert
2017-02-06
1
-0
/
+2
*
vmstate_register_with_alias_id: Take an Error **
Dr. David Alan Gilbert
2017-02-06
1
-2
/
+3
*
migration: migrate QTAILQ
Jianjun Duan
2017-01-24
1
-0
/
+20
[next]