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
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
migration: Postpone the kick of the fault thread after recover
Peter Xu
1
-3
/
+8
2020-11-02
migration: Unify reset of last_rb on destination node when recover
Peter Xu
2
-2
/
+6
2020-11-01
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
1
-0
/
+17
2020-10-27
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...
Peter Maydell
11
-89
/
+208
2020-10-26
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...
Peter Maydell
1
-14
/
+12
2020-10-26
migration/postcopy: Release fd before going into 'postcopy-pause'
Peter Xu
1
-3
/
+3
2020-10-26
migration: Sync requested pages after postcopy recovery
Peter Xu
2
-0
/
+58
2020-10-26
migration: Maintain postcopy faulted addresses
Peter Xu
4
-5
/
+74
2020-10-26
migration: Introduce migrate_send_rp_message_req_pages()
Peter Xu
2
-2
/
+10
2020-10-26
migration: Pass incoming state into qemu_ufd_copy_ioctl()
Peter Xu
1
-3
/
+5
2020-10-26
migration: using trace_ to replace DPRINTF
Bihong Yu
3
-28
/
+34
2020-10-26
migration: Delete redundant spaces
Bihong Yu
1
-1
/
+1
2020-10-26
migration: Open brace '{' following function declarations go on the next line
Bihong Yu
1
-1
/
+2
2020-10-26
migration: Do not initialise statics and globals to 0 or NULL
Bihong Yu
2
-2
/
+2
2020-10-26
migration: Add braces {} for if statement
Bihong Yu
1
-2
/
+4
2020-10-26
migration: Open brace '{' following struct go on the same line
Bihong Yu
1
-2
/
+1
2020-10-26
migration: Add spaces around operator
Bihong Yu
5
-10
/
+10
2020-10-26
migration: Don't use '#' flag of printf format
Bihong Yu
2
-3
/
+3
2020-10-26
migration: Do not use C99 // comments
Bihong Yu
2
-2
/
+2
2020-10-26
migration: Drop unused VMSTATE_FLOAT64 support
Peter Maydell
1
-26
/
+0
2020-10-26
migration/block-dirty-bitmap: fix uninitialized variable warning
Chen Qun
1
-12
/
+9
2020-10-26
migration/block-dirty-bitmap: fix larger granularity bitmaps
Stefan Reiter
1
-2
/
+3
2020-10-26
machine: remove deprecated -machine enforce-config-section option
Paolo Bonzini
1
-10
/
+0
2020-10-21
qapi: Restrict Xen migration commands to migration.json
Philippe Mathieu-Daudé
1
-1
/
+0
2020-10-13
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+2
2020-10-13
mingw: fix error __USE_MINGW_ANSI_STDIO redefined
Marc-André Lureau
1
-1
/
+2
2020-10-12
migration: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
1
-7
/
+1
2020-10-12
migration/dirtyrate: present dirty rate only when querying the rate has compl...
Chuan Zheng
1
-2
/
+1
2020-10-12
migration/dirtyrate: record start_time and calc_time while at the measuring s...
Chuan Zheng
1
-4
/
+9
2020-10-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...
Peter Maydell
2
-9
/
+3
2020-10-09
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster
2
-9
/
+3
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
1
-2
/
+2
2020-10-06
replay: flush rr queue before loading the vmstate
Pavel Dovgalyuk
1
-6
/
+6
2020-10-06
migration: introduce icount field for snapshots
Pavel Dovgalyuk
1
-0
/
+5
2020-10-02
migration: Silence compiler warning in global_state_store_running()
Thomas Huth
1
-2
/
+2
2020-09-29
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200928a'...
Peter Maydell
1
-5
/
+2
2020-09-28
Revert "migration: Properly destroy variables on incoming side"
Dr. David Alan Gilbert
1
-5
/
+2
2020-09-28
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+1
2020-09-25
migration/tls: add trace points for multifd-tls
Chuan Zheng
2
-1
/
+13
2020-09-25
migration/tls: add support for multifd tls-handshake
Chuan Zheng
1
-2
/
+75
2020-09-25
migration/tls: extract cleanup function for common-use
Chuan Zheng
1
-12
/
+22
2020-09-25
migration/tls: add tls_hostname into MultiFDSendParams
Chuan Zheng
2
-0
/
+7
2020-09-25
migration/tls: extract migration_tls_client_create for common-use
Chuan Zheng
2
-8
/
+24
2020-09-25
migration/tls: save hostname into MigrationState
Chuan Zheng
4
-0
/
+9
2020-09-25
migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)
Laurent Vivier
1
-1
/
+1
2020-09-25
migration: Truncate state file in xen-save-devices-state
Dov Murik
1
-1
/
+2
2020-09-25
migration/dirtyrate: Add trace_calls to make it easier to debug
Chuan Zheng
2
-0
/
+17
2020-09-25
migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func...
Chuan Zheng
1
-0
/
+62
2020-09-25
migration/dirtyrate: Implement calculate_dirtyrate() function
Chuan Zheng
1
-2
/
+43
2020-09-25
migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_...
Chuan Zheng
2
-0
/
+30
[next]