summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini2014-06-194-14/+46
* numa: add -numa node,memdev= optionPaolo Bonzini2014-06-195-10/+83
* qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao2014-06-192-0/+63
* Introduce signed range.Hu Tao2014-06-191-0/+72
* configure: add Linux libnuma detectionWanlong Gao2014-06-191-0/+32
* memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini2014-06-192-6/+6
* memory: move preallocation code out of exec.cPaolo Bonzini2014-06-196-50/+97
* memory: reorganize file-based allocationPaolo Bonzini2014-06-195-46/+73
* numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2014-06-194-3/+16
* qmp: improve error reporting for -object and object-addPaolo Bonzini2014-06-191-1/+1
* man: improve -numa docLuiz Capitulino2014-06-191-3/+7
* NUMA: expand MAX_NODES from 64 to 128Wanlong Gao2014-06-191-1/+1
* NUMA: convert -numa option to use OptsVisitorWanlong Gao2014-06-194-77/+114
* NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2014-06-196-27/+36
* NUMA: check if the total numa memory size is equal to ram_sizeWanlong Gao2014-06-191-0/+14
* NUMA: move numa related code to new file numa.cWanlong Gao2014-06-198-156/+192
* tests: disable vhost test temporarilyMichael S. Tsirkin2014-06-191-2/+2
* Add qtest for vhost-userNikolay Nikolaev2014-06-193-2/+320
* libqemustub: add stubs to be able to use qemu-char.cNikolay Nikolaev2014-06-199-0/+57
* Add vhost-user protocol documentationNikolay Nikolaev2014-06-191-0/+266
* Add the vhost-user netdev backend to the command lineNikolay Nikolaev2014-06-198-6/+159
* Add new vhost-user netdev backendNikolay Nikolaev2014-06-194-1/+176
* vhost-net: vhost-user feature bits supportNikolay Nikolaev2014-06-191-0/+35
* Add vhost-user as a vhost backend.Nikolay Nikolaev2014-06-193-1/+348
* Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-199-34/+135
* Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2014-06-195-27/+63
* vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-196-27/+45
* Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev2014-06-193-24/+36
* vhost_net should call the poll callback only when it is setNikolay Nikolaev2014-06-191-3/+10
* vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev2014-06-194-42/+71
* Add G_IO_HUP handler for socket chardevNikolay Nikolaev2014-06-192-0/+22
* Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev2014-06-192-22/+78
* Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev2014-06-192-1/+101
* Add chardev API qemu_chr_fe_read_allNikolay Nikolaev2014-06-192-10/+87
* Add kvm_eventfds_enabled functionNikolay Nikolaev2014-06-193-0/+16
* virtio-net: announce self by guestJason Wang2014-06-193-0/+64
* migration: introduce self_announce_delay()Jason Wang2014-06-192-1/+9
* migration: export SELF_ANNOUNCE_ROUNDSJason Wang2014-06-192-1/+2
* pc: q35: acpi: report error to user on unsupported unplug requestIgor Mammedov2014-06-191-0/+2
* ich: get rid of spaces in type nameMichael S. Tsirkin2014-06-192-2/+2
* virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster2014-06-192-11/+2
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-194-33/+15
* acpi-test: update expected tablesMichael S. Tsirkin2014-06-194-0/+0
* acpi: update generated filesMichael S. Tsirkin2014-06-196-24/+1074
* pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machinesIgor Mammedov2014-06-192-2/+8
* pc: ACPI BIOS: reserve SRAT entry for hotplug mem holeIgor Mammedov2014-06-191-0/+17
* pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov2014-06-192-0/+20
* pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov2014-06-195-1/+299
* pc: propagate memory hotplug event to ACPI deviceIgor Mammedov2014-06-191-0/+10
* pc: add acpi-device link to PCMachineStateIgor Mammedov2014-06-195-4/+34
OpenPOWER on IntegriCloud