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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-24
migration/savevm.c: migrate non-default page size
Peter Maydell
1
-0
/
+49
2016-10-24
migration: Remove static allocation of xzblre cache buffer
Vijaya Kumar K
1
-1
/
+3
2016-10-13
migrate: move max-bandwidth and downtime-limit to migrate_set_parameter
Ashijeet Acharya
1
-33
/
+50
2016-10-13
migration: Fix seg with missing port
Dr. David Alan Gilbert
1
-4
/
+12
2016-10-13
migration/postcopy: Explicitly disallow huge pages
Dr. David Alan Gilbert
1
-0
/
+24
2016-10-13
Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
Dr. David Alan Gilbert
1
-1
/
+3
2016-10-13
migrate: Fix bounds check for migration parameters in migration.c
Ashijeet Acharya
1
-0
/
+2
2016-10-13
migrate: Use boxed qapi for migrate-set-parameters
Eric Blake
1
-38
/
+27
2016-10-13
migrate: Share common MigrationParameters struct
Eric Blake
1
-0
/
+7
2016-10-13
migration/rdma: Don't flag an error when we've been told about one
Dr. David Alan Gilbert
1
-1
/
+5
2016-10-13
migration: Make failed migration load set file error
Dr. David Alan Gilbert
1
-7
/
+12
2016-10-13
migration/rdma: Pass qemu_file errors across link
Dr. David Alan Gilbert
1
-0
/
+3
2016-10-13
migration: Report values for comparisons
Dr. David Alan Gilbert
1
-0
/
+8
2016-10-13
migration: report an error giving the failed field
Dr. David Alan Gilbert
1
-0
/
+2
2016-09-27
migration: sync all address spaces
Paolo Bonzini
1
-1
/
+1
2016-09-13
cutils: Export only buffer_is_zero
Richard Henderson
2
-5
/
+2
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-11
migration/socket: fix typo in file header
Cao jin
1
-1
/
+3
2016-08-11
migration: fix live migration failure with compression
Liang Li
1
-0
/
+1
2016-08-11
migration: mmap error check fix
Evgeny Yakovlev
1
-1
/
+2
2016-08-11
migration/ram: fix typo
Cao jin
1
-2
/
+2
2016-08-08
qjson: free str
Marc-André Lureau
1
-0
/
+1
2016-07-22
migration: set state to post-migrate on failure
Dr. David Alan Gilbert
1
-0
/
+4
2016-07-13
hmp: show all of snapshot info on every block dev in output of 'info snapshots'
Lin Ma
1
-7
/
+90
2016-07-13
hmp: use snapshot name to determine whether a snapshot is 'fully available'
Lin Ma
1
-1
/
+5
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-2
/
+2
2016-06-20
trace: split out trace events for migration/ directory
Daniel P. Berrange
1
-0
/
+209
2016-06-17
migration: code clean up
Liang Li
1
-21
/
+15
2016-06-17
migration: refine the decompression code
Liang Li
1
-25
/
+25
2016-06-17
migration: refine the compression code
Liang Li
1
-44
/
+40
2016-06-17
migration: protect the quit flag by lock
Liang Li
1
-16
/
+16
2016-06-17
migration: refine ram_save_compressed_page
Liang Li
1
-14
/
+13
2016-06-17
qemu-file: Fix qemu_put_compression_data flaw
Liang Li
2
-7
/
+34
2016-06-17
migration: remove useless code
Liang Li
1
-1
/
+0
2016-06-17
migration: Fix a potential issue
Liang Li
1
-0
/
+19
2016-06-17
migration: Fix multi-thread compression bug
Liang Li
1
-11
/
+27
2016-06-17
migration: fix inability to save VM after snapshot
Denis V. Lunev
1
-1
/
+11
2016-06-17
migration: Trace improvements
Dr. David Alan Gilbert
1
-6
/
+7
2016-06-17
migration: Don't use *_to_cpup() and cpu_to_*w()
Peter Maydell
2
-8
/
+8
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-16
migration: rename functions to starting migrations
Daniel P. Berrange
6
-27
/
+27
2016-06-16
Postcopy: Check for support when setting the capability
Dr. David Alan Gilbert
1
-0
/
+14
2016-06-16
Postcopy: Add stats on page requests
Dr. David Alan Gilbert
2
-0
/
+3
2016-06-16
Migration: Split out ram part of qmp_query_migrate
Dr. David Alan Gilbert
1
-35
/
+22
2016-06-16
Postcopy: Avoid 0 length discards
Dr. David Alan Gilbert
1
-1
/
+3
2016-06-13
Introduce "xen-load-devices-state"
Wen Congyang
1
-0
/
+37
2016-06-08
migration/block: Convert saving to BlockBackend
Kevin Wolf
1
-45
/
+79
2016-06-08
migration/block: Convert load to BlockBackend
Kevin Wolf
1
-16
/
+10
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-2
/
+3
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
[next]