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
/
ram.c
Age
Commit message (
Expand
)
Author
2023-04-12
migration: fix ram_state_pending_exact()
Juan Quintela
2023-04-12
migration/ram.c: Fix migration with compress enabled
Lukas Straub
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
2023-02-15
migration: In case of postcopy, the memory ends in res_postcopy_only
Juan Quintela
2023-02-13
ram: Document migration ram flags
Juan Quintela
2023-02-11
AVX512 support for xbzrle_encode_buffer
ling xu
2023-02-11
migration: Make ram_save_target_page() a pointer
Juan Quintela
2023-02-11
migration: Calculate ram size once
Juan Quintela
2023-02-11
migration: Split ram_bytes_total_common() in two functions
Juan Quintela
2023-02-11
migration: Make find_dirty_block() return a single parameter
Juan Quintela
2023-02-11
migration: Simplify ram_find_and_save_block()
Juan Quintela
2023-02-06
migration/ram: Factor out check for advised postcopy
David Hildenbrand
2023-02-06
migration/ram: Optimize ram_write_tracking_start() for RamDiscardManager
David Hildenbrand
2023-02-06
migration/ram: Rely on used_length for uffd_change_protection()
David Hildenbrand
2023-02-06
migration/ram: Don't explicitly unprotect when unregistering uffd-wp
David Hildenbrand
2023-02-06
migration/ram: Fix error handling in ram_write_tracking_start()
David Hildenbrand
2023-02-06
migration/ram: Fix populate_read_range()
David Hildenbrand
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
2023-02-06
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
2023-02-06
migration: Fix migration crash when target psize larger than host
Peter Xu
2022-12-15
migration: Drop rs->f
Peter Xu
2022-12-15
migration: Remove old preempt code around state maintainance
Peter Xu
2022-12-15
migration: Send requested page directly in rp-return thread
Peter Xu
2022-12-15
migration: Move last_sent_block into PageSearchStatus
Peter Xu
2022-12-15
migration: Make PageSearchStatus part of RAMState
Peter Xu
2022-12-15
migration: Add pss_init()
Peter Xu
2022-12-15
migration: Introduce pss_channel
Peter Xu
2022-12-15
migration: Teach PSS about host page
Peter Xu
2022-12-15
migration: Use atomic ops properly for page accountings
Peter Xu
2022-12-15
migration: Yield bitmap_mutex properly when sending/sleeping
Peter Xu
2022-12-15
migration: Remove RAMState.f references in compression code
Peter Xu
2022-12-15
migration: Trivial cleanup save_page_header() on same block check
Peter Xu
2022-12-15
migration: Cleanup xbzrle zero page cache update logic
Peter Xu
2022-12-15
migration: Add postcopy_preempt_active()
Peter Xu
2022-12-15
migration: Take bitmap mutex when completing ram migration
Peter Xu
2022-12-15
migration: Export ram_release_page()
Juan Quintela
2022-12-15
migration: Export ram_transferred_ram()
Juan Quintela
2022-11-21
migration: Disable multifd explicitly with compression
Peter Xu
2022-11-21
migration: Fix possible infinite loop of ram save process
Peter Xu
2022-08-02
Revert "migration: Simplify unqueue_page()"
Thomas Huth
2022-07-20
migration/multifd: Report to user when zerocopy not working
Leonardo Bras
2022-07-20
migration: Respect postcopy request order in preemption mode
Peter Xu
2022-07-20
migration: Add property x-postcopy-preempt-break-huge
Peter Xu
2022-07-20
migration: Postcopy preemption enablement
Peter Xu
2022-07-20
migration: Postcopy preemption preparation on channel creation
Peter Xu
2022-06-23
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
2022-06-22
migration: rename qemu_update_position to qemu_file_credit_transfer
Daniel P. Berrangé
2022-06-22
migration: switch to use QIOChannelNull for dummy channel
Daniel P. Berrangé
[next]