index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-16
migration/rdma: define htonll/ntohll only if not predefined
Nick Briggs
1
-0
/
+4
2024-01-16
migration: Report error in incoming migration
Fabiano Rosas
1
-0
/
+7
2024-01-16
migration/multifd: Change multifd_pages_init argument
Fabiano Rosas
1
-3
/
+3
2024-01-16
migration/multifd: Remove QEMUFile from where it is not needed
Fabiano Rosas
3
-16
/
+15
2024-01-16
migration/multifd: Remove MultiFDPages_t::packet_num
Fabiano Rosas
2
-3
/
+0
2024-01-16
migration: Simplify initial conditionals in migration for better readability
Het Gala
1
-20
/
+16
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
5
-20
/
+20
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
6
-78
/
+78
2024-01-05
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
9
-92
/
+78
2024-01-04
migration: fix coverity migrate_mode finding
Steve Sistare
1
-1
/
+3
2024-01-04
migration/multifd: Remove unnecessary usage of local Error
Avihai Horon
1
-6
/
+2
2024-01-04
migration: Remove unnecessary usage of local Error
Avihai Horon
1
-6
/
+2
2024-01-04
migration: Fix migration_channel_read_peek() error path
Avihai Horon
1
-3
/
+6
2024-01-04
migration/multifd: Remove error_setg() in migration_ioc_process_incoming()
Avihai Horon
1
-1
/
+0
2024-01-04
migration/multifd: Fix leaking of Error in TLS error flow
Avihai Horon
1
-0
/
+2
2024-01-04
migration/multifd: Simplify multifd_channel_connect() if else statement
Avihai Horon
1
-7
/
+6
2024-01-04
migration/multifd: Fix error message in multifd_recv_initial_packet()
Avihai Horon
1
-2
/
+2
2024-01-04
migration: Remove errp parameter in migration_fd_process_incoming()
Avihai Horon
3
-7
/
+3
2024-01-04
migration: Refactor migration_incoming_setup()
Avihai Horon
1
-12
/
+3
2024-01-04
migration: Remove nulling of hostname in migrate_init()
Avihai Horon
1
-1
/
+0
2024-01-04
migration: Remove migrate_max_downtime() declaration
Avihai Horon
1
-2
/
+0
2024-01-04
migration: preserve suspended for bg_migration
Steve Sistare
1
-6
/
+1
2024-01-04
migration: preserve suspended for snapshot
Steve Sistare
2
-13
/
+18
2024-01-04
migration: preserve suspended runstate
Steve Sistare
1
-5
/
+3
2024-01-04
migration: propagate suspended runstate
Steve Sistare
1
-20
/
+27
2023-12-30
migration: Constify VMState
Richard Henderson
2
-6
/
+6
2023-12-29
migration: Make VMStateDescription.subsections const
Richard Henderson
2
-12
/
+14
2023-12-26
Merge tag 'dirtylimit-dirtyrate-pull-request-20231225' of https://github.com/...
Stefan Hajnoczi
1
-4
/
+3
2023-12-25
migration/dirtyrate: Remove an extra parameter
Wafer
1
-4
/
+3
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
3
-50
/
+9
2023-12-04
Merge tag 'migration-20231201-pull-request' of https://github.com/xzpeter/qem...
Stefan Hajnoczi
1
-6
/
+6
2023-12-01
migration: Plug memory leak with migration URIs
Het Gala
1
-6
/
+6
2023-11-30
migration: free 'saddr' since be no longer used
Zongmin Zhou
1
-2
/
+3
2023-11-30
migration/multifd: Stop setting p->ioc before connecting
Fabiano Rosas
1
-2
/
+1
2023-11-15
migration/rdma.c: spelling fix: asume
Michael Tokarev
1
-1
/
+1
2023-11-07
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+4
2023-11-07
Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
1
-2
/
+2
2023-11-03
migration: Unlock mutex in error case
Juan Quintela
1
-52
/
+52
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
1
-2
/
+2
2023-11-02
migration: Implement MigrateChannelList to hmp migration flow.
Het Gala
3
-6
/
+25
2023-11-02
migration: Implement MigrateChannelList to qmp migration flow.
Het Gala
1
-46
/
+55
2023-11-02
migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
Het Gala
1
-11
/
+14
2023-11-02
migration: New migrate and migrate-incoming argument 'channels'
Het Gala
2
-8
/
+54
2023-11-02
migration: Convert the file backend to the new QAPI syntax
Fabiano Rosas
3
-24
/
+17
2023-11-02
migration: convert exec backend to accept MigrateAddress.
Het Gala
3
-26
/
+59
2023-11-02
migration: convert rdma backend to accept MigrateAddress
Het Gala
3
-28
/
+19
2023-11-02
migration: convert socket backend to accept MigrateAddress
Het Gala
3
-45
/
+31
2023-11-02
migration: convert migration 'uri' into 'MigrateAddress'
Het Gala
5
-2
/
+69
2023-11-02
migration: Change ram_dirty_bitmap_reload() retval to bool
Peter Xu
3
-22
/
+22
2023-11-02
migration: Allow network to fail even during recovery
Peter Xu
3
-8
/
+67
[next]