aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2023-10-18hw/xen: cleanup sourcesetsPaolo Bonzini1-1/+0
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha3-5/+2
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi12-64/+48
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-1/+1
2023-10-04hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha3-3/+35
2023-10-04amd_iommu: Fix APIC address checkAkihiko Odaki2-9/+2
2023-10-04hw/i386/acpi-build: Determine SMI command port just onceBernhard Beschow1-3/+3
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow3-29/+1
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow1-9/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow1-2/+2
2023-10-04hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow4-9/+5
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-10-03hw/pc: remove needless includesMarc-André Lureau1-39/+0
2023-09-29intel_iommu: Fix shadow local variables on "size"Peter Xu1-4/+4
2023-09-29hw/acpi: changes towards enabling -Wshadow=localAni Sinha1-12/+12
2023-09-25pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7Paolo Bonzini2-130/+3
2023-09-21hw/i386/pc: fix code comment on cumulative flash sizeLaszlo Ersek1-6/+6
2023-09-20i386: spelling fixesMichael Tokarev6-10/+10
2023-09-12vmmouse: use explicit codeMarc-André Lureau1-2/+11
2023-09-12vmmouse: replace DPRINTF with tracingMarc-André Lureau2-15/+24
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi7-8/+11
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé1-1/+1
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé2-7/+4
2023-09-07hw/i386/fw_cfg: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-09-07hw/i386/pc: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2-0/+2
2023-09-07hw/i386/pc: Include missing 'sysemu/tcg.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-08-31hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé5-4/+22
2023-08-31hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé4-4/+10
2023-08-23hw: Add compat machines for 8.2Cornelia Huck3-5/+28
2023-08-07hw/i386/vmmouse:add relative packet flag for button statusZongmin Zhou1-3/+12
2023-08-03hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth1-1/+1
2023-08-03hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth1-1/+1
2023-08-03hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth1-0/+9
2023-08-03hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth1-8/+8
2023-08-03hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth1-0/+5
2023-08-03acpi: x86: remove _ADR on host bridgesIgor Mammedov1-3/+0
2023-08-03x86: acpi: workaround Windows not handling name references in Package properlyIgor Mammedov1-2/+6
2023-08-02Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson1-4/+11
2023-08-01hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse1-2/+9
2023-08-01hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-08-01xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering1-3/+4
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell1-2/+2
2023-08-01hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse1-1/+11
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand1-79/+11
2023-07-12hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand1-19/+0
2023-07-12hw/i386/acpi-build: Rely on machine->device_memory when building SRATDavid Hildenbrand1-6/+3
2023-07-12hw/i386/pc: Use machine_memory_devices_init()David Hildenbrand1-12/+5
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow1-3/+3