aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-24xen-bus: check whether the frontend is active during device reset...Paul Durrant
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
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard
2019-09-20smbios:ipmi: Ignore IPMI devices with no fwinfo functionCorey Minyard
2019-09-20ipmi: Allow a size value to be passed for I/O spaceCorey Minyard
2019-09-20ipmi: Split out BT-specific code from ISA BT codeCorey Minyard
2019-09-20ipmi: Split out KCS-specific code from ISA KCS codeCorey Minyard
2019-09-20ipmi: Add a UUID device propertyCorey Minyard
2019-09-20qdev: Add a no default uuid propertyCorey Minyard
2019-09-20tests:ipmi: Fix IPMI BT testsCorey Minyard
2019-09-20ipmi: Generate an interrupt on watchdog pretimeout expiryCorey Minyard