summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/block/m25p80: Fix typo in local macro nameStefan Weil2017-01-241-2/+2
* hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2017-01-242-3/+26
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-244-19/+9Star
* pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov2017-01-241-16/+8Star
* pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov2017-01-241-8/+9
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-2031-35/+278
|\
| * Plumb the HAXM-based hardware acceleration supportVincent Palatin2017-01-191-1/+2
| * kvm: move cpu synchronization codeVincent Palatin2017-01-198-6/+9
| * x86: ioapic: fix fail migration when irqchip=splitPeter Xu2017-01-161-0/+5
| * x86: ioapic: dump version for "info ioapic"Peter Xu2017-01-161-1/+2
| * x86: ioapic: add traces for ioapicPeter Xu2017-01-162-2/+22
| * serial: fix memory leak in serial exitLi Qiang2017-01-161-0/+10
| * scsi-block: fix direction of BYTCHK test for VERIFY commandsPaolo Bonzini2017-01-161-1/+1
| * pc: fix crash in rtc_set_memory() if initial cpu is marked as hotpluggedIgor Mammedov2017-01-161-1/+3
| * acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-163-2/+36
| * event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini2017-01-162-6/+6
| * stubs: move vhost stubs to stubs/vhost.oPaolo Bonzini2017-01-163-2/+13
| * hw: move reset handlers from vl.c to hw/corePaolo Bonzini2017-01-162-1/+73
| * stubs: move acpi stubs to hw/acpiPaolo Bonzini2017-01-162-4/+22
| * stubs: move smbios stubs to hw/smbiosPaolo Bonzini2017-01-162-3/+22
| * smbios: filter based on CONFIG_SMBIOS rather than TARGETLeif Lindholm2017-01-164-2/+36
| * megasas: fix guest-triggered memory leakPaolo Bonzini2017-01-161-5/+6
| * bugfix: vm halt when in reset loopinghangaohuai2017-01-161-0/+12
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...Peter Maydell2017-01-208-181/+332
|\ \
| * | virtio-ccw: fix ring sizingMichael S. Tsirkin2017-01-202-1/+6
| * | s390x/pci: merge msix init functionsYi Min Zhao2017-01-201-12/+10Star
| * | s390x/pci: handle PCIBridge bus numberPierre Morel2017-01-202-0/+53
| * | s390x/pci: use hashtable to look up zpci via fhYi Min Zhao2017-01-202-14/+9Star
| * | s390x/pci: PCI multibus bridge handlingPierre Morel2017-01-201-2/+15
| * | s390x/pci: optimize calling s390_get_phb()Yi Min Zhao2017-01-203-49/+51
| * | s390x/pci: change the device array to a listPierre Morel2017-01-202-51/+56
| * | s390x/pci: dynamically allocate iommuYi Min Zhao2017-01-202-15/+64
| * | s390x/pci: make S390PCIIOMMU inherit ObjectYi Min Zhao2017-01-204-53/+71
| * | s390x/kvm: use kvm_gsi_routing_enabled in flicFei Li2017-01-201-2/+2
| * | s390x: add compat machine for 2.9Cornelia Huck2017-01-201-1/+16
| * | s390x: remove double compat statementChristian Borntraeger2017-01-201-2/+0Star
* | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-01-204-54/+146
|\ \ \
| * | | hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initia...Alex Kompel2017-01-201-8/+1Star
| * | | hw/net/dp8393x: Avoid unintentional sign extensions on addressesPeter Maydell2017-01-201-27/+68
| * | | m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth2017-01-202-19/+77
| |/ /
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-01-2014-148/+439
|\ \ \
| * | | virtio: force VIRTIO_F_IOMMU_PLATFORMJason Wang2017-01-191-2/+3
| * | | virtio: fix up max size checksMichael S. Tsirkin2017-01-191-20/+13Star
| * | | virtio-mmio: switch to linux headersMichael S. Tsirkin2017-01-181-58/+37Star
| * | | virtio: drop an obsolete commentMichael S. Tsirkin2017-01-181-1/+0Star
| * | | fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek2017-01-181-2/+4
| * | | pc: Add 2.9 machine-typesEduardo Habkost2017-01-182-5/+23
| * | | fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek2017-01-181-8/+63
| * | | fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-185-19/+44
| * | | vhost_net: device IOTLB supportJason Wang2017-01-183-22/+244