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
/
backends
/
hostmem-ram.c
Age
Commit message (
Expand
)
Author
2024-04-23
HostMem: Add mechanism to opt in kvm guest memfd via MachineState
Xiaoyao Li
2024-01-05
backends: Have HostMemoryBackendClass::alloc() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
Philippe Mathieu-Daudé
2021-06-15
hostmem: Wire up RAM_NORESERVE via "reserve" property
David Hildenbrand
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2020-02-19
machine: alias -mem-path and -mem-prealloc into memory-foo backend
Igor Mammedov
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-07
hostmem: use object id for memory region name with >= 4.0
Marc-André Lureau
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-04
backends: Clean up includes
Peter Maydell
2014-09-09
hostmem-ram: don't exit qemu if size of memory-backend-ram is way too big
Hu Tao
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-06-19
hostmem: separate allocation from UserCreatable complete method
Hu Tao
2014-06-18
add memdev backend infrastructure
Igor Mammedov