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-memfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-05
backends: Have HostMemoryBackendClass::alloc() handler return a boolean
Philippe Mathieu-Daudé
1
-5
/
+5
2024-01-05
backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
Philippe Mathieu-Daudé
1
-2
/
+1
2021-06-15
hostmem: Wire up RAM_NORESERVE via "reserve" property
David Hildenbrand
1
-0
/
+1
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
1
-3
/
+4
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
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
-8
/
+7
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
-5
/
+3
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
1
-6
/
+3
2020-02-19
hostmem: fix strict bind policy
Igor Mammedov
1
-1
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+2
2019-03-11
hostmem-memfd: disable for systems without sealing support
Ilya Maximets
1
-10
/
+8
2019-01-07
hostmem: use object id for memory region name with >= 4.0
Marc-André Lureau
1
-1
/
+1
2018-11-28
hostmem: no need to check for host_memory_backend_mr_inited() in alloc()
Marc-André Lureau
1
-4
/
+0
2018-11-27
hostmem-memfd: honour share=on/off property
Marc-André Lureau
1
-1
/
+3
2018-10-05
hostmem: add some properties description
Marc-André Lureau
1
-0
/
+9
2018-10-02
hostmem-memfd: add checks before adding hostmem-memfd & properties
Marc-André Lureau
1
-13
/
+19
2018-02-07
Add memfd based hostmem
Marc-André Lureau
1
-0
/
+170