index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
hw/audio/es1370: trace lost interrupts
Volker Rümelin
2
-5
/
+12
2023-10-10
hw/audio/es1370: change variable type and name
Volker Rümelin
1
-7
/
+8
2023-10-10
hw/audio/es1370: block structure coding style fixes
Volker Rümelin
1
-20
/
+16
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot
Volker Rümelin
1
-12
/
+13
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot
Volker Rümelin
1
-69
/
+66
2023-10-10
hw/audio/es1370: remove unused dolog macro
Volker Rümelin
1
-7
/
+0
2023-10-10
hw/audio/es1370: replace bit-rotted code with tracepoints
Volker Rümelin
2
-37
/
+28
2023-10-10
hw/audio/es1370: reset current sample counter
Volker Rümelin
1
-1
/
+1
2023-10-09
Merge tag 'pull-vfio-20231009' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
4
-31
/
+101
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-2
/
+2
2023-10-09
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
15
-93
/
+1596
2023-10-07
cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
1
-2
/
+2
2023-10-06
hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow
Thomas Huth
5
-14
/
+14
2023-10-06
hw/ide/ahci: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-3
/
+1
2023-10-06
hw/audio/soundhw: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-3
/
+3
2023-10-06
hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow
Thomas Huth
1
-4
/
+4
2023-10-06
hw/virtio/virtio-pci: Avoid compiler warning with -Wshadow
Thomas Huth
1
-10
/
+10
2023-10-06
hw/net/vhost_net: Silence compiler warning when compiling with -Wshadow
Thomas Huth
1
-4
/
+4
2023-10-06
hw/i386: changes towards enabling -Wshadow=local for x86 machines
Ani Sinha
3
-5
/
+2
2023-10-06
target/loongarch: Clean up local variable shadowing
Song Gao
1
-1
/
+1
2023-10-06
hw/cxl: Fix local variable shadowing of cap_hdrs
Jonathan Cameron
1
-4
/
+4
2023-10-06
mac_via: extend timer calibration hack to work with A/UX
Mark Cave-Ayland
1
-0
/
+56
2023-10-06
q800: add alias for MacOS toolbox ROM at 0x40000000
Mark Cave-Ayland
1
-0
/
+5
2023-10-06
q800: add ESCC alias at 0xc000
Mark Cave-Ayland
1
-0
/
+6
2023-10-06
mac_via: always clear ADB interrupt when switching to A/UX mode
Mark Cave-Ayland
1
-0
/
+9
2023-10-06
mac_via: implement ADB_STATE_IDLE state if shift register in input mode
Mark Cave-Ayland
1
-0
/
+6
2023-10-06
mac_via: workaround NetBSD ADB bus enumeration issue
Mark Cave-Ayland
2
-0
/
+35
2023-10-06
mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK
Mark Cave-Ayland
2
-0
/
+116
2023-10-06
swim: update IWM/ISM register block decoding
Mark Cave-Ayland
2
-81
/
+138
2023-10-06
swim: split into separate IWM and ISM register blocks
Mark Cave-Ayland
2
-36
/
+53
2023-10-06
swim: add trace events for IWM and ISM registers
Mark Cave-Ayland
2
-0
/
+21
2023-10-06
q800: add easc bool machine class property to switch between ASC and EASC
Mark Cave-Ayland
1
-1
/
+29
2023-10-06
q800: add Apple Sound Chip (ASC) audio to machine
Mark Cave-Ayland
2
-1
/
+31
2023-10-06
asc: generate silence if FIFO empty but engine still running
Mark Cave-Ayland
1
-0
/
+19
2023-10-06
audio: add Apple Sound Chip (ASC) emulation
Mark Cave-Ayland
5
-0
/
+723
2023-10-06
q800: allow accesses to RAM area even if less memory is available
Mark Cave-Ayland
1
-1
/
+29
2023-10-06
q800: add IOSB subsystem
Mark Cave-Ayland
6
-0
/
+151
2023-10-06
q800: implement additional machine id bits on VIA1 port A
Mark Cave-Ayland
1
-1
/
+13
2023-10-06
q800: add machine id register
Mark Cave-Ayland
1
-0
/
+29
2023-10-06
q800: add djMEMC memory controller
Mark Cave-Ayland
6
-0
/
+154
2023-10-06
q800-glue.c: convert to Resettable interface
Mark Cave-Ayland
1
-3
/
+4
2023-10-05
vfio/pci: enable MSI-X in interrupt restoring on dynamic allocation
Jing Liu
1
-0
/
+17
2023-10-05
vfio/pci: use an invalid fd to enable MSI-X
Jing Liu
1
-8
/
+36
2023-10-05
vfio/pci: enable vector on dynamic MSI-X allocation
Jing Liu
1
-18
/
+28
2023-10-05
vfio/pci: detect the support of dynamic MSI-X allocation
Jing Liu
3
-3
/
+16
2023-10-05
vfio/pci: rename vfio_put_device to vfio_pci_put_device
Zhenzhong Duan
1
-2
/
+2
2023-10-05
vfio/display: Fix missing update to set backing fields
Alex Williamson
1
-0
/
+2
2023-10-05
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
46
-370
/
+1250
2023-10-05
Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
7
-15
/
+15
2023-10-04
vhost-user: add shared_object msg
Albert Esteve
1
-12
/
+155
[next]