index
:
sinitax/cachepc-qemu
master
Fork of AMDESE/qemu with changes for cachepc side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
Ashijeet Acharya
2017-02-28
1
-0
/
+3
*
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
*
COLO: Shutdown related socket fd while do failover
zhanghailiang
2017-02-13
1
-0
/
+3
*
COLO: fix setting checkpoint-delay not working properly
zhanghailiang
2017-02-13
2
-0
/
+7
*
migration: consolidate VMStateField.start
Halil Pasic
2017-02-13
1
-13
/
+8
*
migration: discard non-dirty ram pages after the start of postcopy
Pavel Butsykin
2017-02-13
1
-0
/
+1
*
add 'release-ram' migrate capability
Pavel Butsykin
2017-02-13
2
-1
/
+3
*
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: create Migration Incoming State at init time
Juan Quintela
2017-02-06
1
-1
/
+0
*
migration: re-active images while migration been canceled after inactive them
zhanghailiang
2017-01-24
1
-0
/
+3
*
migration: Fail migration blocker for --only-migratable
Ashijeet Acharya
2017-01-24
1
-1
/
+1
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-1
/
+6
*
migration: Add a new option to enable only-migratable
Ashijeet Acharya
2017-01-24
1
-0
/
+3
*
migration: migrate QTAILQ
Jianjun Duan
2017-01-24
1
-0
/
+20
*
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-5
/
+14
*
intel_iommu: allow migration
Peter Xu
2017-01-10
1
-0
/
+1
*
migration: allow to prioritize save state entries
Peter Xu
2017-01-10
1
-0
/
+6
*
migration: Add VMSTATE_UINTTL_TEST()
David Gibson
2016-11-23
1
-0
/
+4
*
COLO: Implement the process of failover for primary VM
zhanghailiang
2016-10-30
2
-0
/
+4
*
COLO: Introduce state to record failover process
zhanghailiang
2016-10-30
1
-0
/
+5
*
COLO: Add 'x-colo-lost-heartbeat' command to trigger failover
zhanghailiang
2016-10-30
2
-0
/
+23
*
migration: Switch to COLO process after finishing loadvm
zhanghailiang
2016-10-30
2
-0
/
+14
*
migration: Enter into COLO mode after migration if COLO is enabled
zhanghailiang
2016-10-30
1
-0
/
+3
*
COLO: migrate COLO related info to secondary node
zhanghailiang
2016-10-30
1
-0
/
+2
*
migration: Introduce capability 'x-colo' to migration
zhanghailiang
2016-10-30
2
-0
/
+21
*
migrate: move max-bandwidth and downtime-limit to migrate_set_parameter
Ashijeet Acharya
2016-10-13
1
-1
/
+0
*
Remove unused function declarations
Ladi Prosek
2016-09-15
1
-2
/
+0
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
2
-2
/
+5
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
1
-3
/
+3
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
scsi: esp: fix migration
Paolo Bonzini
2016-06-29
1
-1
/
+4
*
migration: Define VMSTATE_UINT64_2DARRAY
Peter Maydell
2016-06-17
1
-0
/
+6
*
migration: rename functions to starting migrations
Daniel P. Berrange
2016-06-16
1
-13
/
+13
*
Postcopy: Add stats on page requests
Dr. David Alan Gilbert
2016-06-16
1
-0
/
+2
*
vmstate: Define VARRAY with VMS_ALLOC
Alexey Kardashevskiy
2016-06-07
1
-0
/
+10
*
migration: remove qemu_get_fd method from QEMUFile
Daniel P. Berrange
2016-05-26
1
-1
/
+0
*
migration: remove support for non-iovec based write handlers
Daniel P. Berrange
2016-05-26
1
-9
/
+0
*
migration: add support for encrypting data with TLS
Daniel P. Berrange
2016-05-26
1
-1
/
+11
*
migration: don't use an array for storing migrate parameters
Daniel P. Berrange
2016-05-26
1
-1
/
+4
*
migration: delete QEMUFile stdio implementation
Daniel P. Berrange
2016-05-26
1
-2
/
+0
*
migration: delete QEMUFile sockets implementation
Daniel P. Berrange
2016-05-26
1
-2
/
+0
*
migration: delete QEMUSizedBuffer struct
Daniel P. Berrange
2016-05-26
1
-16
/
+0
*
migration: delete QEMUFile buffer implementation
Daniel P. Berrange
2016-05-26
1
-6
/
+0
*
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
2016-05-26
1
-1
/
+4
*
migration: add helpers for creating QEMUFile from a QIOChannel
Daniel P. Berrange
2016-05-26
1
-0
/
+6
*
migration: introduce a new QEMUFile impl based on QIOChannel
Daniel P. Berrange
2016-05-26
1
-0
/
+4
*
migration: introduce set_blocking function in QEMUFileOps
Daniel P. Berrange
2016-05-26
1
-0
/
+5
[prev]
[next]