summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-09-24tests/qapi-schema: Demonstrate bad reporting of funny charactersMarkus Armbruster
2019-09-24docs/devel/qapi-code-gen: Minor specification fixesMarkus Armbruster
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster
2019-09-24qapi: Drop check_type()'s redundant parameter @allow_optionalMarkus Armbruster
2019-09-24scripts/git.orderfile: Match QAPI schema more preciselyMarkus Armbruster
2019-09-24make check-unit: use after free in test-opts-visitorAndrey Shinkevich
2019-09-24qapi: Make visit_next_list()'s comment less confusingMarkus Armbruster
2019-09-23Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09...Peter Maydell
2019-09-23Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190923' into s...Peter Maydell
2019-09-23Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-...Peter Maydell
2019-09-23tests/tcg: target/s390x: Test MVCDavid Hildenbrand
2019-09-23tests/tcg: target/s390x: Test MVODavid Hildenbrand
2019-09-23s390x/tcg: MVO: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVZ: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCIN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: NC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: XC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: OC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Fault-safe handling on destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Use access_memmove()David Hildenbrand
2019-09-23s390x/tcg: Fault-safe memmoveDavid Hildenbrand
2019-09-23s390x/tcg: Fault-safe memsetDavid Hildenbrand
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand
2019-09-23s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand
2019-09-23s390x/tcg: MVC: Increment the length onceDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand
2019-09-23s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand
2019-09-23s390x/cpumodel: Add the z15 name to the description of gen15aChristian Borntraeger
2019-09-23s390x/kvm: Officially require at least kernel 3.15Thomas Huth
2019-09-23Merge tag 's390-ccw-bios-2019-09-18' of https://gitlab.com/huth/qemu into s39...Christian Borntraeger
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard
2019-09-20acpi: Add i2c serial bus CRS handlingCorey Minyard
2019-09-20ipmi: Add an SMBus IPMI interfaceCorey Minyard