aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24make check-unit: use after free in test-opts-visitorAndrey Shinkevich1-4/+22
2019-09-24qapi: Make visit_next_list()'s comment less confusingMarkus Armbruster1-4/+4
2019-09-23Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09...Peter Maydell8-225/+680
2019-09-23Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190923' into s...Peter Maydell7-9/+10
2019-09-23Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-...Peter Maydell39-859/+1902
2019-09-23tests/tcg: target/s390x: Test MVCDavid Hildenbrand2-0/+110
2019-09-23tests/tcg: target/s390x: Test MVODavid Hildenbrand2-0/+26
2019-09-23s390x/tcg: MVO: Fault-safe handlingDavid Hildenbrand1-12/+15
2019-09-23s390x/tcg: MVST: Fault-safe handlingDavid Hildenbrand1-7/+17
2019-09-23s390x/tcg: MVZ: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: MVN: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: MVCIN: Fault-safe handlingDavid Hildenbrand1-3/+12
2019-09-23s390x/tcg: NC: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: XC: Fault-safe handlingDavid Hildenbrand1-6/+12
2019-09-23s390x/tcg: OC: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: MVCLU: Fault-safe handlingDavid Hildenbrand1-3/+5
2019-09-23s390x/tcg: MVC: Fault-safe handling on destructive overlapsDavid Hildenbrand1-2/+3
2019-09-23s390x/tcg: MVCS/MVCP: Use access_memmove()David Hildenbrand1-14/+12
2019-09-23s390x/tcg: Fault-safe memmoveDavid Hildenbrand1-99/+139
2019-09-23s390x/tcg: Fault-safe memsetDavid Hildenbrand1-20/+103
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand2-0/+8
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand4-19/+19
2019-09-23s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand1-0/+3
2019-09-23s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand1-0/+6
2019-09-23s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand1-3/+11
2019-09-23s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand1-0/+12
2019-09-23s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand1-23/+31
2019-09-23s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand1-2/+9
2019-09-23s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand1-0/+7
2019-09-23s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand1-1/+1
2019-09-23s390x/tcg: MVC: Increment the length onceDavid Hildenbrand1-8/+12
2019-09-23s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand1-6/+38
2019-09-23s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand1-1/+18
2019-09-23s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand1-2/+21
2019-09-23s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand1-3/+3