summaryrefslogtreecommitdiffstats
path: root/include/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-071-0/+4
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-0/+3
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-12-161-0/+3
|\
| * numa: Enable numa for SGX EPC sectionsYang Zhong2021-12-101-0/+3
* | include/hw/i386: Don't include qemu-common.h in .h filesPeter Maydell2021-12-152-2/+0Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-032-5/+3Star
|\
| * target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-022-5/+3Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211102-pull-request'...Richard Henderson2021-11-031-0/+4
|\ \
| * | microvm: add device tree support.Gerd Hoffmann2021-11-021-0/+4
| |/
* | hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2021-11-011-0/+1
* | hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-011-12/+0Star
|/
* hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-131-11/+0Star
* hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-131-1/+0Star
* hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2021-10-131-1/+1
* acpi: x86: set enabled when composing _MAT entriesIgor Mammedov2021-10-051-3/+3
* target/i386: Add the query-sgx-capabilities QMP commandYang Zhong2021-09-301-0/+1
* target/i386: Add HMP and QMP interfaces for SGXYang Zhong2021-09-301-0/+11
* hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson2021-09-301-0/+7
* i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson2021-09-302-0/+5
* vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson2021-09-303-0/+18
* i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson2021-09-301-0/+44
* hostmem: Add hostmem-epc as a backend for SGX EPCSean Christopherson2021-09-301-0/+28
* hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu2021-09-041-4/+0Star
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-0/+3
* hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang2021-07-161-0/+1
* hw/i386: Introduce X86_FW_OVMF Kconfig symbolPhilippe Mathieu-Daudé2021-07-141-0/+1
* machine: add error propagation to mc->smp_parsePaolo Bonzini2021-06-251-2/+0Star
* machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-252-2/+0Star
* i386: Add ratelimit for bus locks acquired in guestChenyi Qiang2021-06-171-0/+8
* hw: add compat machines for 6.1Cornelia Huck2021-04-301-0/+3
* x86: rename oem-id and oem-table-id propertiesPaolo Bonzini2021-04-041-2/+2
* acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca2021-03-223-8/+4Star
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov2021-03-021-0/+1
* pc: add parser for OVMF reset blockJames Bottomley2021-02-161-0/+4
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-052-1/+8
* i386: remove bios_namePaolo Bonzini2020-12-101-1/+2
* microvm: add second ioapicGerd Hoffmann2020-12-101-0/+2
* microvm: make pcie irq base runtime changeableGerd Hoffmann2020-12-101-1/+1
* microvm: make number of virtio transports runtime changeableGerd Hoffmann2020-12-101-1/+1
* x86: add support for second ioapicGerd Hoffmann2020-12-103-1/+6
* hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2020-12-091-0/+2
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-0/+3
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-153-3/+3
* hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé2020-11-031-0/+1
* pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-302-3/+1Star
* microvm: add usb supportGerd Hoffmann2020-10-211-1/+4
* x86: make pci irqs runtime configurableGerd Hoffmann2020-10-211-0/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell2020-10-011-0/+32
|\
| * microvm: add pcie supportGerd Hoffmann2020-09-301-4/+14