aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-10-10hw/audio/es1370: reset current sample counterVolker Rümelin1-1/+1
2023-10-09Merge tag 'pull-vfio-20231009' of https://github.com/legoater/qemu into stagingStefan Hajnoczi4-31/+101
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-2/+2
2023-10-09Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi15-93/+1596
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-2/+2
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth5-14/+14
2023-10-06hw/ide/ahci: Clean up local variable shadowingPhilippe Mathieu-Daudé1-3/+1
2023-10-06hw/audio/soundhw: Clean up global variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-10-06hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth1-4/+4
2023-10-06hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth1-10/+10
2023-10-06hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth1-4/+4
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha3-5/+2
2023-10-06target/loongarch: Clean up local variable shadowingSong Gao1-1/+1
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