aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-26qcrypto-luks: pass keyslot index rather that pointer to the keyslotMaxim Levitsky1-3/+3
2019-09-26qcrypto-luks: simplify masterkey and masterkey lengthMaxim Levitsky1-23/+21
2019-09-26qcrypto-luks: don't overwrite cipher_mode in headerMaxim Levitsky1-3/+6
2019-09-26qcrypto-luks: rename some fields in QCryptoBlockLUKSHeaderMaxim Levitsky1-44/+47
2019-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell8-10/+47
2019-09-25util/qemu-sockets: fix keep_alive handling in inet_connect_saddrVladimir Sementsov-Ogievskiy1-2/+3
2019-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ...Peter Maydell111-781/+967
2019-09-24Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190924' into st...Peter Maydell7-94/+249
2019-09-24Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190924-pull-request...Peter Maydell18-1904/+1066
2019-09-24tests: Use iothreads during iotest 223Eric Blake2-2/+5
2019-09-24nbd: Grab aio context lock in more placesEric Blake3-6/+31
2019-09-24nbd/server: attach client channel to the export's AioContextSergio Lopez1-0/+5
2019-09-24nbd/client: Add hint when TLS is missingEric Blake2-0/+3
2019-09-24qapi: Assert .visit() and .check_clash() run only after .check()Markus Armbruster1-1/+10
2019-09-24qapi: Fix excessive QAPISchemaEntity.check() recursionMarkus Armbruster1-22/+52
2019-09-24qapi: Fix to .check() empty structs just onceMarkus Armbruster1-1/+1
2019-09-24qapi: Delete useless check_exprs() code for simple union kindMarkus Armbruster1-37/+2
2019-09-24qapi: Clean up around check_known_keys()Markus Armbruster1-4/+4
2019-09-24qapi: Simplify check_keys()Markus Armbruster1-11/+8
2019-09-24qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster1-11/+15
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster13-60/+9
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster3-4/+5
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster7-11/+8
2019-09-24qapi: Remove null from schema languageMarkus Armbruster7-24/+6
2019-09-24qapi: Improve reporting of lexical errorsMarkus Armbruster3-3/+7
2019-09-24qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster20-36/+38
2019-09-24tests/qapi-schema: Demonstrate suboptimal lexical errorsMarkus Armbruster6-1/+5
2019-09-24tests/qapi-schema: Demonstrate insufficient 'if' checkingMarkus Armbruster17-0/+96
2019-09-24tests/qapi-schema: Demonstrate broken discriminator errorsMarkus Armbruster4-10/+6
2019-09-24tests/qapi-schema: Demonstrate misleading optional tag errorMarkus Armbruster7-2/+17
2019-09-24tests/qapi-schema: Delete two redundant testsMarkus Armbruster10-11/+1
2019-09-24tests/qapi-schema: Cover unknown pragmaMarkus Armbruster5-0/+4
2019-09-24qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster7-18/+18
2019-09-24docs/devel/qapi-code-gen: Improve QAPI schema language docMarkus Armbruster1-225/+373
2019-09-24docs/devel/qapi-code-gen: Rewrite introduction to schemaMarkus Armbruster1-59/+48
2019-09-24docs/devel/qapi-code-gen: Rewrite compatibility considerationsMarkus Armbruster1-35/+64
2019-09-24docs/devel/qapi-code-gen: Reorder sections for readabilityMarkus Armbruster1-215/+221
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster4-6/+11
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster8-14/+27
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster5-10/+12
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster11-25/+19
2019-09-24qapi: Drop support for escape sequences other than \\Markus Armbruster19-60/+7
2019-09-24qapi: Restrict strings to printable ASCIIMarkus Armbruster12-21/+20
2019-09-24tests/qapi-schema: Demonstrate bad reporting of funny charactersMarkus Armbruster2-2/+3
2019-09-24docs/devel/qapi-code-gen: Minor specification fixesMarkus Armbruster1-18/+16
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster4-19/+12
2019-09-24qapi: Drop check_type()'s redundant parameter @allow_optionalMarkus Armbruster1-9/+8
2019-09-24scripts/git.orderfile: Match QAPI schema more preciselyMarkus Armbruster1-2/+2
2019-09-24xen-bus: only set the xen device frontend state if it is missingMark Syms1-16/+31
2019-09-24xen-block: treat XenbusStateUnknown the same as XenbusStateClosedPaul Durrant1-0/+1