summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Add new vhost-user netdev backendNikolay Nikolaev4-1/+176
2014-06-19vhost-net: vhost-user feature bits supportNikolay Nikolaev1-0/+35
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev3-1/+348
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev9-34/+135
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev5-27/+63
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev6-27/+45
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev3-24/+36
2014-06-19vhost_net should call the poll callback only when it is setNikolay Nikolaev1-3/+10
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev4-42/+71
2014-06-19Add G_IO_HUP handler for socket chardevNikolay Nikolaev2-0/+22
2014-06-19Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev2-22/+78
2014-06-19Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev2-1/+101
2014-06-19Add chardev API qemu_chr_fe_read_allNikolay Nikolaev2-10/+87
2014-06-19Add kvm_eventfds_enabled functionNikolay Nikolaev3-0/+16
2014-06-19virtio-net: announce self by guestJason Wang3-0/+64
2014-06-19migration: introduce self_announce_delay()Jason Wang2-1/+9
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang2-1/+2
2014-06-19pc: q35: acpi: report error to user on unsupported unplug requestIgor Mammedov1-0/+2
2014-06-19ich: get rid of spaces in type nameMichael S. Tsirkin2-2/+2
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster2-11/+2
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster4-33/+15
2014-06-19acpi-test: update expected tablesMichael S. Tsirkin4-0/+0
2014-06-19acpi: update generated filesMichael S. Tsirkin6-24/+1074
2014-06-19pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machinesIgor Mammedov2-2/+8
2014-06-19pc: ACPI BIOS: reserve SRAT entry for hotplug mem holeIgor Mammedov1-0/+17
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov2-0/+20
2014-06-19pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov5-1/+299
2014-06-19pc: propagate memory hotplug event to ACPI deviceIgor Mammedov1-0/+10
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov5-4/+34
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov4-0/+82
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov4-1/+68
2014-06-19pc: ich9 lpc: make it work with global/compat propertiesIgor Mammedov1-5/+10
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov3-2/+22
2014-06-19acpi:piix4: allow plug/unlug callbacks handle not only PCI devicesIgor Mammedov1-9/+22
2014-06-19trace: pc: add PC_DIMM slot & address allocationIgor Mammedov2-0/+7
2014-06-19trace: add acpi memory hotplug IO region eventsIgor Mammedov2-0/+26
2014-06-19acpi: memory hotplug ACPI hardware implementationIgor Mammedov5-0/+224
2014-06-19acpi: rename cpu_hotplug_defs.h to pc-hotplug.hIgor Mammedov4-6/+6
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov3-0/+69
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov3-0/+95
2014-06-19pc: add memory hotplug handler to PC_MACHINEIgor Mammedov2-0/+67
2014-06-19pc: exit QEMU if compat machine doesn't support memory hotlpugIgor Mammedov1-0/+10
2014-06-19pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov4-1/+15
2014-06-19pc: exit QEMU if number of slots more than supported 256Igor Mammedov2-0/+12
2014-06-19pc: initialize memory hotplug address spaceIgor Mammedov2-2/+34
2014-06-19pc-dimm: do not allow setting an in-use memdevIgor Mammedov1-1/+16
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov2-1/+17
2014-06-19pc: implement pc-dimm device abstractionVasilis Liaskovitis6-0/+176
2014-06-19qdev: expose DeviceState.hotplugged field as a propertyIgor Mammedov1-0/+17
2014-06-19qdev: hotplug for bus-less devicesIgor Mammedov2-0/+21