aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth1-1/+1
2024-02-22hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI functionBernhard Beschow1-1/+1
2024-02-22hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM APIPhilippe Mathieu-Daudé1-4/+2
2024-02-22hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove itBernhard Beschow1-13/+2
2024-02-22hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow3-4/+4
2024-02-22hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow5-22/+14
2024-02-22hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow3-10/+3
2024-02-22hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2-4/+4
2024-02-22hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()Peter Maydell1-23/+16
2024-02-22hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell3-17/+9
2024-02-22hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machinesBernhard Beschow1-5/+3
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé1-1/+2
2024-02-22hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé1-1/+2
2024-02-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-5/+0
2024-02-16i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li1-5/+0
2024-02-15hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé1-1/+1
2024-02-15hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé1-2/+4
2024-02-15hw/ide/ahci: Rename AHCI PCI function as 'pdev'Philippe Mathieu-Daudé1-7/+8
2024-02-15hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé1-1/+1
2024-02-15hw/i386/q35: Use DEVICE() cast macro with PCIDevice objectPhilippe Mathieu-Daudé1-2/+2
2024-02-15hw/i386/q35: Simplify pc_q35_init() since PCI is always enabledPhilippe Mathieu-Daudé1-22/+10
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé1-1/+1
2024-02-15hw/i386/q35: Realize LPC PCI function before accessing itPhilippe Mathieu-Daudé1-3/+3
2024-02-14hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron1-1/+1
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow1-2/+2
2024-02-14hw/i386/x86: Reverse if statementBernhard Beschow1-3/+3
2024-02-14amd_iommu: report x2APIC support to the operating systemBui Quang Minh5-46/+133
2024-02-14intel_iommu: allow Extended Interrupt Mode when using userspace APICBui Quang Minh1-5/+1
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh2-2/+4
2024-02-14apic: add support for x2APIC modeBui Quang Minh1-1/+5
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse3-13/+4
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-12/+19
2024-01-30hw/i386: Add `\n` to hint messageGreg Kurz1-2/+2
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+2
2024-01-19hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independentBernhard Beschow1-6/+3
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth1-2/+2
2024-01-10hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L1-13/+2
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2-8/+8
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi4-13/+13
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2023-12-31target/i386: the sgx_epc_get_section stub is reachablePaolo Bonzini1-1/+1
2023-12-29hw/i386: Constify VMStateRichard Henderson12-17/+17
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi3-4/+29
2023-12-20hw: Add compat machines for 9.0Cornelia Huck3-4/+29
2023-12-19hw/i386: Activate IOMMUFD for q35 machinesCédric Le Goater1-0/+1
2023-12-02hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman1-3/+12
2023-11-10hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf1-3/+5
2023-11-07xen-platform: unplug AHCI disksDavid Woodhouse1-23/+45
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse3-5/+10
2023-11-07hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse1-2/+7