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