index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
postcopy-ram.c
Age
Commit message (
Expand
)
Author
2024-10-31
migration: Put thread names together with macros
Peter Xu
2024-10-08
migration/postcopy: Use uffd helpers
Dr. David Alan Gilbert
2024-09-24
migration: remove return after g_assert_not_reached()
Pierrick Bouvier
2024-09-24
migration: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
2024-06-21
migration/postcopy: Add postcopy-recover-setup phase
Peter Xu
2024-06-21
migration: Rename thread debug names
Peter Xu
2024-05-03
migration: remove PostcopyDiscardState from typedefs.h
Paolo Bonzini
2024-03-12
error: Move ERRP_GUARD() to the beginning of the function
Zhao Liu
2024-02-28
migration: remove error from notifier data
Steve Sistare
2024-02-28
notify: pass error to notifier with return
Steve Sistare
2024-01-29
userfaultfd: use 1ULL to build ioctl masks
Paolo Bonzini
2023-09-27
migration: Fix race that dest preempt thread close too early
Peter Xu
2023-07-12
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
David Hildenbrand
2023-05-03
migration: Drop unused parameter for migration_tls_client_create()
Juan Quintela
2023-04-27
migration: Allow postcopy_ram_supported_by_host() to report err
Peter Xu
2023-04-24
migration: Create options.c
Juan Quintela
2023-04-24
migration/postcopy: Detect file system on dest host
Peter Xu
2023-04-20
postcopy-ram: do not use qatomic_mb_read
Paolo Bonzini
2023-04-12
migration: Recover behavior of preempt channel creation for pre-7.2
Peter Xu
2023-04-12
migration: Fix potential race on postcopy_qemufile_src
Peter Xu
2023-03-16
migration: Wait on preempt channel in preempt thread
Peter Xu
2023-02-11
migration: Postpone postcopy preempt channel to be after main
Peter Xu
2023-02-11
migration: Cleanup postcopy_preempt_setup()
Peter Xu
2023-02-11
migration: Rework multi-channel checks on URI
Peter Xu
2023-02-08
Drop duplicate #include
Markus Armbruster
2023-02-06
migration: check magic value for deciding the mapping of channels
manish.mishra
2023-02-06
util/userfaultfd: Add uffd_open()
Peter Xu
2022-07-20
migration: Enable TLS for preempt channel
Peter Xu
2022-07-20
migration: Create the postcopy preempt channel asynchronously
Peter Xu
2022-07-20
migration: Postcopy recover with preempt enabled
Peter Xu
2022-07-20
migration: Postcopy preemption preparation on channel creation
Peter Xu
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-02
migration: postcopy_pause_fault_thread() never fails
Peter Xu
2022-03-02
migration: Enlarge postcopy recovery to capture !-EIO too
Peter Xu
2022-03-02
migration: Add postcopy_thread_create()
Peter Xu
2022-03-02
migration: Introduce postcopy channels on dest node
Peter Xu
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-01-28
migration: Move temp page setup and cleanup into separate functions
Peter Xu
2022-01-28
migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat
Peter Xu
2021-11-06
migration: Check that postcopy fd's are not NULL
Juan Quintela
2021-11-01
migration: Simplify alignment and alignment checks
David Hildenbrand
2021-11-01
migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
David Hildenbrand
2021-05-13
migration/ram: Handle RAM block resizes during postcopy
David Hildenbrand
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-11-02
migration: Unify reset of last_rb on destination node when recover
Peter Xu
2020-10-26
migration: Maintain postcopy faulted addresses
Peter Xu
2020-10-26
migration: Pass incoming state into qemu_ufd_copy_ioctl()
Peter Xu
2020-10-26
migration: Add spaces around operator
Bihong Yu
2020-09-25
migration: Rework migrate_send_rp_req_pages() function
Peter Xu
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
[next]