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
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
2020-09-17
migration/: fix some comment spelling errors
zhaolichang
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-07-03
migration: postcopy take proper error return
Dr. David Alan Gilbert
2020-07-02
virtio-balloon: Rip out qemu_balloon_inhibit()
David Hildenbrand
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-11
migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...
Wei Yang
2019-10-11
migration/postcopy: postpone setting PostcopyState to END
Wei Yang
2019-10-11
migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment
Wei Yang
2019-10-11
migration/postcopy: map large zero page in postcopy_ram_incoming_setup()
Wei Yang
2019-10-11
migration/postcopy: allocate tmp_page in setup stage
Wei Yang
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
2019-08-14
migration/postcopy: make PostcopyDiscardState a static variable
Wei Yang
2019-07-05
general: Replace global smp variables with smp machine properties
Like Xu
2019-03-06
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
2019-01-23
migration: add more error handling for postcopy_ram_enable_notify
Fei Li
2018-10-11
migration: Stop postcopy fault thread before notifying
Ilya Maximets
2018-08-25
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...
Peter Maydell
2018-08-23
postcopy: Synchronize usage of the balloon inhibitor
Alex Williamson
2018-08-22
migration: implement bi-directional RDMA QIOChannel
Lidong Chen
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
2018-05-15
migration: allow fault thread to pause
Peter Xu
2018-04-25
migration: add postcopy total blocktime into query-migrate
Alexey Perevalov
2018-04-25
migration: calculate vCPU blocktime on dst side
Alexey Perevalov
2018-04-25
migration: add postcopy blocktime ctx into MigrationIncomingState
Alexey Perevalov
2018-03-29
migration: fix pfd leak
Marc-André Lureau
2018-03-20
postcopy: Allow shared memory
Dr. David Alan Gilbert
2018-03-20
vhost+postcopy: Wire up POSTCOPY_END notify
Dr. David Alan Gilbert
2018-03-20
vhost+postcopy: Call wakeups
Dr. David Alan Gilbert
[next]