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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
hw
/
virtio
/
virtio-mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-12
virtio-mem: Prepare for device unplug support
David Hildenbrand
1
-0
/
+25
2023-07-12
virtio-mem: Support "x-ignore-shared" migration
David Hildenbrand
1
-9
/
+38
2023-07-12
virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memory
David Hildenbrand
1
-10
/
+10
2023-06-23
virtio-mem: Simplify bitmap handling and virtio_mem_set_block_state()
David Hildenbrand
1
-50
/
+66
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-06-23
hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper
Philippe Mathieu-Daudé
1
-1
/
+1
2023-05-19
virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64
David Hildenbrand
1
-1
/
+1
2023-02-06
virtio-mem: Proper support for preallocation with migration
David Hildenbrand
1
-0
/
+87
2023-02-06
virtio-mem: Migrate immutable properties early
David Hildenbrand
1
-2
/
+49
2023-02-06
virtio-mem: Fail if a memory backend with "prealloc=on" is specified
David Hildenbrand
1
-0
/
+6
2022-12-28
virtio-mem: Fix typo in function name
Philippe Mathieu-Daudé
1
-6
/
+6
2022-12-28
virtio-mem: Fix the iterator variable in a vmem->rdl_list loop
Chenyi Qiang
1
-1
/
+1
2022-12-28
virtio-mem: Fix the bitmap index of the section offset
Chenyi Qiang
1
-2
/
+2
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
1
-8
/
+2
2022-10-27
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
1
-1
/
+1
2022-10-27
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
1
-1
/
+1
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-2
/
+1
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-5
/
+5
2022-01-20
hw/arm/virt: Support for virtio-mem-pci
Gavin Shan
1
-1
/
+3
2022-01-20
virtio-mem: Correct default THP size for ARM64
Gavin Shan
1
-12
/
+20
2022-01-07
virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86
David Hildenbrand
1
-1
/
+1
2022-01-07
virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE
David Hildenbrand
1
-0
/
+63
2022-01-07
virtio-mem: Support "prealloc=on" option
David Hildenbrand
1
-4
/
+35
2022-01-06
virtio-mem: Don't skip alignment checks when warning about block size
David Hildenbrand
1
-1
/
+2
2021-11-01
virtio-mem: Drop precopy notifier
David Hildenbrand
1
-34
/
+0
2021-11-01
virtio-mem: Implement replay_discarded RamDiscardManager callback
David Hildenbrand
1
-0
/
+58
2021-07-08
virtio-mem: Require only coordinated discards
David Hildenbrand
1
-3
/
+3
2021-07-08
vfio: Support for RamDiscardManager in the vIOMMU case
David Hildenbrand
1
-0
/
+1
2021-07-08
virtio-mem: Implement RamDiscardManager interface
David Hildenbrand
1
-3
/
+285
2021-07-08
virtio-mem: Don't report errors when ram_block_discard_range() fails
David Hildenbrand
1
-16
/
+4
2021-07-08
virtio-mem: Factor out traversing unplugged ranges
David Hildenbrand
1
-37
/
+49
2021-05-13
migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
David Hildenbrand
1
-3
/
+0
2020-11-03
virtio-mem: Probe THP size to determine default block size
David Hildenbrand
1
-4
/
+101
2020-11-03
virtio-mem: Make sure "usable_region_size" is always multiples of the block size
David Hildenbrand
1
-0
/
+3
2020-11-03
virtio-mem: Make sure "addr" is always multiples of the block size
David Hildenbrand
1
-0
/
+5
2020-09-29
virtio-mem: detach the element from the virtqueue when error occurs
Li Qiang
1
-0
/
+3
2020-08-21
meson: infrastructure for building emulators
Paolo Bonzini
1
-1
/
+1
2020-08-04
virtio-mem: Correct format specifier mismatch for RISC-V
Bruce Rogers
1
-1
/
+1
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-4
/
+2
2020-07-03
virtio-mem: Exclude unplugged memory during migration
David Hildenbrand
1
-1
/
+53
2020-07-03
virtio-mem: Add trace events
David Hildenbrand
1
-1
/
+9
2020-07-03
virtio-mem: Migration sanity checks
David Hildenbrand
1
-0
/
+70
2020-07-03
virtio-mem: Allow notifiers for size changes
David Hildenbrand
1
-1
/
+20
2020-07-03
virtio-mem: Paravirtualized memory hot(un)plug
David Hildenbrand
1
-0
/
+724