aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2022-11-07hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in biosGregory Price
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-07-26i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins
2022-07-26i386/pc: relocate 4g start to 1T where applicableJoao Martins
2022-07-26i386/pc: bounds check phys-bits against max used GPAJoao Martins
2022-07-26i386/pc: factor out device_memory base/size to helperJoao Martins
2022-07-26i386/pc: handle unitialized mr in pc_get_cxl_range_end()Joao Martins
2022-07-26i386/pc: factor out cxl range start to helperJoao Martins
2022-07-26i386/pc: factor out cxl range end to helperJoao Martins
2022-07-26i386/pc: factor out above-4g end to an helperJoao Martins
2022-07-26i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins
2022-07-26hw/i386/pc: Always place CXL Memory Regions after device_memoryJonathan Cameron
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld
2022-06-11hw/i386/pc: Unexport functions used only internallyBernhard Beschow
2022-06-11hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow
2022-06-11hw: Reuse TYPE_I8042 defineBernhard Beschow
2022-06-09hw/machine: Drop cxl_supported flag as no longer usefulJonathan Cameron
2022-06-09hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron
2022-06-09pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup.Jonathan Cameron
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse
2022-05-13i386/pc: Enable CXL fixed memory windowsJonathan Cameron
2022-05-13hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)Ben Widawsky
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-03-06pci: drop COMPAT_PROP_PCP for 2.0 machine typesIgor Mammedov
2022-03-06pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne
2022-01-07hw/i386/pc: Add missing property descriptionsThomas Huth
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2021-11-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-11-02hw/i386: Rename default_bus_bypass_iommuJean-Philippe Brucker
2021-11-02target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini
2021-11-01hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker
2021-11-01hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker
2021-10-01i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang