aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-07softmmu/trace-events: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé3-5/+5
2023-10-07util/log: re-allow switching away from stderr log fileFiona Ebner1-0/+2
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé5-3/+5
2023-10-07target/i386/hvf: Remove unused includes in 'hvf-i386.h'Philippe Mathieu-Daudé1-6/+0
2023-10-06linux-user/syscall.c: clean up local variable shadowing in xattr syscallsLaurent Vivier1-4/+4
2023-10-06linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpuLaurent Vivier1-3/+3
2023-10-06linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()Laurent Vivier1-11/+11
2023-10-06linux-user/mmap.c: clean up local variable shadowingLaurent Vivier1-3/+3
2023-10-06linux-user/flatload: clean up local variable shadowingLaurent Vivier1-4/+4
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth5-14/+14
2023-10-06target/ppc: Clean up local variable shadowing in kvm_arch_*_registers()Cédric Le Goater1-4/+0
2023-10-06trace/control: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-10-06sysemu/tpm: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-10-06softmmu/vl: Clean up global variable shadowingPhilippe Mathieu-Daudé1-13/+13
2023-10-06semihosting/arm-compat: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+4
2023-10-06util/guest-random: Clean up global variable shadowingPhilippe Mathieu-Daudé2-7/+7
2023-10-06util/cutils: Clean up global variable shadowing in get_relocated_path()Philippe Mathieu-Daudé1-1/+0
2023-10-06ui/cocoa: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-06semihosting: Clean up global variable shadowingPhilippe Mathieu-Daudé3-6/+6
2023-10-06qom/object_interfaces: Clean up global variable shadowingPhilippe Mathieu-Daudé2-16/+16
2023-10-06qemu-io: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-06qemu-img: Clean up global variable shadowingPhilippe Mathieu-Daudé1-11/+11
2023-10-06plugins/loader: Clean up global variable shadowingPhilippe Mathieu-Daudé2-4/+4
2023-10-06os-posix: Clean up global variable shadowingPhilippe Mathieu-Daudé2-8/+8
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