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.c
Age
Commit message (
Expand
)
Author
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-04
backends: Clean up includes
Peter Maydell
2015-11-23
hostmem: Ignore ENOSYS while setting MPOL_DEFAULT
Pavel Fedin
2015-07-22
hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()
Eduardo Habkost
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-19
qom: Don't pass string table to object_get_enum() function
Daniel P. Berrange
2015-06-19
backends: Fix typename of 'policy' enum property in hostmem obj
Daniel P. Berrange
2015-04-01
hostmem: Prevent removing an in-use memory backend
Lin Ma
2014-08-20
hostmem: set MPOL_MF_MOVE
Michael S. Tsirkin
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-06-19
hostmem: add properties for NUMA memory policy
Hu Tao
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
2014-06-19
hostmem: add merge and dump properties
Paolo Bonzini
2014-06-19
hostmem: separate allocation from UserCreatable complete method
Hu Tao
2014-06-19
backend:hostmem: replace hostmemory with host_memory
Hu Tao
2014-06-18
add memdev backend infrastructure
Igor Mammedov