summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-06-19pc: acpi: do not hardcode preprocessorIgor Mammedov1-1/+1
2014-06-19qdev: recursively unrealize devices when unrealizing busPaolo Bonzini1-1/+12
2014-06-19qdev: reorganize error reporting in bus_set_realizedPaolo Bonzini1-13/+5
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini3-20/+16
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini1-2/+1
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2-9/+14
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev1-0/+4
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 Nikolaev5-32/+119
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev3-27/+34
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev3-21/+24
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev2-24/+35
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 Nikolaev3-42/+66
2014-06-19virtio-net: announce self by guestJason Wang1-0/+42
2014-06-19pc: q35: acpi: report error to user on unsupported unplug requestIgor Mammedov1-0/+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: 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 Mammedov1-0/+19
2014-06-19pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov4-1/+278
2014-06-19pc: propagate memory hotplug event to ACPI deviceIgor Mammedov1-0/+10
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov4-3/+27
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov3-0/+75
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov2-0/+58
2014-06-19pc: ich9 lpc: make it work with global/compat propertiesIgor Mammedov1-5/+10
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov1-1/+14
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 Mammedov1-0/+3
2014-06-19trace: add acpi memory hotplug IO region eventsIgor Mammedov1-0/+13
2014-06-19acpi: memory hotplug ACPI hardware implementationIgor Mammedov2-0/+148
2014-06-19acpi: rename cpu_hotplug_defs.h to pc-hotplug.hIgor Mammedov2-2/+2
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov2-0/+67
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov2-0/+91
2014-06-19pc: add memory hotplug handler to PC_MACHINEIgor Mammedov1-0/+59
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 Mammedov3-1/+14
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-2/+24
2014-06-19pc-dimm: do not allow setting an in-use memdevIgor Mammedov1-1/+16
2014-06-19pc: implement pc-dimm device abstractionVasilis Liaskovitis3-0/+101
2014-06-19qdev: expose DeviceState.hotplugged field as a propertyIgor Mammedov1-0/+17
2014-06-19qdev: hotplug for bus-less devicesIgor Mammedov1-0/+13
2014-06-19virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei2-6/+16
2014-06-18pc: ACPI BIOS: use enum for defining memory affinity flagsIgor Mammedov1-7/+16
2014-06-18pc: create custom generic PC machine typeIgor Mammedov3-24/+81
2014-06-18hw/mips: malta: Add KVM supportJames Hogan1-20/+53