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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2021-05-25
hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMs
Peter Maydell
1
-2
/
+6
2021-05-25
hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific
Peter Maydell
1
-0
/
+6
2021-05-25
hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524
Peter Maydell
1
-7
/
+1
2021-05-25
hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logic
Peter Maydell
1
-16
/
+32
2021-05-25
hw/arm/smmuv3: Another range invalidation fix
Eric Auger
1
-24
/
+26
2021-05-24
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
7
-70
/
+79
2021-05-24
Merge remote-tracking branch 'remotes/xtensa/tags/20210521-xtensa' into staging
Peter Maydell
10
-89
/
+288
2021-05-21
coroutine-sleep: introduce qemu_co_sleep
Paolo Bonzini
2
-7
/
+24
2021-05-21
coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
Paolo Bonzini
4
-43
/
+39
2021-05-21
coroutine-sleep: move timer out of QemuCoSleepState
Paolo Bonzini
1
-4
/
+4
2021-05-21
coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
Paolo Bonzini
3
-18
/
+15
2021-05-21
coroutine-sleep: disallow NULL QemuCoSleepState** argument
Paolo Bonzini
2
-15
/
+8
2021-05-21
coroutine-sleep: use a stack-allocated timer
Paolo Bonzini
1
-5
/
+4
2021-05-21
bitops.h: Improve find_xxx_bit() documentation
Philippe Mathieu-Daudé
1
-3
/
+12
2021-05-21
multi-process: Initialize variables declared with g_auto*
Zenghui Yu
2
-5
/
+3
2021-05-21
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210521-pull-request' i...
Peter Maydell
18
-68
/
+1800
2021-05-21
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-simplebench-2021-0...
Peter Maydell
4
-22
/
+144
2021-05-21
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st...
Peter Maydell
1
-7
/
+22
2021-05-21
ui/gtk: add clipboard support
Gerd Hoffmann
4
-1
/
+204
2021-05-21
ui/gtk: move struct GtkDisplayState to ui/gtk.h
Gerd Hoffmann
2
-55
/
+57
2021-05-21
ui/vnc: clipboard support
Gerd Hoffmann
4
-6
/
+363
2021-05-21
ui/vdagent: add clipboard support
Gerd Hoffmann
4
-1
/
+301
2021-05-21
ui/vdagent: add mouse support
Gerd Hoffmann
3
-1
/
+155
2021-05-21
ui/vdagent: core infrastructure
Gerd Hoffmann
4
-1
/
+386
2021-05-21
ui: add clipboard documentation
Gerd Hoffmann
3
-1
/
+141
2021-05-21
ui: add clipboard infrastructure
Gerd Hoffmann
3
-0
/
+155
2021-05-21
build: add separate spice-protocol config option
Gerd Hoffmann
2
-4
/
+36
2021-05-21
ui/spice-display: check NULL pointer in interface_release_resource()
Mauro Matteo Cascella
1
-0
/
+4
2021-05-21
vnc: spelling fix (enable->enabled)
Michael Tokarev
1
-1
/
+1
2021-05-20
target/xtensa: clean up unaligned access
Max Filippov
7
-70
/
+288
2021-05-20
target/xtensa: fix access ring in l32ex
Max Filippov
1
-1
/
+1
2021-05-20
target/xtensa: don't generate extra EXCP_DEBUG on exception
Max Filippov
4
-19
/
+0
2021-05-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-05-20' into ...
Peter Maydell
18
-82
/
+210
2021-05-20
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...
Peter Maydell
13
-17
/
+48
2021-05-20
qapi/parser: add docstrings
John Snow
1
-0
/
+69
2021-05-20
qapi/parser: allow 'ch' variable name
John Snow
1
-0
/
+1
2021-05-20
Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210511' int...
Peter Maydell
15
-552
/
+348
2021-05-20
tests/tcg/x86_64: add vsyscall smoke test
Ilya Leoshkevich
2
-1
/
+17
2021-05-20
target/i386: Make sure that vsyscall's tb->size != 0
Ilya Leoshkevich
1
-0
/
+1
2021-05-20
vfio-ccw: Attempt to clean up all IRQs on error
Eric Farman
1
-3
/
+5
2021-05-20
hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
Philippe Mathieu-Daudé
5
-4
/
+2
2021-05-20
vfio-ccw: Permit missing IRQs
Eric Farman
1
-5
/
+7
2021-05-20
accel/tcg: Assert that tb->size != 0 after translation
Ilya Leoshkevich
1
-0
/
+1
2021-05-20
target/xtensa: Make sure that tb->size != 0
Ilya Leoshkevich
1
-0
/
+3
2021-05-20
target/arm: Make sure that commpage's tb->size != 0
Ilya Leoshkevich
1
-0
/
+2
2021-05-20
target/s390x: Fix translation exception on illegal instruction
Ilya Leoshkevich
1
-5
/
+11
2021-05-20
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-x86-20210519' into...
Peter Maydell
14
-753
/
+592
2021-05-20
qapi/parser: Remove superfluous list comprehension
John Snow
1
-1
/
+1
2021-05-20
qapi/parser: add type hint annotations
John Snow
1
-20
/
+38
2021-05-20
qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard
John Snow
1
-14
/
+16
[next]