index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
hostmem-file.c
Age
Commit message (
Expand
)
Author
2019-03-11
hostmem-file: reject invalid pmem file sizes
Stefan Hajnoczi
2019-03-06
hostmem-file: simplify ifdef-s in file_backend_memory_alloc()
Igor Mammedov
2019-01-28
hostmem: add more information in error messages
Zhang Yi
2019-01-07
hostmem: use object id for memory region name with >= 4.0
Marc-André Lureau
2018-12-11
hostmem-file: remove object id from pmem error message
Zhang Yi
2018-11-28
hostmem: no need to check for host_memory_backend_mr_inited() in alloc()
Marc-André Lureau
2018-10-24
hostmem-file: fixed the memory leak while get pmem path.
Zhang Yi
2018-10-02
hostmem-file: make available memory-backend-file on POSIX-based hosts
Hikaru Nishida
2018-08-10
hostmem-file: add the 'pmem' option
Junyan He
2018-08-10
memory, exec: switch file ram allocation functions to 'flags' parameters
Junyan He
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-01-19
hostmem-file: add "align" option
Haozhong Zhang
2017-09-19
hostmem-file: Add "discard-data" option
Eduardo Habkost
2017-04-20
hostmem: use host_memory_backend_mr_inited() where proper
Peter Xu
2016-10-17
hostmem-file: Register TYPE_MEMORY_BACKEND_FILE properties as class properties
Eduardo Habkost
2016-04-15
hostmem-file: plug a small leak
Marc-André Lureau
2016-04-08
hostmem-file: fix memory leak
Gonglei
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-04
backends: Clean up includes
Peter Maydell
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-04-30
hostmem: Fix mem-path property name in error report
Jan Kiszka
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
2014-06-19
hostmem: add file-based HostMemoryBackend
Paolo Bonzini