summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_propsEduardo Habkost2014-06-231-1/+1
* virtio-pci: Report an error when msix vectors init failsFam Zheng2014-06-231-0/+2
* e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo2014-06-231-12/+14
* e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo2014-06-231-13/+13
* e1000: signal guest on successful link auto-negotiationGabriel L. Somlo2014-06-231-0/+1
* e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo2014-06-232-1/+7
* e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo2014-06-231-16/+19
* vhost: fix resource leak in error handlingMichael S. Tsirkin2014-06-231-4/+6
* vhost: block migration if backend does not log memoryMichael S. Tsirkin2014-06-231-0/+11
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-06-231-16/+14
|\
| * block: m25p80: Support read only bdrvs.Peter Crosthwaite2014-06-211-6/+2
| * block: m25p80: sync_page(): Deindent function body.Peter Crosthwaite2014-06-211-11/+13
* | apb: Fix out-of-bounds array write accessStefan Weil2014-06-201-2/+2
|/
* gt64xxx_pci: Add VMStateDescriptionSanjay Lal2014-06-201-0/+23
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-06-204-25/+90
|\
| * hw/mips: malta: Don't boot from flash with KVM T&EJames Hogan2014-06-201-0/+6
| * hw/mips: malta: Add KVM supportJames Hogan2014-06-181-20/+53
| * hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctlsSanjay Lal2014-06-181-0/+11
| * hw/mips: Add API to convert KVM guest KSEG0 <-> GPASanjay Lal2014-06-181-1/+6
| * hw/mips/cputimer: Don't start periodic timer in KVM modeSanjay Lal2014-06-181-1/+8
| * target-mips: Reset CPU timer consistentlyJames Hogan2014-06-181-3/+6
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-06-2036-293/+3183
|\ \
| * | qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov2014-06-191-1/+28
| * | acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov2014-06-194-0/+52
| * | acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov2014-06-192-0/+16
| * | qmp: add query-memory-devices commandIgor Mammedov2014-06-191-0/+39
| * | pc: acpi: do not hardcode preprocessorIgor Mammedov2014-06-191-1/+1
| * | qdev: recursively unrealize devices when unrealizing busPaolo Bonzini2014-06-191-1/+12
| * | qdev: reorganize error reporting in bus_set_realizedPaolo Bonzini2014-06-191-13/+5
| * | pc: pass MachineState to pc_memory_initPaolo Bonzini2014-06-193-20/+16
| * | numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-2/+1
| * | NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2014-06-192-9/+14
| * | Add the vhost-user netdev backend to the command lineNikolay Nikolaev2014-06-191-0/+4
| * | 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-195-32/+119
| * | Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2014-06-193-27/+34
| * | vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-193-21/+24
| * | Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev2014-06-192-24/+35
| * | 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-193-42/+66
| * | virtio-net: announce self by guestJason Wang2014-06-191-0/+42
| * | pc: q35: acpi: report error to user on unsupported unplug requestIgor Mammedov2014-06-191-0/+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: 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-191-0/+19
| * | pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov2014-06-194-1/+278
OpenPOWER on IntegriCloud