summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
...
* pc: comment style fixupMichael S. Tsirkin2020-11-031-4/+5
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-014-24/+55
|\
| * intel_iommu: Fix two misuse of "0x%u" printsPeter Xu2020-10-301-2/+2
| * pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-302-20/+43
| * acpi/crs: Support ranges > 32b for hostsBen Widawsky2020-10-301-2/+8
| * acpi/crs: Prevent bad ranges for host bridgesBen Widawsky2020-10-301-0/+2
* | pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-271-7/+1Star
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell2020-10-217-19/+44
|\
| * microvm: add usb supportGerd Hoffmann2020-10-213-0/+23
| * apci: drop has_pci arg for acpi_build_madtGerd Hoffmann2020-10-214-18/+14Star
| * microvm: set pci_irq_maskGerd Hoffmann2020-10-212-1/+7
| * x86: make pci irqs runtime configurableGerd Hoffmann2020-10-212-2/+2
* | qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2020-10-211-1/+1
|/
* hw/xen: Set suppress-vmdesc for Xen machinesJason Andryuk2020-10-191-2/+2
* xen: xenguest is not used so is not neededMichael Tokarev2020-10-191-2/+0Star
* i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost2020-10-143-3/+3
* i386/kvm: Remove IRQ routing support checksEduardo Habkost2020-10-142-20/+18Star
* cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-051-1/+1
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell2020-10-013-0/+106
|\
| * microvm/pcie: add 64bit mmio windowGerd Hoffmann2020-09-301-0/+9
| * microvm: add pcie supportGerd Hoffmann2020-09-303-0/+97
* | target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-305-6/+16
* | hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-302-1/+2
* | hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-302-4/+4
* | hw/i386/q35: Remove unreachable Xen code on Q35 machinePhilippe Mathieu-Daudé2020-09-301-11/+2Star
* | numa: drop support for '-numa node' (without memory specified)Igor Mammedov2020-09-302-2/+0Star
* | acpi: i386: Move VMBus DSDT entry to SBJon Doron2020-09-301-5/+7
* | qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
|/
* piix4: don't reserve hw resources when hotplug is off globallyAni Sinha2020-09-291-7/+18
* i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha2020-09-291-6/+6
* x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov2020-09-291-1/+28
* x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov2020-09-291-0/+6
* x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov2020-09-291-0/+11
* x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov2020-09-291-1/+3
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-292-28/+0Star
* pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 ...David Hildenbrand2020-09-291-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-09-241-1/+1
|\
| * qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* | smp: drop support for deprecated (invalid topologies)Igor Mammedov2020-09-221-12/+4Star
|/
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-188-24/+8Star
* microvm: enable ramfbGerd Hoffmann2020-09-171-0/+3
* microvm: wire up hotplugGerd Hoffmann2020-09-171-0/+42
* x86: move cpu hotplug from pc to x86Gerd Hoffmann2020-09-172-276/+276
* x86: move acpi_dev from pc/microvmGerd Hoffmann2020-09-176-24/+31
* x86: constify x86_machine_is_*_enabledGerd Hoffmann2020-09-171-2/+2
* microvm/acpi: disable virtio-mmio cmdline hackGerd Hoffmann2020-09-171-1/+2
* microvm/acpi: use seabios with acpi=onGerd Hoffmann2020-09-171-1/+4
* microvm/acpi: use GSI 16-23 for virtioGerd Hoffmann2020-09-171-1/+1
* microvm/acpi: add acpi_dsdt_add_virtio() for x86Gerd Hoffmann2020-09-171-0/+52