aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé2-10/+10
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é2-4/+4
2023-10-06dump: Silence compiler warning in dump code when compiling with -WshadowThomas Huth1-4/+4
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-06audio/ossaudio: Fix compiler warning with -WshadowThomas Huth1-1/+0
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha3-5/+2
2023-10-06target/ppc: Rename variables to avoid local variable shadowing in VUPKPXCédric Le Goater1-6/+6
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-Ayland2-0/+6
2023-10-06q800: add ESCC alias at 0xc000Mark Cave-Ayland2-0/+7
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-Ayland3-0/+119
2023-10-06swim: update IWM/ISM register block decodingMark Cave-Ayland3-84/+143
2023-10-06swim: split into separate IWM and ISM register blocksMark Cave-Ayland3-46/+58
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-Ayland2-1/+30
2023-10-06q800: add Apple Sound Chip (ASC) audio to machineMark Cave-Ayland4-2/+36
2023-10-06asc: generate silence if FIFO empty but engine still runningMark Cave-Ayland2-0/+21
2023-10-06audio: add Apple Sound Chip (ASC) emulationMark Cave-Ayland7-0/+809
2023-10-06q800: allow accesses to RAM area even if less memory is availableMark Cave-Ayland2-1/+30
2023-10-06q800: add IOSB subsystemMark Cave-Ayland9-0/+180
2023-10-06q800: implement additional machine id bits on VIA1 port AMark Cave-Ayland1-1/+13
2023-10-06q800: add machine id registerMark Cave-Ayland2-0/+30
2023-10-06q800: add djMEMC memory controllerMark Cave-Ayland9-0/+188
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-05nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUSEric Blake7-20/+125
2023-10-05nbd/server: Prepare for per-request filtering of BLOCK_STATUSEric Blake2-5/+18
2023-10-05nbd/server: Refactor list of negotiated meta contextsEric Blake2-25/+31
2023-10-05nbd/client: Request extended headers during negotiationEric Blake8-6/+38
2023-10-05nbd/client: Accept 64-bit block status chunksEric Blake2-15/+35
2023-10-05nbd/client: Initial support for extended headersEric Blake4-38/+74
2023-10-05nbd/client: Plumb errp through nbd_receive_repliesEric Blake1-6/+12
2023-10-05nbd/server: Enable initial support for extended headersEric Blake2-0/+22
2023-10-05nbd/server: Support 64-bit block statusEric Blake1-25/+81
2023-10-05nbd/server: Prepare to send extended header repliesEric Blake1-8/+22
2023-10-05nbd/server: Prepare to receive extended header requestsEric Blake2-14/+34
2023-10-05nbd/server: Support a request payloadEric Blake2-5/+38