summary refs log tree commit diff stats
path: root/include/hw/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata2024-04-231-0/+1
* hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-0/+3
* hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow2024-03-121-2/+0
* Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"Bernhard Beschow2024-03-121-0/+2
* hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarationsPhilippe Mathieu-Daudé2024-03-091-12/+0
* vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini2024-02-281-1/+1
* hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow2024-02-271-1/+0
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-1/+1
* hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow2024-02-271-1/+1
* Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell2024-02-222-7/+5
|\
| * hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow2024-02-221-2/+0
| * hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow2024-02-221-1/+0
| * hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow2024-02-221-2/+0
| * hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2024-02-221-1/+2
| * hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell2024-02-221-1/+3
* | hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé2024-02-201-4/+0
* | hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé2024-02-201-2/+0
|/
* i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li2024-02-161-3/+0
* hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow2024-02-141-0/+1
* apic, i386/tcg: add x2apic transitionsBui Quang Minh2024-02-142-2/+2
* apic: add support for x2APIC modeBui Quang Minh2024-02-142-4/+6
* i386/tcg: implement x2APIC registers MSR accessBui Quang Minh2024-02-141-0/+3
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-021-3/+1
* hw: Add compat machines for 9.0Cornelia Huck2023-12-201-0/+3
* Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2023-11-081-16/+17
|\
| * hw/i386: Fix comment style in topology.hZhao Liu2023-11-071-16/+17
* | hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-1/+3
|/
* hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow2023-10-221-0/+2
* hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha2023-10-041-0/+6
* i386: spelling fixesMichael Tokarev2023-09-201-1/+1
* hw: Add compat machines for 8.2Cornelia Huck2023-08-231-0/+3
* include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth2023-08-031-24/+26
* hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth2023-08-031-24/+26
* hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand2023-07-121-1/+0
* hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow2023-07-101-0/+4
* hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit2023-06-261-0/+1
* xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini2023-06-151-0/+11
* hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2023-05-221-1/+0
* hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow2023-05-191-1/+1
* hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow2023-05-191-1/+0
* hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha2023-04-241-0/+3
* hw: Add compat machines for 8.1Cornelia Huck2023-04-211-0/+3
* include/hw/i386: Clean up includes in x86.hThomas Huth2023-03-071-2/+0
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-033-8/+3
|\
| * Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin2023-03-022-5/+1
| * Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin2023-03-021-3/+2
* | i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE modeDavid Woodhouse2023-03-011-0/+3
|/
* hw: Move ich9.h to southbridge/Bernhard Beschow2023-02-271-245/+0
* hw/i386/ich9: Clean up includesBernhard Beschow2023-02-271-3/+5
* hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-273-152/+1