aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-26qcrypto-luks: more rigorous header checkingMaxim Levitsky
2019-09-26qcrypto-luks: simplify the math used for keyslot locationsMaxim Levitsky
2019-09-26qcrypto-luks: extract store key functionMaxim Levitsky
2019-09-26qcrypto-luks: extract check and parse headerMaxim Levitsky
2019-09-26qcrypto-luks: extract store and load headerMaxim Levitsky
2019-09-26qcrypto-luks: purge unused error codes from open callbackMaxim Levitsky
2019-09-26qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKSMaxim Levitsky
2019-09-26qcrypto-luks: pass keyslot index rather that pointer to the keyslotMaxim Levitsky
2019-09-26qcrypto-luks: simplify masterkey and masterkey lengthMaxim Levitsky
2019-09-26qcrypto-luks: don't overwrite cipher_mode in headerMaxim Levitsky
2019-09-26qcrypto-luks: rename some fields in QCryptoBlockLUKSHeaderMaxim Levitsky
2019-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell
2019-09-25util/qemu-sockets: fix keep_alive handling in inet_connect_saddrVladimir Sementsov-Ogievskiy
2019-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ...Peter Maydell
2019-09-24Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190924' into st...Peter Maydell
2019-09-24Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190924-pull-request...Peter Maydell
2019-09-24tests: Use iothreads during iotest 223Eric Blake
2019-09-24nbd: Grab aio context lock in more placesEric Blake
2019-09-24nbd/server: attach client channel to the export's AioContextSergio Lopez
2019-09-24nbd/client: Add hint when TLS is missingEric Blake
2019-09-24qapi: Assert .visit() and .check_clash() run only after .check()Markus Armbruster
2019-09-24qapi: Fix excessive QAPISchemaEntity.check() recursionMarkus Armbruster
2019-09-24qapi: Fix to .check() empty structs just onceMarkus Armbruster
2019-09-24qapi: Delete useless check_exprs() code for simple union kindMarkus Armbruster
2019-09-24qapi: Clean up around check_known_keys()Markus Armbruster
2019-09-24qapi: Simplify check_keys()Markus Armbruster
2019-09-24qapi: Normalize 'if' in check_exprs(), like other sugarMarkus Armbruster
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster
2019-09-24qapi: Remove null from schema languageMarkus Armbruster
2019-09-24qapi: Improve reporting of lexical errorsMarkus Armbruster
2019-09-24qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster
2019-09-24tests/qapi-schema: Demonstrate suboptimal lexical errorsMarkus Armbruster
2019-09-24tests/qapi-schema: Demonstrate insufficient 'if' checkingMarkus Armbruster
2019-09-24tests/qapi-schema: Demonstrate broken discriminator errorsMarkus Armbruster
2019-09-24tests/qapi-schema: Demonstrate misleading optional tag errorMarkus Armbruster
2019-09-24tests/qapi-schema: Delete two redundant testsMarkus Armbruster
2019-09-24tests/qapi-schema: Cover unknown pragmaMarkus Armbruster
2019-09-24qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster
2019-09-24docs/devel/qapi-code-gen: Improve QAPI schema language docMarkus Armbruster
2019-09-24docs/devel/qapi-code-gen: Rewrite introduction to schemaMarkus Armbruster
2019-09-24docs/devel/qapi-code-gen: Rewrite compatibility considerationsMarkus Armbruster
2019-09-24docs/devel/qapi-code-gen: Reorder sections for readabilityMarkus Armbruster
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster
2019-09-24qapi: Drop support for escape sequences other than \\Markus Armbruster
2019-09-24qapi: Restrict strings to printable ASCIIMarkus Armbruster