summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-06-20apb: Fix out-of-bounds array write accessStefan Weil1-2/+2
2014-06-20gt64xxx_pci: Add VMStateDescriptionSanjay Lal1-0/+23
2014-06-20Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell4-25/+90
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell36-293/+3183
2014-06-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140619'...Peter Maydell5-56/+103
2014-06-20spice: fix 32bit buildGerd Hoffmann1-1/+1
2014-06-20hw/mips: malta: Don't boot from flash with KVM T&EJames Hogan1-0/+6
2014-06-19armv7m_nvic: fix AIRCR implementationOran Avraham1-1/+4
2014-06-19Use PSCI v0.2 compatible string when KVM or TCG provides itPranavkumar Sawargaonkar1-1/+15
2014-06-19hw/block/pflash_cfi01: Report correct size info for parallel configsPeter Maydell1-3/+17
2014-06-19hw/arm/vexpress: Forbid specifying flash contents in two ways at oncePeter Maydell1-1/+9
2014-06-19hw/arm/spitz: Avoid clash with Windows header symbol MOD_SHIFTPeter Maydell1-50/+58
2014-06-19qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov1-1/+28
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov4-0/+52
2014-06-19acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov2-0/+16
2014-06-19qmp: add query-memory-devices commandIgor Mammedov1-0/+39
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