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
/
backends
/
hostmem-file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-08
backends/hostmem: Report error when memory size is unaligned
Michal Privoznik
1
-0
/
+1
2024-04-23
HostMem: Add mechanism to opt in kvm guest memfd via MachineState
Xiaoyao Li
1
-0
/
+1
2024-01-05
backends: Have HostMemoryBackendClass::alloc() handler return a boolean
Philippe Mathieu-Daudé
1
-9
/
+10
2024-01-05
backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
Philippe Mathieu-Daudé
1
-2
/
+1
2023-09-19
backends/hostmem-file: Add "rom" property to support VM templating with R/O f...
David Hildenbrand
1
-1
/
+58
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
1
-2
/
+2
2023-06-13
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare
1
-0
/
+1
2023-05-23
hostmem-file: add offset option
Alexander Graf
1
-1
/
+39
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-0
/
+1
2021-06-15
hostmem: Wire up RAM_NORESERVE via "reserve" property
David Hildenbrand
1
-5
/
+6
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-02-18
hostmem: Don't report pmem attribute if unsupported
Michal Privoznik
1
-9
/
+4
2021-02-01
hostmem-file: add readonly=on|off option
Stefan Hajnoczi
1
-1
/
+27
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-2
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-1
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-3
/
+1
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
1
-13
/
+6
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-7
/
+4
2020-02-19
hostmem: fix strict bind policy
Igor Mammedov
1
-1
/
+0
2020-02-19
machine: alias -mem-path and -mem-prealloc into memory-foo backend
Igor Mammedov
1
-7
/
+0
2019-09-16
memory: fetch pmem size in get_file_size()
Stefan Hajnoczi
1
-22
/
+0
2019-09-03
hostmem-file: fix pmem file size check
Stefan Hajnoczi
1
-2
/
+2
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+2
2019-03-11
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
1
-0
/
+23
2019-03-06
hostmem-file: simplify ifdef-s in file_backend_memory_alloc()
Igor Mammedov
1
-5
/
+4
2019-01-28
hostmem: add more information in error messages
Zhang Yi
1
-2
/
+4
2019-01-07
hostmem: use object id for memory region name with >= 4.0
Marc-André Lureau
1
-4
/
+4
2018-12-11
hostmem-file: remove object id from pmem error message
Zhang Yi
1
-10
/
+4
2018-11-28
hostmem: no need to check for host_memory_backend_mr_inited() in alloc()
Marc-André Lureau
1
-12
/
+12
2018-10-24
hostmem-file: fixed the memory leak while get pmem path.
Zhang Yi
1
-2
/
+8
2018-10-02
hostmem-file: make available memory-backend-file on POSIX-based hosts
Hikaru Nishida
1
-1
/
+1
2018-08-10
hostmem-file: add the 'pmem' option
Junyan He
1
-2
/
+41
2018-08-10
memory, exec: switch file ram allocation functions to 'flags' parameters
Junyan He
1
-1
/
+2
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
1
-24
/
+1
2018-01-19
hostmem-file: add "align" option
Haozhong Zhang
1
-1
/
+40
2017-09-19
hostmem-file: Add "discard-data" option
Eduardo Habkost
1
-0
/
+29
2017-04-20
hostmem: use host_memory_backend_mr_inited() where proper
Peter Xu
1
-3
/
+3
2016-10-17
hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class properties
Eduardo Habkost
1
-15
/
+11
2016-04-15
hostmem-file: plug a small leak
Marc-André Lureau
1
-0
/
+8
2016-04-08
hostmem-file: fix memory leak
Gonglei
1
-1
/
+4
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-04
backends: Clean up includes
Peter Maydell
1
-0
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-04-30
hostmem: Fix mem-path property name in error report
Jan Kiszka
1
-1
/
+1
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
1
-1
/
+25
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
1
-0
/
+3
2014-06-19
hostmem: add file-based HostMemoryBackend
Paolo Bonzini
1
-0
/
+107