summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia2014-06-231-10/+3Star
* qapi event: convert DEVICE_DELETEDWenchao Xia2014-06-231-10/+2Star
* qapi event: convert WATCHDOGWenchao Xia2014-06-231-16/+7Star
* qapi event: convert RTC_CHANGEWenchao Xia2014-06-232-2/+4
* qapi event: convert SUSPEND_DISKWenchao Xia2014-06-231-2/+2
* qapi: adjust existing definesWenchao Xia2014-06-233-9/+9
* audio: fmopl: drop INLINE macroLuiz Capitulino2014-06-231-16/+15Star
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-06-231-16/+14Star
|\
| * block: m25p80: Support read only bdrvs.Peter Crosthwaite2014-06-211-6/+2Star
| * block: m25p80: sync_page(): Deindent function body.Peter Crosthwaite2014-06-211-11/+13
* | apb: Fix out-of-bounds array write accessStefan Weil2014-06-211-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/+5Star
| * | pc: pass MachineState to pc_memory_initPaolo Bonzini2014-06-193-20/+16Star
| * | numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-2/+1Star
| * | 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/+2Star
| * | virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-194-33/+15Star
| * | 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
| * | pc: propagate memory hotplug event to ACPI deviceIgor Mammedov2014-06-191-0/+10
| * | pc: add acpi-device link to PCMachineStateIgor Mammedov2014-06-194-3/+27