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
/
postcopy-ram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
userfaultfd: use 1ULL to build ioctl masks
Paolo Bonzini
1
-9
/
+7
2023-09-27
migration: Fix race that dest preempt thread close too early
Peter Xu
1
-1
/
+37
2023-07-12
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
David Hildenbrand
1
-1
/
+1
2023-05-03
migration: Drop unused parameter for migration_tls_client_create()
Juan Quintela
1
-1
/
+1
2023-04-27
migration: Allow postcopy_ram_supported_by_host() to report err
Peter Xu
1
-28
/
+32
2023-04-24
migration: Create options.c
Juan Quintela
1
-0
/
+1
2023-04-24
migration/postcopy: Detect file system on dest host
Peter Xu
1
-4
/
+30
2023-04-20
postcopy-ram: do not use qatomic_mb_read
Paolo Bonzini
1
-1
/
+1
2023-04-12
migration: Recover behavior of preempt channel creation for pre-7.2
Peter Xu
1
-2
/
+8
2023-04-12
migration: Fix potential race on postcopy_qemufile_src
Peter Xu
1
-5
/
+15
2023-03-16
migration: Wait on preempt channel in preempt thread
Peter Xu
1
-5
/
+6
2023-02-11
migration: Postpone postcopy preempt channel to be after main
Peter Xu
1
-2
/
+15
2023-02-11
migration: Cleanup postcopy_preempt_setup()
Peter Xu
1
-7
/
+1
2023-02-11
migration: Rework multi-channel checks on URI
Peter Xu
1
-6
/
+0
2023-02-08
Drop duplicate #include
Markus Armbruster
1
-2
/
+0
2023-02-06
migration: check magic value for deciding the mapping of channels
manish.mishra
1
-4
/
+1
2023-02-06
util/userfaultfd: Add uffd_open()
Peter Xu
1
-6
/
+5
2022-07-20
migration: Enable TLS for preempt channel
Peter Xu
1
-8
/
+49
2022-07-20
migration: Create the postcopy preempt channel asynchronously
Peter Xu
1
-12
/
+44
2022-07-20
migration: Postcopy recover with preempt enabled
Peter Xu
1
-2
/
+23
2022-07-20
migration: Postcopy preemption preparation on channel creation
Peter Xu
1
-3
/
+89
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-2
/
+2
2022-03-02
migration: postcopy_pause_fault_thread() never fails
Peter Xu
1
-21
/
+4
2022-03-02
migration: Enlarge postcopy recovery to capture !-EIO too
Peter Xu
1
-1
/
+1
2022-03-02
migration: Add postcopy_thread_create()
Peter Xu
1
-6
/
+17
2022-03-02
migration: Introduce postcopy channels on dest node
Peter Xu
1
-14
/
+46
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-0
/
+1
2022-01-28
migration: Move temp page setup and cleanup into separate functions
Peter Xu
1
-31
/
+51
2022-01-28
migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat
Peter Xu
1
-8
/
+6
2021-11-06
migration: Check that postcopy fd's are not NULL
Juan Quintela
1
-0
/
+4
2021-11-01
migration: Simplify alignment and alignment checks
David Hildenbrand
1
-5
/
+4
2021-11-01
migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
David Hildenbrand
1
-4
/
+27
2021-05-13
migration/ram: Handle RAM block resizes during postcopy
David Hildenbrand
1
-3
/
+12
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-5
/
+2
2020-11-02
migration: Unify reset of last_rb on destination node when recover
Peter Xu
1
-2
/
+0
2020-10-26
migration: Maintain postcopy faulted addresses
Peter Xu
1
-3
/
+14
2020-10-26
migration: Pass incoming state into qemu_ufd_copy_ioctl()
Peter Xu
1
-3
/
+5
2020-10-26
migration: Add spaces around operator
Bihong Yu
1
-1
/
+1
2020-09-25
migration: Rework migrate_send_rp_req_pages() function
Peter Xu
1
-22
/
+2
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-17
/
+17
2020-09-17
migration/: fix some comment spelling errors
zhaolichang
1
-2
/
+2
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-23
/
+0
2020-07-03
migration: postcopy take proper error return
Dr. David Alan Gilbert
1
-1
/
+1
2020-07-02
virtio-balloon: Rip out qemu_balloon_inhibit()
David Hildenbrand
1
-23
/
+0
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-2
/
+2
2019-10-11
migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...
Wei Yang
1
-2
/
+2
2019-10-11
migration/postcopy: postpone setting PostcopyState to END
Wei Yang
1
-2
/
+0
2019-10-11
migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment
Wei Yang
1
-3
/
+5
2019-10-11
migration/postcopy: map large zero page in postcopy_ram_incoming_setup()
Wei Yang
1
-17
/
+17
2019-10-11
migration/postcopy: allocate tmp_page in setup stage
Wei Yang
1
-30
/
+10
[next]