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
2019-02-12
chardev: use a state machine for socket connection state
Daniel P. Berrangé
1
-14
/
+49
2019-02-12
chardev: split up qmp_chardev_open_socket connection code
Daniel P. Berrangé
1
-36
/
+60
2019-02-12
chardev: split tcp_chr_wait_connected into two methods
Daniel P. Berrangé
1
-22
/
+37
2019-02-12
chardev: remove unused 'sioc' variable & cleanup paths
Daniel P. Berrangé
1
-15
/
+7
2019-02-12
chardev: ensure qemu_chr_parse_compat reports missing driver error
Daniel P. Berrangé
2
-1
/
+4
2019-02-12
chardev: remove many local variables in qemu_chr_parse_socket
Daniel P. Berrangé
1
-22
/
+18
2019-02-12
chardev: forbid 'wait' option with client sockets
Daniel P. Berrangé
4
-6
/
+16
2019-02-12
chardev: forbid 'reconnect' option with server sockets
Daniel P. Berrangé
1
-1
/
+8
2019-02-12
chardev: fix validation of options for QMP created chardevs
Daniel P. Berrangé
1
-26
/
+66
2019-02-12
io: add qio_task_wait_thread to join with a background thread
Daniel P. Berrangé
3
-5
/
+67
2019-02-12
io: store reference to thread information in the QIOTask struct
Daniel P. Berrangé
1
-30
/
+34
2019-02-12
tests/test-char: add muxed chardev testing for open/close
Artem Pisarenko
1
-2
/
+78
2019-02-12
chardev: fix mess in OPENED/CLOSED events when muxed
Artem Pisarenko
3
-18
/
+49
2019-02-12
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
3
-15
/
+15
2019-02-12
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-11' into st...
Peter Maydell
15
-18
/
+431
2019-02-12
virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdev
Stefano Garzarella
1
-13
/
+9
2019-02-12
qemugdb/coroutine: fix arch_prctl has unknown return type
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-02-12
iothread: fix iothread hang when stop too soon
Peter Xu
1
-1
/
+5
2019-02-11
riscv: Ensure the kernel start address is correctly cast
Alistair Francis
4
-4
/
+4
2019-02-11
target/riscv: fix counter-enable checks in ctr()
Xi Wang
1
-3
/
+9
2019-02-11
MAINTAINERS: Remove Michael Clark as a RISC-V Maintainer
Palmer Dabbelt
1
-1
/
+0
2019-02-11
RISC-V: Add misa runtime write support
Michael Clark
4
-3
/
+68
2019-02-11
RISC-V: Add misa.MAFD checks to translate
Michael Clark
1
-0
/
+158
2019-02-11
RISC-V: Add misa to DisasContext
Michael Clark
1
-35
/
+40
2019-02-11
RISC-V: Add priv_ver to DisasContext
Alistair Francis
1
-2
/
+5
2019-02-11
RISC-V: Use riscv prefix consistently on cpu helpers
Michael Clark
6
-39
/
+38
2019-02-11
RISC-V: Implement mstatus.TSR/TW/TVM
Michael Clark
2
-8
/
+34
2019-02-11
RISC-V: Mark mstatus.fs dirty
Richard Henderson
2
-13
/
+39
2019-02-11
RISC-V: Split out mstatus_fs from tb_flags
Richard Henderson
2
-8
/
+8
2019-02-11
qcow2: list of bitmaps new test 242
Andrey Shinkevich
3
-0
/
+271
2019-02-11
qcow2: Add list of bitmaps to ImageInfoSpecificQCow2
Andrey Shinkevich
4
-2
/
+128
2019-02-11
bdrv_query_image_info Error parameter added
Andrey Shinkevich
8
-15
/
+32
2019-02-11
nbd/server: Kill pointless shadowed variable
Eric Blake
1
-1
/
+0
2019-02-11
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190211' into staging
Peter Maydell
7
-5
/
+52
2019-02-11
cputlb: update TLB entry/index after tlb_fill
Emilio G. Cota
2
-0
/
+12
2019-02-11
exec-all: document that tlb_fill can trigger a TLB resize
Emilio G. Cota
1
-0
/
+5
2019-02-11
tcg/i386: fix unsigned vector saturating arithmetic
Mark Cave-Ayland
1
-2
/
+2
2019-02-11
tcg: Diagnose referenced labels that have not been emitted
Richard Henderson
3
-3
/
+33
2019-02-11
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-110219-1...
Peter Maydell
18
-60
/
+222
2019-02-11
tests/vm: Be verbose while extracting compressed images
Philippe Mathieu-Daudé
4
-4
/
+8
2019-02-11
docs/devel/testing: Add -a option to usermod command on docker setup
Murilo Opsfelder Araujo
1
-1
/
+1
2019-02-08
scripts/qemu.py: allow arches use KVM for their 32bit cousins
Alex Bennée
1
-2
/
+10
2019-02-08
tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS
Alex Bennée
1
-1
/
+9
2019-02-08
tests/vm: add --build-target option
Alex Bennée
4
-3
/
+6
2019-02-08
tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386
Alex Bennée
3
-3
/
+0
2019-02-08
tests/vm: move images to $HOME/.cache/qemu-vm/images
Gerd Hoffmann
1
-5
/
+7
2019-02-08
tests: PEP8 cleanup of docker.py, mostly white space
Alex Bennée
1
-13
/
+35
2019-02-08
tests: docker.py be even smarter with persistent binfmt_misc
Alex Bennée
1
-18
/
+38
2019-02-08
tests: make docker.py check for persistent configs
Alex Bennée
1
-0
/
+5
2019-02-08
tests: make docker.py update use configured binfmt path
Alex Bennée
1
-10
/
+15
[prev]
[next]