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
Age
Commit message (
Expand
)
Author
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-05
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-01-04
migration: fix coverity migrate_mode finding
Steve Sistare
2024-01-04
migration/multifd: Remove unnecessary usage of local Error
Avihai Horon
2024-01-04
migration: Remove unnecessary usage of local Error
Avihai Horon
2024-01-04
migration: Fix migration_channel_read_peek() error path
Avihai Horon
2024-01-04
migration/multifd: Remove error_setg() in migration_ioc_process_incoming()
Avihai Horon
2024-01-04
migration/multifd: Fix leaking of Error in TLS error flow
Avihai Horon
2024-01-04
migration/multifd: Simplify multifd_channel_connect() if else statement
Avihai Horon
2024-01-04
migration/multifd: Fix error message in multifd_recv_initial_packet()
Avihai Horon
2024-01-04
migration: Remove errp parameter in migration_fd_process_incoming()
Avihai Horon
2024-01-04
migration: Refactor migration_incoming_setup()
Avihai Horon
2024-01-04
migration: Remove nulling of hostname in migrate_init()
Avihai Horon
2024-01-04
migration: Remove migrate_max_downtime() declaration
Avihai Horon
2024-01-04
migration: preserve suspended for bg_migration
Steve Sistare
2024-01-04
migration: preserve suspended for snapshot
Steve Sistare
2024-01-04
migration: preserve suspended runstate
Steve Sistare
2024-01-04
migration: propagate suspended runstate
Steve Sistare
2023-12-30
migration: Constify VMState
Richard Henderson
2023-12-29
migration: Make VMStateDescription.subsections const
Richard Henderson
2023-12-26
Merge tag 'dirtylimit-dirtyrate-pull-request-20231225' of https://github.com/...
Stefan Hajnoczi
2023-12-25
migration/dirtyrate: Remove an extra parameter
Wafer
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-12-04
Merge tag 'migration-20231201-pull-request' of https://github.com/xzpeter/qem...
Stefan Hajnoczi
2023-12-01
migration: Plug memory leak with migration URIs
Het Gala
2023-11-30
migration: free 'saddr' since be no longer used
Zongmin Zhou
2023-11-30
migration/multifd: Stop setting p->ioc before connecting
Fabiano Rosas
2023-11-15
migration/rdma.c: spelling fix: asume
Michael Tokarev
2023-11-07
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
2023-11-07
Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
2023-11-03
migration: Unlock mutex in error case
Juan Quintela
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
2023-11-02
migration: Implement MigrateChannelList to hmp migration flow.
Het Gala
2023-11-02
migration: Implement MigrateChannelList to qmp migration flow.
Het Gala
2023-11-02
migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
Het Gala
2023-11-02
migration: New migrate and migrate-incoming argument 'channels'
Het Gala
2023-11-02
migration: Convert the file backend to the new QAPI syntax
Fabiano Rosas
2023-11-02
migration: convert exec backend to accept MigrateAddress.
Het Gala
2023-11-02
migration: convert rdma backend to accept MigrateAddress
Het Gala
2023-11-02
migration: convert socket backend to accept MigrateAddress
Het Gala
2023-11-02
migration: convert migration 'uri' into 'MigrateAddress'
Het Gala
2023-11-02
migration: Change ram_dirty_bitmap_reload() retval to bool
Peter Xu
2023-11-02
migration: Allow network to fail even during recovery
Peter Xu
2023-11-02
migration: Refactor error handling in source return path
Peter Xu
2023-11-01
migration: per-mode blockers
Steve Sistare
2023-11-01
migration: mode parameter
Steve Sistare
2023-11-01
migration: Add tracepoints for downtime checkpoints
Peter Xu
2023-11-01
migration: migration_stop_vm() helper
Peter Xu
2023-11-01
migration: Add per vmstate downtime tracepoints
Peter Xu
[next]