aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-10-06hw/cxl: Fix local variable shadowing of cap_hdrsJonathan Cameron1-4/+4
2023-10-06mac_via: extend timer calibration hack to work with A/UXMark Cave-Ayland1-0/+56
2023-10-06q800: add alias for MacOS toolbox ROM at 0x40000000Mark Cave-Ayland1-0/+5
2023-10-06q800: add ESCC alias at 0xc000Mark Cave-Ayland1-0/+6
2023-10-06mac_via: always clear ADB interrupt when switching to A/UX modeMark Cave-Ayland1-0/+9
2023-10-06mac_via: implement ADB_STATE_IDLE state if shift register in input modeMark Cave-Ayland1-0/+6
2023-10-06mac_via: workaround NetBSD ADB bus enumeration issueMark Cave-Ayland2-0/+35
2023-10-06mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEKMark Cave-Ayland2-0/+116
2023-10-06swim: update IWM/ISM register block decodingMark Cave-Ayland2-81/+138
2023-10-06swim: split into separate IWM and ISM register blocksMark Cave-Ayland2-36/+53
2023-10-06swim: add trace events for IWM and ISM registersMark Cave-Ayland2-0/+21
2023-10-06q800: add easc bool machine class property to switch between ASC and EASCMark Cave-Ayland1-1/+29
2023-10-06q800: add Apple Sound Chip (ASC) audio to machineMark Cave-Ayland2-1/+31
2023-10-06asc: generate silence if FIFO empty but engine still runningMark Cave-Ayland1-0/+19
2023-10-06audio: add Apple Sound Chip (ASC) emulationMark Cave-Ayland5-0/+723
2023-10-06q800: allow accesses to RAM area even if less memory is availableMark Cave-Ayland1-1/+29
2023-10-06q800: add IOSB subsystemMark Cave-Ayland6-0/+151
2023-10-06q800: implement additional machine id bits on VIA1 port AMark Cave-Ayland1-1/+13
2023-10-06q800: add machine id registerMark Cave-Ayland1-0/+29
2023-10-06q800: add djMEMC memory controllerMark Cave-Ayland6-0/+154
2023-10-06q800-glue.c: convert to Resettable interfaceMark Cave-Ayland1-3/+4
2023-10-05vfio/pci: enable MSI-X in interrupt restoring on dynamic allocationJing Liu1-0/+17
2023-10-05vfio/pci: use an invalid fd to enable MSI-XJing Liu1-8/+36
2023-10-05vfio/pci: enable vector on dynamic MSI-X allocationJing Liu1-18/+28
2023-10-05vfio/pci: detect the support of dynamic MSI-X allocationJing Liu3-3/+16
2023-10-05vfio/pci: rename vfio_put_device to vfio_pci_put_deviceZhenzhong Duan1-2/+2
2023-10-05vfio/display: Fix missing update to set backing fieldsAlex Williamson1-0/+2
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi46-370/+1250
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi7-15/+15
2023-10-04vhost-user: add shared_object msgAlbert Esteve1-12/+155
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve2-0/+139
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets1-10/+8
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets1-2/+0
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets1-3/+15
2023-10-04pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy1-6/+3
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/pci-bridge/cxl-upstream: Add serial number extended capability supportJonathan Cameron1-2/+13
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron3-55/+115
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron3-18/+29
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron1-6/+54
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron1-0/+18
2023-10-04hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow2-5/+11
2023-10-04hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow3-7/+9
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 #include "hw/boards.h"Bernhard Beschow4-1/+5
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow4-18/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow2-8/+4
2023-10-04hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow4-9/+5