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
path:
root
/
qapi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-06
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...
Peter Maydell
10
-149
/
+330
2016-07-06
qapi: Add new clone visitor
Eric Blake
3
-10
/
+202
2016-07-06
qapi: Add new visit_complete() function
Eric Blake
3
-19
/
+32
2016-07-06
qmp-output-visitor: Favor new visit_free() function
Eric Blake
1
-10
/
+4
2016-07-06
string-output-visitor: Favor new visit_free() function
Eric Blake
1
-5
/
+0
2016-07-06
qmp-input-visitor: Favor new visit_free() function
Eric Blake
1
-14
/
+4
2016-07-06
string-input-visitor: Favor new visit_free() function
Eric Blake
1
-15
/
+5
2016-07-06
opts-visitor: Favor new visit_free() function
Eric Blake
1
-20
/
+6
2016-07-06
qapi: Add new visit_free() function
Eric Blake
7
-9
/
+54
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
7
-67
/
+42
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
1
-0
/
+1
2016-07-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2016-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-21
/
+17
2016-07-05
blkdebug: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-1
/
+2
2016-07-04
crypto: implement sha224, sha384, sha512 and ripemd160 hashes
Daniel P. Berrange
1
-1
/
+5
2016-07-04
range: Eliminate direct Range member access
Markus Armbruster
2
-21
/
+17
2016-06-30
qapi: Simplify use of range.h
Eric Blake
2
-15
/
+6
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-05-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+32
2016-05-12
qmp: add monitor command to add/remove a child
Wen Congyang
1
-0
/
+32
2016-05-12
qapi: Change visit_type_FOO() to no longer return partial objects
Eric Blake
1
-0
/
+5
2016-05-12
qapi: Simplify semantics of visit_next_list()
Eric Blake
7
-132
/
+86
2016-05-12
qapi: Fix string input visitor handling of invalid list
Eric Blake
1
-5
/
+12
2016-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
5
-21
/
+46
2016-05-12
qmp: Tighten output visitor rules
Eric Blake
1
-15
/
+15
2016-05-12
qmp: Support explicit null during visits
Eric Blake
2
-2
/
+9
2016-05-12
qapi: Add visit_type_null() visitor
Eric Blake
4
-0
/
+22
2016-05-12
qapi: Document visitor interfaces, add assertions
Eric Blake
1
-1
/
+17
2016-05-12
qmp-input: Refactor when list is advanced
Eric Blake
1
-14
/
+16
2016-05-12
qmp-input: Require struct push to visit members of top dict
Eric Blake
1
-20
/
+23
2016-05-12
qmp-input: Don't consume input when checking has_member
Eric Blake
1
-4
/
+7
2016-05-12
qapi: Consolidate QMP input visitor creation
Eric Blake
1
-11
/
+2
2016-05-12
qmp-input: Clean up stack handling
Eric Blake
1
-16
/
+35
2016-05-12
qmp: Drop dead command->type
Eric Blake
2
-12
/
+7
2016-05-12
qapi: Guarantee NULL obj on input visitor callback error
Eric Blake
4
-5
/
+37
2016-05-12
qapi-visit: Add visitor.type classification
Eric Blake
7
-33
/
+27
2016-04-29
qapi: Don't pass NULL to printf in string input visitor
Eric Blake
1
-1
/
+1
2016-03-30
block: add generic full disk encryption driver
Daniel P. Berrange
1
-2
/
+20
2016-03-30
block: Remove cache.writeback from blockdev-add
Kevin Wolf
1
-3
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
6
-0
/
+6
2016-03-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-18' into ...
Peter Maydell
2
-64
/
+46
2016-03-18
qapi: Use anonymous bases in QMP flat unions
Eric Blake
2
-64
/
+46
2016-03-17
crypto: implement the LUKS block encryption format
Daniel P. Berrange
1
-3
/
+46
2016-03-17
crypto: add block encryption framework
Daniel P. Berrange
1
-0
/
+68
2016-03-17
crypto: wire up XTS mode for cipher APIs
Daniel P. Berrange
1
-1
/
+2
2016-03-17
crypto: add support for the twofish cipher algorithm
Daniel P. Berrange
1
-1
/
+5
2016-03-17
crypto: add support for the serpent cipher algorithm
Daniel P. Berrange
1
-1
/
+5
2016-03-17
crypto: add support for the cast5-128 cipher algorithm
Daniel P. Berrange
1
-1
/
+4
2016-03-17
crypto: add support for generating initialization vectors
Daniel P. Berrange
1
-0
/
+19
[next]