summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-19qmp: add query-memory-devices commandIgor Mammedov
2014-06-19numa: handle mmaped memory allocation failure correctlyIgor Mammedov
2014-06-19pc: acpi: do not hardcode preprocessorIgor Mammedov
2014-06-19qmp: clean out whitespaceMichael S. Tsirkin
2014-06-19qdev: recursively unrealize devices when unrealizing busPaolo Bonzini
2014-06-19qdev: reorganize error reporting in bus_set_realizedPaolo Bonzini
2014-06-19qapi: fix build on glib < 2.28Michael S. Tsirkin
2014-06-19qapi: make string output visitor parse int listHu Tao
2014-06-19qapi: make string input visitor parse int listHu Tao
2014-06-19tests: fix memory leak in test of string input visitorHu Tao
2014-06-19hmp: add info memdevHu Tao
2014-06-19qmp: add query-memdevHu Tao
2014-06-19hostmem: add properties for NUMA memory policyHu Tao
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini
2014-06-19osdep: add merge and dump flagsMichael S. Tsirkin
2014-06-19hostmem: add file-based HostMemoryBackendPaolo Bonzini
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao
2014-06-19backend:hostmem: replace hostmemory with host_memoryHu Tao
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini
2014-06-19vl: redo -object parsingPaolo Bonzini
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao
2014-06-19Introduce signed range.Hu Tao
2014-06-19configure: add Linux libnuma detectionWanlong Gao
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini
2014-06-19memory: reorganize file-based allocationPaolo Bonzini
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19qmp: improve error reporting for -object and object-addPaolo Bonzini
2014-06-19man: improve -numa docLuiz Capitulino
2014-06-19NUMA: expand MAX_NODES from 64 to 128Wanlong Gao
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19NUMA: check if the total numa memory size is equal to ram_sizeWanlong Gao
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-19tests: disable vhost test temporarilyMichael S. Tsirkin
2014-06-19Add qtest for vhost-userNikolay Nikolaev
2014-06-19libqemustub: add stubs to be able to use qemu-char.cNikolay Nikolaev
2014-06-19Add vhost-user protocol documentationNikolay Nikolaev
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev
2014-06-19Add new vhost-user netdev backendNikolay Nikolaev
2014-06-19vhost-net: vhost-user feature bits supportNikolay Nikolaev
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev