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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
nbd/server: Nicer spelling of max BLOCK_STATUS reply length
Eric Blake
1
-5
/
+8
2019-06-13
iotests: Let 233 run concurrently
Max Reitz
2
-53
/
+42
2019-06-13
iotests: Use qemu-nbd's --pid-file
Max Reitz
1
-4
/
+2
2019-06-13
qemu-nbd: Do not close stderr
Max Reitz
1
-1
/
+2
2019-06-13
iotests.py: Add qemu_nbd_early_pipe()
Max Reitz
2
-5
/
+8
2019-06-13
qemu-nbd: Add --pid-file option
Max Reitz
2
-0
/
+13
2019-06-13
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...
Peter Maydell
5
-6
/
+14
2019-06-13
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into staging
Peter Maydell
1
-3
/
+3
2019-06-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-06-12' into ...
Peter Maydell
42
-59
/
+447
2019-06-13
ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input device
Chen Zhang
1
-1
/
+6
2019-06-13
ui/cocoa: Fix absolute input device grabbing issue on Mojave
Chen Zhang
1
-2
/
+41
2019-06-13
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-cputl...
Peter Maydell
22
-607
/
+1788
2019-06-13
edid: flip the default to enabled
Gerd Hoffmann
4
-5
/
+11
2019-06-13
edid: add xmax + ymax properties
Gerd Hoffmann
1
-1
/
+3
2019-06-12
tcg: Fix typos in helper_gvec_sar{8,32,64}v
Richard Henderson
1
-3
/
+3
2019-06-12
gdbstub: Implement qemu physical memory mode
Jon Doron
1
-2
/
+60
2019-06-12
gdbstub: Clear unused variables in gdb_handle_packet
Jon Doron
1
-9
/
+2
2019-06-12
gdbstub: Implement target halted (? pkt) with new infra
Jon Doron
1
-10
/
+25
2019-06-12
gdbstub: Implement generic set/query (Q/q pkt) with new infra
Jon Doron
1
-186
/
+373
2019-06-12
gdbstub: Implement v commands with new infra
Jon Doron
1
-60
/
+110
2019-06-12
gdbstub: Implement step (s pkt) with new infra
Jon Doron
1
-6
/
+19
2019-06-12
gdbstub: Implement file io (F pkt) with new infra
Jon Doron
1
-22
/
+26
2019-06-12
gdbstub: Implement read all registers (g pkt) with new infra
Jon Doron
1
-8
/
+23
2019-06-12
gdbstub: Implement write all registers (G pkt) with new infra
Jon Doron
1
-10
/
+31
2019-06-12
gdbstub: Implement read memory (m pkt) with new infra
Jon Doron
1
-16
/
+32
2019-06-12
gdbstub: Implement write memory (M pkt) with new infra
Jon Doron
1
-18
/
+33
2019-06-12
gdbstub: Implement get register (p pkt) with new infra
Jon Doron
1
-12
/
+38
2019-06-12
gdbstub: Implement set register (P pkt) with new infra
Jon Doron
1
-9
/
+30
2019-06-12
gdbstub: Implement breakpoint commands (Z/z pkt) with new infra
Jon Doron
1
-19
/
+67
2019-06-12
gdbstub: Implement set_thread (H pkt) with new infra
Jon Doron
1
-30
/
+53
2019-06-12
gdbstub: Implement continue with signal (C pkt) with new infra
Jon Doron
1
-5
/
+29
2019-06-12
gdbstub: Implement continue (c pkt) with new infra
Jon Doron
1
-6
/
+19
2019-06-12
gdbstub: Implement thread_alive (T pkt) with new infra
Jon Doron
1
-11
/
+32
2019-06-12
gdbstub: Implement deatch (D pkt) with new infra
Jon Doron
1
-40
/
+61
2019-06-12
gdbstub: Add infrastructure to parse cmd packets
Jon Doron
1
-0
/
+195
2019-06-12
cputlb: cast size_t to target_ulong before using for address masks
Alex Bennée
1
-1
/
+1
2019-06-12
MAINTAINERS: put myself forward for gdbstub
Alex Bennée
1
-1
/
+3
2019-06-12
tests/tcg/x86_64: add a PVH crt.o for x86_64 system tests
Alex Bennée
3
-0
/
+311
2019-06-12
tests/tcg: clean-up VPATH/TESTS for i386
Alex Bennée
1
-7
/
+2
2019-06-12
tests/tcg: better detect truncated reads
Alex Bennée
1
-5
/
+31
2019-06-12
cputlb: use uint64_t for interim values for unaligned load
Alex Bennée
1
-1
/
+1
2019-06-12
semihosting: split console_out into string and char versions
Alex Bennée
4
-20
/
+74
2019-06-12
tests/vm: python3 fixes
Gerd Hoffmann
1
-5
/
+6
2019-06-12
scripts: use git archive in archive-source
Gerd Hoffmann
1
-41
/
+31
2019-06-12
tests/vm: Add missing variables on help
Wainer dos Santos Moschetta
1
-2
/
+6
2019-06-12
tests/vm: Fix build-centos docker-based tests run
Wainer dos Santos Moschetta
1
-3
/
+3
2019-06-12
tests/vm: Port basevm to Python 3
Wainer dos Santos Moschetta
1
-4
/
+4
2019-06-12
tests/vm: Use python configured on build
Wainer dos Santos Moschetta
1
-2
/
+2
2019-06-12
.travis.yml: add clang ubsan job
Alex Bennée
1
-0
/
+7
2019-06-12
.travis.yml: bump gcc sanitiser job to gcc-9
Alex Bennée
1
-5
/
+5
[next]