summary refs log tree commit diff stats
path: root/hw/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | hw/i386/intel_iommu: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé2023-10-191-3/+2
* | hw/i386/amd_iommu: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé2023-10-191-3/+2
* | hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé2023-10-191-1/+3
* | hw/xen: cleanup sourcesetsPaolo Bonzini2023-10-181-1/+0
|/
* hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha2023-10-063-5/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-0512-64/+48
|\
| * hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha2023-10-043-3/+35
| * amd_iommu: Fix APIC address checkAkihiko Odaki2023-10-042-9/+2
| * hw/i386/acpi-build: Determine SMI command port just onceBernhard Beschow2023-10-041-3/+3
| * hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow2023-10-043-29/+1
| * hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow2023-10-041-9/+0
| * hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow2023-10-041-2/+2
| * hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow2023-10-044-9/+5
* | Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-051-1/+1
|\ \
| * | accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-1/+1
* | | hw/pc: remove needless includesMarc-André Lureau2023-10-031-39/+0
|/ /
* | intel_iommu: Fix shadow local variables on "size"Peter Xu2023-09-291-4/+4
* | hw/acpi: changes towards enabling -Wshadow=localAni Sinha2023-09-291-12/+12
* | pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7Paolo Bonzini2023-09-252-130/+3
|/
* hw/i386/pc: fix code comment on cumulative flash sizeLaszlo Ersek2023-09-211-6/+6
* i386: spelling fixesMichael Tokarev2023-09-206-10/+10
* vmmouse: use explicit codeMarc-André Lureau2023-09-121-2/+11
* vmmouse: replace DPRINTF with tracingMarc-André Lureau2023-09-122-15/+24
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-077-8/+11
|\
| * sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé2023-09-071-0/+1
| * sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé2023-09-071-0/+1
| * target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé2023-09-071-1/+1
| * target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé2023-09-072-7/+4
| * hw/i386/fw_cfg: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2023-09-071-0/+1
| * hw/i386/pc: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2023-09-072-0/+2
| * hw/i386/pc: Include missing 'sysemu/tcg.h' headerPhilippe Mathieu-Daudé2023-09-071-0/+1
* | hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé2023-08-315-4/+22
* | hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé2023-08-314-4/+10
|/
* hw: Add compat machines for 8.2Cornelia Huck2023-08-233-5/+28
* hw/i386/vmmouse:add relative packet flag for button statusZongmin Zhou2023-08-071-3/+12
* hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth2023-08-031-1/+1
* hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth2023-08-031-1/+1
* hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth2023-08-031-0/+9
* hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth2023-08-031-8/+8
* hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth2023-08-031-0/+5
* acpi: x86: remove _ADR on host bridgesIgor Mammedov2023-08-031-3/+0
* x86: acpi: workaround Windows not handling name references in Package properlyIgor Mammedov2023-08-031-2/+6
* Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson2023-08-021-4/+11
|\
| * hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse2023-08-011-2/+9
| * hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse2023-08-011-2/+2
* | xen-platform: do full PCI reset during unplug of IDE devicesOlaf Hering2023-08-011-3/+4
* | xen: Don't pass MemoryListener around by valuePeter Maydell2023-08-011-2/+2
* | hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse2023-08-011-1/+11
|/
* pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand2023-07-121-79/+11
* hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand2023-07-121-19/+0