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
/
include
/
migration
Age
Commit message (
Expand
)
Author
2024-03-11
migration: purge MigrationState from public interface
Steve Sistare
2024-03-11
migration: delete unused accessors
Steve Sistare
2024-03-11
migration: migration_file_set_error
Steve Sistare
2024-03-11
migration: migration_is_device
Steve Sistare
2024-03-11
migration: migration_thread_is_self
Steve Sistare
2024-03-11
migration: export vcpu_dirty_limit_period
Steve Sistare
2024-03-11
migration: export migration_is_running
Steve Sistare
2024-03-11
migration: export migration_is_active
Steve Sistare
2024-03-11
migration: export migration_is_setup_or_active
Steve Sistare
2024-03-11
migration: export fewer options
Steve Sistare
2024-03-11
migration: Add documentation for SaveVMHandlers
Cédric Le Goater
2024-03-11
migration: Remove SaveStateHandler and LoadStateHandler typedefs
Cédric Le Goater
2024-03-01
migration/qemu-file: add utility methods for working with seekable channels
Fabiano Rosas
2024-02-28
migration: stop vm for cpr
Steve Sistare
2024-02-28
migration: notifier error checking
Steve Sistare
2024-02-28
migration: per-mode notifiers
Steve Sistare
2024-02-28
migration: MigrationNotifyFunc
Steve Sistare
2024-02-28
migration: remove postcopy_after_devices
Steve Sistare
2024-02-28
migration: MigrationEvent for notifiers
Steve Sistare
2024-02-28
migration: convert to NotifierWithReturn
Steve Sistare
2024-02-28
migration: remove error from notifier data
Steve Sistare
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-05
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-01-04
migration: preserve suspended for snapshot
Steve Sistare
2023-12-29
migration: Make VMStateDescription.subsections const
Richard Henderson
2023-11-01
migration: per-mode blockers
Steve Sistare
2023-11-01
migration: mode parameter
Steve Sistare
2023-11-01
migration: Hack to maintain backwards compatibility for ppc
Juan Quintela
2023-11-01
migration: Create vmstate_register_any()
Juan Quintela
2023-10-30
migration: rename vmstate_save_needed->vmstate_section_needed
Marc-André Lureau
2023-10-20
migration: simplify notifiers
Steve Sistare
2023-10-20
migration: simplify blockers
Steve Sistare
2023-10-17
migration: hold the BQL during setup
Fiona Ebner
2023-10-04
migration/vmstate: Introduce vmstate_save_state_with_err
Tejus GK
2023-09-11
Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
2023-09-11
migration: Add .save_prepare() handler to struct SaveVMHandlers
Avihai Horon
2023-09-08
vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fn
Kevin Wolf
2023-07-12
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
David Hildenbrand
2023-07-03
include/migration: mark vmstate_register() as a legacy function
Alex Bennée
2023-06-30
migration: Implement switchover ack logic
Avihai Horon
2023-06-02
migration: never fail in global_state_store()
Vladimir Sementsov-Ogievskiy
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
2023-05-18
migration: process_incoming_migration_co(): move colo part to colo
Vladimir Sementsov-Ogievskiy
2023-05-10
colo: make colo_checkpoint_notify static and provide simpler API
Vladimir Sementsov-Ogievskiy
2023-04-24
migration: move migration_global_dump() to migration-hmp-cmds.c
Juan Quintela
2023-04-20
migration: mark mixed functions that can suspend
Paolo Bonzini
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
2023-02-06
migration: Add canary to VMSTATE_END_OF_LIST
Dr. David Alan Gilbert
2023-02-06
migration/ram: Factor out check for advised postcopy
David Hildenbrand
[next]