summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* misc: Correct relative include pathPhilippe Mathieu-Daudé2021-06-051-3/+3
* i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy2021-06-055-12/+12
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-022-2/+2
|\
| * docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-022-2/+2
* | i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé2021-05-311-1/+5
|/
* hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé2021-05-261-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-163-8/+14
|\
| * hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat2021-05-141-1/+3
| * amd_iommu: fix wrong MMIO operationsRoman Kapl2021-05-141-3/+3
| * x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov2021-05-041-2/+6
| * amd_iommu: Fix pte_override_page_mask()Jean-Philippe Brucker2021-05-041-2/+2
* | numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-3/+4
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-121-0/+1
|\ \
| * | i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana2021-05-101-0/+1
* | | xen: Free xenforeignmemory_resource at exitAnthony PERARD2021-05-101-3/+6
* | | xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin2021-05-101-1/+14
|/ /
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-026-6/+0Star
* | Do not include cpu.h if it's not really necessaryThomas Huth2021-05-026-6/+0Star
* | Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-025-5/+0Star
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* | hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
* | hw: add compat machines for 6.1Cornelia Huck2021-04-303-2/+28
|/
* acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca2021-03-225-161/+96Star
* acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand2021-03-222-15/+9Star
* microvm: Don't open-code "etc/table-loader"David Hildenbrand2021-03-221-1/+1
* acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand2021-03-222-2/+3
* pci: acpi: add _DSM method to PCI devicesIgor Mammedov2021-03-221-3/+102
* pci: introduce acpi-index property for PCI deviceIgor Mammedov2021-03-221-1/+12
* hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé2021-03-181-1/+0Star
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-1/+0Star
* dma: Introduce dma_aligned_pow2_mask()Eric Auger2021-03-121-23/+7Star
* intel_iommu: Fix mask may be uninitialized in vtd_context_device_invalidateEric Auger2021-03-121-0/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-114-4/+4
|\
| * sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-094-4/+4
* | qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
|/
* x86/pvh: extract only 4 bytes of start address for 32 bit kernelsDavid Edmondson2021-03-061-2/+4
* i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov2021-03-023-2/+6
* i386: acpi: Don't build HPET ACPI entry if HPET is disabledSean Christopherson2021-02-231-2/+6
* hw/i386: declare ACPI mother board resource for MMCONFIG regionIsaku Yamahata2021-02-231-1/+45
* acpi: set fadt.smi_cmd to zero when SMM is not supportedIsaku Yamahata2021-02-231-3/+15
* vmmouse: put it into the 'input' categoryGan Qixin2021-02-201-0/+1
* hw/i386/xen: Remove dead codePhilippe Mathieu-Daudé2021-02-201-11/+2Star
* sev/i386: Allow AP booting under SEV-ESPaolo Bonzini2021-02-161-0/+8
* pc: add parser for OVMF reset blockJames Bottomley2021-02-161-4/+118
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-081-11/+6Star
* acpi: use constants as strncpy limitMichael S. Tsirkin2021-02-052-4/+4
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-056-36/+201
* hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth2021-02-051-94/+0Star
* hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas2021-01-291-1/+1
* acpi: Add addr offset in build_crsJiahui Cen2021-01-171-1/+2