summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | | scsi-disk: add 'fall through' comment to switch VERIFY casesPeter Maydell2017-01-241-0/+1
| * | | hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GBPeter Maydell2017-01-241-1/+1
| * | | vfio: remove a duplicated word in commentsCao jin2017-01-241-2/+2
| * | | lm32: milkymist-tmu2: fix another integer overflowPeter Maydell2017-01-241-1/+1
| * | | hw/i386/kvmvapic: Remove dead code in patch_hypercalls()Peter Maydell2017-01-241-6/+0Star
| * | | pci-assign: avoid pointless statPaolo Bonzini2017-01-241-8/+8
| * | | pcie: fix typo in commentsCao jin2017-01-241-1/+1
| * | | hw: Fix typos found by codespellStefan Weil2017-01-2411-15/+15
| * | | hw/block/m25p80: Fix typo in local macro nameStefan Weil2017-01-241-2/+2
| |/ /
* | | PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-249-31/+26Star
* | | migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-248-55/+113
* | | migration: Allow "device add" options to only add migratable devicesAshijeet Acharya2017-01-241-0/+19
* | | migration: extend VMStateInfoJianjun Duan2017-01-2413-39/+113
|/ /
* | 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