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
2017-05-13
target/sh4: movua.l is an SH4-A only instruction
Aurelien Jarno
1
-11
/
+15
2017-05-13
target/sh4: implement tas.b using atomic helper
Aurelien Jarno
1
-12
/
+7
2017-05-13
target/sh4: generate fences for SH4
Aurelien Jarno
1
-4
/
+5
2017-05-13
target/sh4: optimize gen_write_sr using extract op
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: optimize gen_store_fpr64
Aurelien Jarno
1
-7
/
+1
2017-05-13
target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jump
Aurelien Jarno
1
-6
/
+3
2017-05-13
target/sh4: only save flags state at the end of the TB
Aurelien Jarno
1
-36
/
+33
2017-05-13
target/sh4: fix BS_EXCP exit
Aurelien Jarno
1
-9
/
+7
2017-05-13
target/sh4: fix BS_STOP exit
Aurelien Jarno
1
-2
/
+3
2017-05-13
target/sh4: move DELAY_SLOT_TRUE flag into a separate global
Aurelien Jarno
3
-18
/
+16
2017-05-13
target/sh4: do not include DELAY_SLOT_TRUE in the TB state
Aurelien Jarno
1
-2
/
+1
2017-05-13
target/sh4: get rid of DELAY_SLOT_CLEARME
Aurelien Jarno
3
-16
/
+6
2017-05-13
target/sh4: split ctx->flags into ctx->tbflags and ctx->envflags
Aurelien Jarno
1
-79
/
+82
2017-05-11
maintainers: Add myself as linux-user reviewer
Laurent Vivier
1
-0
/
+1
2017-05-10
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
34
-114
/
+112
2017-05-10
Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into staging
Stefan Hajnoczi
12
-66
/
+135
2017-05-10
tests: Remove redundant assignment
Fam Zheng
1
-1
/
+1
2017-05-10
MAINTAINERS: Update paths for AioContext implementation
Paolo Bonzini
1
-2
/
+2
2017-05-10
MAINTAINERS: Update paths for main loop
Paolo Bonzini
1
-2
/
+2
2017-05-10
jazz_led: fix bad snprintf
Paolo Bonzini
1
-2
/
+2
2017-05-10
tests: Ignore another built executable (test-hmp)
Eric Blake
1
-0
/
+1
2017-05-10
scripts: Switch to more portable Perl shebang
Kamil Rytarowski
8
-8
/
+15
2017-05-10
scripts/qemu-binfmt-conf.sh: Fix shell portability issue
Kamil Rytarowski
1
-2
/
+2
2017-05-10
virtfs: allow a device id to be specified in the -virtfs option
Chris Webb
2
-3
/
+4
2017-05-10
hw/core/generic-loader: Fix crash when running without CPU
Thomas Huth
1
-4
/
+5
2017-05-10
virtio-blk: Remove useless condition around g_free()
Fam Zheng
1
-3
/
+1
2017-05-10
qemu-doc: Fix broken URLs of amnhltm.zip and dosidle210.zip
Thomas Huth
1
-5
/
+5
2017-05-10
use _Static_assert in QEMU_BUILD_BUG_ON
Andreas Grapentin
2
-1
/
+21
2017-05-10
channel-file: fix wrong parameter comments
sochin.jiang
1
-1
/
+1
2017-05-09
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging
Stefan Hajnoczi
71
-668
/
+805
2017-05-09
crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs
Geert Martin Ijewski
5
-8
/
+57
2017-05-09
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
4
-14
/
+17
2017-05-09
List SASL config file under the cryptography maintainer's realm
Daniel P. Berrange
1
-0
/
+1
2017-05-09
Default to GSSAPI (Kerberos) instead of DIGEST-MD5 for SASL
Daniel P. Berrange
2
-44
/
+60
2017-05-09
qmp-shell: improve help
Marc-André Lureau
1
-1
/
+5
2017-05-09
qmp-shell: don't show version greeting if unavailable
Marc-André Lureau
1
-0
/
+3
2017-05-09
qmp-shell: Cope with query-commands error
Marc-André Lureau
1
-1
/
+4
2017-05-09
qmp-shell: add -N option to skip negotiate
Marc-André Lureau
1
-4
/
+7
2017-05-09
qmp-shell: add persistent command history
John Snow
1
-0
/
+21
2017-05-09
qobject-input-visitor: Catch misuse of end_struct vs. end_list
Markus Armbruster
1
-2
/
+19
2017-05-09
qapi: Document intended use of @name within alternate visits
Markus Armbruster
1
-2
/
+4
2017-05-09
qobject-input-visitor: Document full_name_nth()
Markus Armbruster
1
-0
/
+11
2017-05-09
qmp: Improve QMP dispatch error messages
Markus Armbruster
1
-7
/
+7
2017-05-09
sockets: Delete unused helper socket_address_crumple()
Markus Armbruster
2
-42
/
+0
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
24
-406
/
+440
2017-05-09
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
7
-57
/
+57
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
23
-312
/
+314
2017-05-09
qapi: New QAPI_CLONE_MEMBERS()
Markus Armbruster
2
-0
/
+27
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
5
-27
/
+22
2017-05-09
sockets: Prepare vsock_parse() for flattened SocketAddress
Markus Armbruster
1
-10
/
+10
[next]