aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2020-11-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-24/+55
2020-10-30intel_iommu: Fix two misuse of "0x%u" printsPeter Xu1-2/+2
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2-20/+43
2020-10-30acpi/crs: Support ranges > 32b for hostsBen Widawsky1-2/+8
2020-10-30acpi/crs: Prevent bad ranges for host bridgesBen Widawsky1-0/+2
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-7/+1
2020-10-21Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201021-pull-reque...Peter Maydell7-19/+44
2020-10-21microvm: add usb supportGerd Hoffmann3-0/+23
2020-10-21apci: drop has_pci arg for acpi_build_madtGerd Hoffmann4-18/+14
2020-10-21microvm: set pci_irq_maskGerd Hoffmann2-1/+7
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann2-2/+2
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé1-1/+1
2020-10-19hw/xen: Set suppress-vmdesc for Xen machinesJason Andryuk1-2/+2
2020-10-19xen: xenguest is not used so is not neededMichael Tokarev1-2/+0
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost3-3/+3
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost2-20/+18
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana1-1/+1
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-0/+1
2020-10-01Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell3-0/+106
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov5-6/+16
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2-1/+2
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2-4/+4
2020-09-30hw/i386/q35: Remove unreachable Xen code on Q35 machinePhilippe Mathieu-Daudé1-11/+2
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov2-2/+0
2020-09-30acpi: i386: Move VMBus DSDT entry to SBJon Doron1-5/+7
2020-09-30microvm/pcie: add 64bit mmio windowGerd Hoffmann1-0/+9
2020-09-30microvm: add pcie supportGerd Hoffmann3-0/+97
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha1-7/+18
2020-09-29i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha1-6/+6
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov1-1/+28
2020-09-29x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov1-0/+6
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov1-0/+11
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov1-1/+3
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov2-28/+0
2020-09-29pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 ...David Hildenbrand1-1/+1
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-22smp: drop support for deprecated (invalid topologies)Igor Mammedov1-12/+4
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost8-24/+8
2020-09-17microvm: enable ramfbGerd Hoffmann1-0/+3
2020-09-17microvm: wire up hotplugGerd Hoffmann1-0/+42
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann2-276/+276
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann6-24/+31
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann1-2/+2
2020-09-17microvm/acpi: disable virtio-mmio cmdline hackGerd Hoffmann1-1/+2
2020-09-17microvm/acpi: use seabios with acpi=onGerd Hoffmann1-1/+4
2020-09-17microvm/acpi: use GSI 16-23 for virtioGerd Hoffmann1-1/+1
2020-09-17microvm/acpi: add acpi_dsdt_add_virtio() for x86Gerd Hoffmann1-0/+52
2020-09-17microvm/acpi: add minimal acpi supportGerd Hoffmann5-1/+237