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-10.0
stable-10.1
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
stable-9.2
staging
staging-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-27
target/hppa: Replace c with uv in do_cond
Richard Henderson
1
-7
/
+5
2024-03-27
target/hppa: Squash d for pa1.x during decode
Richard Henderson
2
-25
/
+33
2024-03-27
target/hppa: Fix unit carry conditions
Richard Henderson
1
-102
/
+110
2024-03-27
target/hppa: Optimize UADDCM with no condition
Richard Henderson
1
-2
/
+22
2024-03-27
target/hppa: Fix DCOR reconstruction of carry bits
Richard Henderson
1
-1
/
+1
2024-03-27
target/hppa: Use gva_offset_mask() everywhere
Sven Schnelle
2
-11
/
+11
2024-03-27
target/hppa: Fix EIRR, EIEM versus icount
Richard Henderson
3
-14
/
+11
2024-03-27
target/hppa: Tidy read of interval timer
Richard Henderson
1
-3
/
+1
2024-03-27
target/hppa: Mark interval timer write as io
Richard Henderson
1
-0
/
+3
2024-03-27
target/hppa: Fix ADD/SUB trap on overflow for narrow mode
Sven Schnelle
1
-0
/
+6
2024-03-27
target/hppa: Handle unit conditions for wide mode
Sven Schnelle
1
-2
/
+23
2024-03-27
target/hppa: Fix B,GATE for wide mode
Richard Henderson
1
-1
/
+1
2024-03-27
target/hppa: Fix BE,L set of sr0
Richard Henderson
1
-1
/
+1
2024-03-26
tests/tcg: Test shmat(NULL)
Ilya Leoshkevich
1
-0
/
+38
2024-03-26
linux-user: Fix shmat(NULL) for h != g
Ilya Leoshkevich
1
-1
/
+1
2024-03-26
linux-user: Fix shmat() strace
Ilya Leoshkevich
1
-1
/
+1
2024-03-26
linux-user: Fix semctl() strace
Ilya Leoshkevich
1
-6
/
+2
2024-03-26
Update version for v9.0.0-rc1 release
v9.0.0-rc1
Peter Maydell
1
-1
/
+1
2024-03-26
Merge tag 'hw-misc-20240326' of https://github.com/philmd/qemu into staging
Peter Maydell
12
-75
/
+137
2024-03-26
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
11
-33
/
+167
2024-03-26
ui/cocoa: Use NSTrackingInVisibleRect
Akihiko Odaki
1
-34
/
+14
2024-03-26
ui/cocoa: Resize window after toggling zoom-to-fit
Akihiko Odaki
1
-0
/
+1
2024-03-26
ui/cocoa: Fix aspect ratio
Akihiko Odaki
1
-1
/
+40
2024-03-26
hw/smbios: add stub for smbios_get_table_legacy()
Igor Mammedov
1
-0
/
+5
2024-03-26
contrib/plugins/execlog: Fix compiler warning
Yao Xingtao
1
-3
/
+21
2024-03-26
docs/system/ppc/amigang.rst: Fix formatting
BALATON Zoltan
1
-2
/
+2
2024-03-26
hw/misc/stm32l4x5_rcc: Propagate period when enabling a clock
Arnaud Minier
1
-1
/
+1
2024-03-26
hw/misc/stm32l4x5_rcc: Inline clock_update() in clock_mux_update()
Philippe Mathieu-Daudé
1
-1
/
+6
2024-03-26
hw/clock: Let clock_set_mul_div() return a boolean value
Philippe Mathieu-Daudé
3
-2
/
+14
2024-03-26
target/tricore/helper: Use correct string format in cpu_tlb_fill()
Philippe Mathieu-Daudé
1
-2
/
+2
2024-03-26
monitor/hmp-cmds-target: Append a space in error message in gpa2hva()
Yao Xingtao
1
-1
/
+1
2024-03-26
hw/scsi/scsi-generic: Fix io_timeout property not applying
Lorenz Brun
1
-1
/
+0
2024-03-26
target/i386/tcg: Enable page walking from MMIO memory
Gregory Price
1
-27
/
+30
2024-03-26
iotests: add test for stream job with an unaligned prefetch read
Fiona Ebner
2
-0
/
+91
2024-03-26
block-backend: fix edge case in bdrv_next_cleanup() where BDS associated to B...
Fiona Ebner
1
-7
/
+4
2024-03-26
block-backend: fix edge case in bdrv_next() where BDS associated to BB changes
Fiona Ebner
1
-4
/
+3
2024-03-26
block/io: accept NULL qiov in bdrv_pad_request
Stefan Reiter
1
-13
/
+20
2024-03-26
vdpa-dev: Fix initialisation order to restore VDUSE compatibility
Kevin Wolf
5
-9
/
+45
2024-03-26
tests/qemu-iotests: Test 157 and 227 require virtio-blk
Thomas Huth
2
-0
/
+4
2024-03-26
Merge tag 'pull-qapi-2024-03-26' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
21
-316
/
+391
2024-03-26
qapi: document parameters of query-cpu-model-* QAPI commands
David Hildenbrand
2
-18
/
+31
2024-03-26
qapi/block-core: improve Qcow2OverlapCheckFlags documentation
Vladimir Sementsov-Ogievskiy
2
-5
/
+21
2024-03-26
qapi: document leftover members in qapi/stats.json
Paolo Bonzini
2
-9
/
+10
2024-03-26
qapi: document leftover members in qapi/run-state.json
Paolo Bonzini
2
-4
/
+26
2024-03-26
qapi: document InputMultiTouchType
Marc-André Lureau
2
-2
/
+12
2024-03-26
qga/qapi-schema: Refill doc comments to conform to current conventions
Markus Armbruster
1
-12
/
+17
2024-03-26
qapi: Correct documentation indentation and whitespace
Markus Armbruster
10
-56
/
+51
2024-03-26
qapi: Refill doc comments to conform to current conventions
Markus Armbruster
12
-136
/
+142
2024-03-26
qapi: Don't repeat member type in its documentation text
Markus Armbruster
1
-4
/
+2
2024-03-26
qapi: Start sentences with a capital letter, end them with a period
Markus Armbruster
2
-9
/
+9
[prev]
[next]