aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2024-02-15hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Rename AHCI PCI function as 'pdev'Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé
2024-02-15hw/i386/q35: Use DEVICE() cast macro with PCIDevice objectPhilippe Mathieu-Daudé
2024-02-15hw/i386/q35: Simplify pc_q35_init() since PCI is always enabledPhilippe Mathieu-Daudé
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé
2024-02-15hw/i386/q35: Realize LPC PCI function before accessing itPhilippe Mathieu-Daudé
2024-02-14hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow
2024-02-14hw/i386/x86: Reverse if statementBernhard Beschow
2024-02-14amd_iommu: report x2APIC support to the operating systemBui Quang Minh
2024-02-14intel_iommu: allow Extended Interrupt Mode when using userspace APICBui Quang Minh
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2024-02-14apic: add support for x2APIC modeBui Quang Minh
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse
2024-01-30hw/i386: Add `\n` to hint messageGreg Kurz
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-19hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independentBernhard Beschow
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth
2024-01-10hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31target/i386: the sgx_epc_get_section stub is reachablePaolo Bonzini
2023-12-29hw/i386: Constify VMStateRichard Henderson
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-12-20hw: Add compat machines for 9.0Cornelia Huck
2023-12-19hw/i386: Activate IOMMUFD for q35 machinesCédric Le Goater
2023-12-02hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman
2023-11-10hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf
2023-11-07xen-platform: unplug AHCI disksDavid Woodhouse
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse
2023-11-07hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse
2023-11-07hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse
2023-11-07hw/xen: Clean up event channel 'type_val' handling to use unionDavid Woodhouse
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-11-07Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi
2023-11-06hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflowVladimir Sementsov-Ogievskiy
2023-11-06hw/i386/pc: Support hv-balloonMaciej S. Szmigiero
2023-11-06hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse
2023-11-06hw/xen: fix XenStore watch delivery to guestDavid Woodhouse
2023-11-06hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-10-30Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi