summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-19hostmem: add properties for NUMA memory policyHu Tao1-0/+4
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2-1/+4
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini3-0/+12
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini2-0/+11
2014-06-19osdep: add merge and dump flagsMichael S. Tsirkin1-0/+4
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao1-0/+2
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini1-4/+3
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini2-2/+5
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini1-0/+18
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini1-0/+1
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+28
2014-06-19Introduce signed range.Hu Tao1-0/+72
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini1-3/+0
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini2-0/+4
2014-06-19memory: reorganize file-based allocationPaolo Bonzini3-3/+4
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2-1/+6
2014-06-19NUMA: expand MAX_NODES from 64 to 128Wanlong Gao1-1/+1
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao1-1/+2
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-2/+6
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao4-3/+5
2014-06-19Add new vhost-user netdev backendNikolay Nikolaev1-0/+17
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev3-2/+15
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2-0/+29
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2-2/+8
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev1-0/+1
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-0/+5
2014-06-19Add G_IO_HUP handler for socket chardevNikolay Nikolaev1-0/+1
2014-06-19Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev1-1/+14
2014-06-19Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev1-0/+14
2014-06-19Add chardev API qemu_chr_fe_read_allNikolay Nikolaev1-0/+14
2014-06-19Add kvm_eventfds_enabled functionNikolay Nikolaev1-0/+11
2014-06-19virtio-net: announce self by guestJason Wang2-0/+22
2014-06-19migration: introduce self_announce_delay()Jason Wang1-0/+8
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang1-0/+2
2014-06-19ich: get rid of spaces in type nameMichael S. Tsirkin2-2/+2
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov1-0/+1
2014-06-19pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov1-0/+21
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov1-1/+7
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov1-0/+7
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov2-1/+10
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov2-1/+8
2014-06-19acpi: memory hotplug ACPI hardware implementationIgor Mammedov2-0/+32
2014-06-19acpi: rename cpu_hotplug_defs.h to pc-hotplug.hIgor Mammedov2-4/+4
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov1-0/+2
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov1-0/+4
2014-06-19pc: add memory hotplug handler to PC_MACHINEIgor Mammedov1-0/+8
2014-06-19pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov1-0/+1
2014-06-19pc: exit QEMU if number of slots more than supported 256Igor Mammedov1-0/+6
2014-06-19pc: initialize memory hotplug address spaceIgor Mammedov1-0/+10
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov1-0/+8