summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-19hw/arm/spitz: Avoid clash with Windows header symbol MOD_SHIFTPeter Maydell1-50/+58
2014-06-19target-arm: implement PD0/PD1 bits for TTBCRFabian Aggeler2-18/+60
2014-06-19numa: use RAM_ADDR_FMT with ram_addr_tMichael S. Tsirkin1-6/+6
2014-06-19qapi/string-output-visitor: fix bugsMichael S. Tsirkin1-3/+3
2014-06-19tests: simplify codeMichael S. Tsirkin1-3/+1
2014-06-19qapi: fix input visitor bugsMichael S. Tsirkin1-5/+4
2014-06-19acpi: rephrase commentMichael S. Tsirkin1-2/+1
2014-06-19qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov4-1/+40
2014-06-19qmp: add query-acpi-ospm-status commandIgor Mammedov3-0/+52
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov6-0/+56
2014-06-19acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov4-0/+90
2014-06-19qmp: add query-memory-devices commandIgor Mammedov7-0/+138
2014-06-19numa: handle mmaped memory allocation failure correctlyIgor Mammedov1-1/+1
2014-06-19pc: acpi: do not hardcode preprocessorIgor Mammedov1-1/+1
2014-06-19qmp: clean out whitespaceMichael S. Tsirkin1-1/+1
2014-06-19qdev: recursively unrealize devices when unrealizing busPaolo Bonzini1-1/+12
2014-06-19qdev: reorganize error reporting in bus_set_realizedPaolo Bonzini1-13/+5
2014-06-19qapi: fix build on glib < 2.28Michael S. Tsirkin2-4/+17
2014-06-19qapi: make string output visitor parse int listHu Tao2-12/+255
2014-06-19qapi: make string input visitor parse int listHu Tao2-8/+223
2014-06-19tests: fix memory leak in test of string input visitorHu Tao1-0/+3
2014-06-19hmp: add info memdevHu Tao3-0/+44
2014-06-19qmp: add query-memdevHu Tao3-0/+162
2014-06-19hostmem: add properties for NUMA memory policyHu Tao3-1/+159
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini6-12/+42
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini7-0/+75
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini3-1/+94
2014-06-19osdep: add merge and dump flagsMichael S. Tsirkin1-0/+4
2014-06-19hostmem: add file-based HostMemoryBackendPaolo Bonzini2-0/+108
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao3-4/+25
2014-06-19backend:hostmem: replace hostmemory with host_memoryHu Tao1-12/+12
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini4-24/+19
2014-06-19vl: redo -object parsingPaolo Bonzini1-29/+36
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini5-17/+44
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini4-14/+46
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini5-10/+83
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao2-0/+63
2014-06-19Introduce signed range.Hu Tao1-0/+72
2014-06-19configure: add Linux libnuma detectionWanlong Gao1-0/+32
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini2-6/+6
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini6-50/+97
2014-06-19memory: reorganize file-based allocationPaolo Bonzini5-46/+73
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini4-3/+16
2014-06-19qmp: improve error reporting for -object and object-addPaolo Bonzini1-1/+1
2014-06-19man: improve -numa docLuiz Capitulino1-3/+7
2014-06-19NUMA: expand MAX_NODES from 64 to 128Wanlong Gao1-1/+1
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao4-77/+114
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao6-27/+36
2014-06-19NUMA: check if the total numa memory size is equal to ram_sizeWanlong Gao1-0/+14
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao8-156/+192