aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev
2014-06-19vhost_net should call the poll callback only when it is setNikolay Nikolaev
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev
2014-06-19Add G_IO_HUP handler for socket chardevNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_read_allNikolay Nikolaev
2014-06-19Add kvm_eventfds_enabled functionNikolay Nikolaev
2014-06-19virtio-net: announce self by guestJason Wang
2014-06-19migration: introduce self_announce_delay()Jason Wang
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang
2014-06-19pc: q35: acpi: report error to user on unsupported unplug requestIgor Mammedov
2014-06-19ich: get rid of spaces in type nameMichael S. Tsirkin
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-19acpi-test: update expected tablesMichael S. Tsirkin
2014-06-19acpi: update generated filesMichael S. Tsirkin
2014-06-19pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machinesIgor Mammedov
2014-06-19pc: ACPI BIOS: reserve SRAT entry for hotplug mem holeIgor Mammedov
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov
2014-06-19pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov
2014-06-19pc: propagate memory hotplug event to ACPI deviceIgor Mammedov
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov