summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov2014-06-194-0/+82
* acpi:ich9: add memory hotplug handlingIgor Mammedov2014-06-194-1/+68
* pc: ich9 lpc: make it work with global/compat propertiesIgor Mammedov2014-06-191-5/+10
* acpi:piix4: add memory hotplug handlingIgor Mammedov2014-06-193-2/+22
* acpi:piix4: allow plug/unlug callbacks handle not only PCI devicesIgor Mammedov2014-06-191-9/+22
* trace: pc: add PC_DIMM slot & address allocationIgor Mammedov2014-06-192-0/+7
* trace: add acpi memory hotplug IO region eventsIgor Mammedov2014-06-192-0/+26
* acpi: memory hotplug ACPI hardware implementationIgor Mammedov2014-06-195-0/+224
OpenPOWER on IntegriCloud