aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé1-11/+0
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé1-1/+0
2021-10-13hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé1-1/+1
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov1-3/+3
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong1-0/+1
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong1-0/+11
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson1-0/+7
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson2-0/+5
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson3-0/+18
2021-09-30i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson1-0/+44
2021-09-30hostmem: Add hostmem-epc as a backend for SGX EPCSean Christopherson1-0/+28
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu1-4/+0
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-0/+3
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang1-0/+1
2021-07-14hw/i386: Introduce X86_FW_OVMF Kconfig symbolPhilippe Mathieu-Daudé1-0/+1
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini1-2/+0
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2-2/+0
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang1-0/+8
2021-04-30hw: add compat machines for 6.1Cornelia Huck1-0/+3
2021-04-04x86: rename oem-id and oem-table-id propertiesPaolo Bonzini1-2/+2
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca3-8/+4
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov1-0/+1
2021-02-16pc: add parser for OVMF reset blockJames Bottomley1-0/+4
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2-1/+8
2020-12-10i386: remove bios_namePaolo Bonzini1-1/+2
2020-12-10microvm: add second ioapicGerd Hoffmann1-0/+2
2020-12-10microvm: make pcie irq base runtime changeableGerd Hoffmann1-1/+1
2020-12-10microvm: make number of virtio transports runtime changeableGerd Hoffmann1-1/+1
2020-12-10x86: add support for second ioapicGerd Hoffmann3-1/+6
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan1-0/+2
2020-12-08hw: add compat machines for 6.0Cornelia Huck1-0/+3
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant3-3/+3
2020-11-03hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé1-0/+1
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2-3/+1
2020-10-21microvm: add usb supportGerd Hoffmann1-1/+4
2020-10-21x86: make pci irqs runtime configurableGerd Hoffmann1-0/+2
2020-10-01Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell1-0/+32
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-0/+3
2020-09-30typedefs: Restrict PCMachineState to 'hw/i386/pc.h'Philippe Mathieu-Daudé1-2/+2
2020-09-30microvm: add pcie supportGerd Hoffmann1-4/+14
2020-09-30microvm: add irq tableGerd Hoffmann1-0/+22
2020-09-29x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov1-0/+2
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov1-0/+2
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-1/+0
2020-09-21Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell7-25/+7
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost5-19/+5
2020-09-18hw/i386/vmport: Drop superfluous parenthesis around function typedefPhilippe Mathieu-Daudé1-1/+1
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann1-0/+10