aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth1-1/+0
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow1-1/+1
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow1-1/+0
2023-04-24hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha1-0/+3
2023-04-21hw: Add compat machines for 8.1Cornelia Huck1-0/+3
2023-03-07include/hw/i386: Clean up includes in x86.hThomas Huth1-2/+0
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell3-8/+3
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin2-5/+1
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin1-3/+2
2023-03-01i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE modeDavid Woodhouse1-0/+3
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow1-245/+0
2023-02-27hw/i386/ich9: Clean up includesBernhard Beschow1-3/+5
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow3-152/+1
2023-02-27hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow2-2/+1
2023-02-27hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow1-2/+0
2023-02-27hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove itBernhard Beschow1-1/+0
2023-02-27hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_busBernhard Beschow1-3/+0
2023-02-27hw/isa/lpc_ich9: Unexport PIRQ functionsBernhard Beschow1-3/+0
2023-02-27hw/i386/ich9: Rename Q35_MASK to ICH9_MASKBernhard Beschow1-5/+5
2023-02-27hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé1-3/+0
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld1-2/+3
2023-01-27intel-iommu: Document iova_treePeter Xu1-1/+37
2023-01-27hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow1-4/+2
2023-01-16hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé1-1/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth2-3/+0
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell4-5/+2
2023-01-08include: Include headers where neededMarkus Armbruster2-0/+2
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster2-5/+0
2023-01-06KVM: remove support for kernel-irqchip=offPaolo Bonzini1-1/+1
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-0/+3
2022-11-07intel-iommu: PASID supportJason Wang1-1/+6
2022-11-07intel-iommu: drop VTDBusJason Wang1-9/+2
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-0/+3
2022-07-26i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins1-0/+1
2022-07-26i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins1-1/+2
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins1-0/+3
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2-1/+5
2022-06-11hw/i386/pc: Remove orphan declarationsBernhard Beschow1-3/+0
2022-06-11hw/i386/pc: Unexport functions used only internallyBernhard Beschow1-3/+0
2022-06-11hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow1-8/+0
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron1-0/+2
2022-06-09q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov1-1/+0
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2-2/+2
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li3-4/+2
2022-05-16intel_iommu: Support IR-only mode without DMA translationDavid Woodhouse1-0/+1
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow1-1/+0
2022-04-27i386: factor out x86_firmware_configure()Gerd Hoffmann1-0/+3
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-0/+3
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2-5/+5
2022-03-06x86: cleanup unused compat_apic_id_modeIgor Mammedov1-2/+0