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
2016-09-20
blockdev: Add dynamic module loading for block drivers
Marc Mari
5
-39
/
+70
2016-09-20
blockdev: Add dynamic generation of module_block.h
Marc Mari
2
-0
/
+115
2016-09-20
blockdev: prepare iSCSI block driver for dynamic loading
Colin Lord
2
-36
/
+40
2016-09-20
qemu-img: add skip option to dd
Reda Sallahi
6
-8
/
+174
2016-09-20
qemu-img: add the 'dd' subcommand
Reda Sallahi
10
-5
/
+584
2016-09-20
tcg/i386: Extend TARGET_PAGE_MASK to the proper type
Richard Henderson
1
-1
/
+1
2016-09-20
build-sys: fix make install regression
Riku Voipio
1
-1
/
+1
2016-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
5
-59
/
+72
2016-09-19
linux-user-i386: Fix crash on cpuid
Marc-André Lureau
1
-0
/
+5
2016-09-19
kvm/apic: drop debugging
Michael S. Tsirkin
1
-1
/
+0
2016-09-19
target-i386: Use struct X86XSaveArea in fpu_helper.c
Richard Henderson
3
-58
/
+67
2016-09-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' into ...
Peter Maydell
20
-1869
/
+458
2016-09-19
Replace qmp-commands.hx by docs/qmp-commands.txt
Marc-André Lureau
6
-1175
/
+4
2016-09-19
Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-09-19-2...
Peter Maydell
11
-62
/
+238
2016-09-19
qmp-commands.hx: fix some styling
Marc-André Lureau
1
-16
/
+18
2016-09-19
build-sys: remove qmp-commands-old.h
Marc-André Lureau
1
-5
/
+2
2016-09-19
monitor: use qmp_dispatch()
Marc-André Lureau
2
-293
/
+34
2016-09-19
tests: add a test to check invalid args
Marc-André Lureau
1
-0
/
+21
2016-09-19
qapi: check invalid arguments on no-args commands
Marc-André Lureau
2
-15
/
+58
2016-09-19
qapi: remove the "middle" mode
Marc-André Lureau
1
-12
/
+3
2016-09-19
monitor: remove mhandler.cmd_new
Marc-André Lureau
4
-173
/
+170
2016-09-19
monitor: implement 'qmp_query_commands' without qmp_cmds
Marc-André Lureau
1
-11
/
+18
2016-09-19
monitor: use qmp_find_command() (using generated qapi code)
Marc-André Lureau
5
-160
/
+11
2016-09-19
qapi: export the marshallers
Marc-André Lureau
1
-6
/
+2
2016-09-19
qmp: Hack to keep commands configuration-specific
Marc-André Lureau
1
-0
/
+35
2016-09-19
qapi: Support unregistering QMP commands
Markus Armbruster
2
-0
/
+9
2016-09-19
monitor: register gen:false commands manually
Marc-André Lureau
1
-0
/
+13
2016-09-19
monitor: simplify invalid_qmp_mode()
Marc-André Lureau
1
-5
/
+5
2016-09-19
qapi-schema: add 'device_add'
Marc-André Lureau
1
-0
/
+40
2016-09-19
qapi-schema: use generated marshaller for 'qmp_capabilities'
Marc-André Lureau
3
-3
/
+24
2016-09-19
build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}
Marc-André Lureau
2
-13
/
+9
2016-09-19
crypto: add trace points for TLS cert verification
Daniel P. Berrange
2
-2
/
+9
2016-09-19
crypto: support more hash algorithms for pbkdf
Daniel P. Berrange
3
-11
/
+117
2016-09-19
crypto: increase default pbkdf2 time for luks to 2 seconds
Daniel P. Berrange
2
-2
/
+2
2016-09-19
crypto: remove bogus /= 2 for pbkdf iterations
Daniel P. Berrange
1
-4
/
+0
2016-09-19
crypto: use correct derived key size when timing pbkdf
Daniel P. Berrange
4
-4
/
+15
2016-09-19
crypto: clear out buffer after timing pbkdf algorithm
Daniel P. Berrange
1
-4
/
+9
2016-09-19
crypto: make PBKDF iterations configurable for LUKS format
Daniel P. Berrange
3
-1
/
+35
2016-09-19
crypto: use uint64_t for pbkdf iteration count parameters
Daniel P. Berrange
6
-40
/
+57
2016-09-19
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
8
-81
/
+161
2016-09-19
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160919' into staging
Peter Maydell
7
-6
/
+50
2016-09-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
6
-28
/
+69
2016-09-19
9pfs: fix potential segfault during walk
Greg Kurz
1
-2
/
+3
2016-09-19
QMP: fixup typos and whitespace damage
Christian Borntraeger
1
-4
/
+4
2016-09-19
virtio-ccw: set revision 2 as maximal revision number
Pierre Morel
1
-1
/
+1
2016-09-19
virtio-ccw: respond to READ_STATUS command
Pierre Morel
2
-0
/
+21
2016-09-19
MAINTAINERS: update s390 machine file patterns
Sascha Silbe
1
-0
/
+3
2016-09-19
s390x/kvm: disable cpu model for the 2.7 machine
Christian Borntraeger
3
-1
/
+21
2016-09-16
MAINTAINERS: add virtio-* tests
Greg Kurz
1
-0
/
+7
2016-09-16
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160916' into staging
Peter Maydell
28
-168
/
+436
[prev]
[next]