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
2020-03-18
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...
Peter Maydell
54
-701
/
+1497
2020-03-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...
Peter Maydell
6
-26
/
+26
2020-03-18
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...
Peter Maydell
29
-853
/
+863
2020-03-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
116
-767
/
+1161
2020-03-17
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+1
2020-03-17
gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb
Changbin Du
1
-1
/
+1
2020-03-17
gdbstub: do not split gdb_monitor_write payload
Damien Hedde
1
-20
/
+3
2020-03-17
gdbstub: change GDBState.last_packet to GByteArray
Damien Hedde
1
-18
/
+21
2020-03-17
tests/tcg/aarch64: add test-sve-ioctl guest-debug test
Alex Bennée
2
-2
/
+94
2020-03-17
tests/tcg/aarch64: add SVE iotcl test
Alex Bennée
2
-0
/
+74
2020-03-17
tests/tcg/aarch64: add a gdbstub testcase for SVE registers
Alex Bennée
3
-0
/
+100
2020-03-17
tests/guest-debug: add a simple test runner
Alex Bennée
1
-0
/
+57
2020-03-17
configure: allow user to specify what gdb to use
Alex Bennée
1
-0
/
+9
2020-03-17
tests/tcg/aarch64: userspace system register test
Alex Bennée
2
-0
/
+178
2020-03-17
target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
Alex Bennée
1
-5
/
+15
2020-03-17
target/arm: generate xml description of our SVE registers
Alex Bennée
3
-5
/
+261
2020-03-17
target/arm: default SVE length to 64 bytes for linux-user
Alex Bennée
1
-3
/
+4
2020-03-17
target/arm: explicitly encode regnum in our XML
Alex Bennée
3
-8
/
+13
2020-03-17
target/arm: prepare for multiple dynamic XMLs
Alex Bennée
3
-24
/
+30
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
41
-149
/
+179
2020-03-17
target/i386: use gdb_get_reg helpers
Alex Bennée
1
-16
/
+11
2020-03-17
target/m68k: use gdb_get_reg helpers
Alex Bennée
1
-18
/
+11
2020-03-17
target/arm: use gdb_get_reg helpers
Alex Bennée
1
-11
/
+7
2020-03-17
gdbstub: add helper for 128 bit registers
Alex Bennée
1
-0
/
+13
2020-03-17
gdbstub: move mem_buf to GDBState and use GByteArray
Alex Bennée
1
-21
/
+35
2020-03-17
gdbstub: move str_buf to GDBState and use GString
Alex Bennée
1
-105
/
+90
2020-03-17
gdbstub: stop passing GDBState * around and use global
Alex Bennée
1
-283
/
+278
2020-03-17
gdbstub: make GDBState static and have common init function
Alex Bennée
1
-87
/
+81
2020-03-17
travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
Philippe Mathieu-Daudé
1
-0
/
+1
2020-03-17
tests/docker: Update VirGL to v0.8.0
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-17
tests/docker: Remove obsolete VirGL --with-glx configure option
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-17
tests/docker: Update VirGL git repository URL
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-17
tests/docker: Install tools to cross-debug and build Linux kernels
Philippe Mathieu-Daudé
2
-0
/
+6
2020-03-17
hw/sd/ssi-sd: fix error handling in ssi_sd_realize
Vladimir Sementsov-Ogievskiy
1
-2
/
+14
2020-03-17
xen-block: Use one Error * variable instead of two
Markus Armbruster
1
-6
/
+4
2020-03-17
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-17-2020' ...
Peter Maydell
2
-11
/
+15
2020-03-17
hw/misc/ivshmem: Use one Error * variable instead of two
Markus Armbruster
1
-4
/
+3
2020-03-17
Use &error_abort instead of separate assert()
Markus Armbruster
3
-14
/
+5
2020-03-17
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...
Peter Maydell
15
-36
/
+444
2020-03-17
hw/arm: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
10
-39
/
+40
2020-03-17
hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
Philippe Mathieu-Daudé
3
-3
/
+0
2020-03-17
hw/ppc/ppc405: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-4
/
+2
2020-03-17
hw/arm/stm32: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2
-6
/
+2
2020-03-17
hw/char: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-3
/
+4
2020-03-17
hw/riscv: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2
-4
/
+4
2020-03-17
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2
-3
/
+3
2020-03-17
hw/display: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2
-3
/
+4
2020-03-17
hw/core: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-1
/
+2
2020-03-17
scripts/cocci: Patch to let devices own their MemoryRegions
Philippe Mathieu-Daudé
1
-0
/
+56
2020-03-17
scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()
Philippe Mathieu-Daudé
1
-0
/
+15
[next]