aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-09-23s390x/cpumodel: Add the z15 name to the description of gen15aChristian Borntraeger1-1/+1
2019-09-23s390x/kvm: Officially require at least kernel 3.15Thomas Huth3-7/+7
2019-09-23Merge tag 's390-ccw-bios-2019-09-18' of https://gitlab.com/huth/qemu into s39...Christian Borntraeger3-1/+2
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard12-10/+28
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard4-9/+10
2019-09-20acpi: Add i2c serial bus CRS handlingCorey Minyard2-0/+58
2019-09-20ipmi: Add an SMBus IPMI interfaceCorey Minyard5-0/+392
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard7-0/+309
2019-09-20smbios:ipmi: Ignore IPMI devices with no fwinfo functionCorey Minyard1-0/+3
2019-09-20ipmi: Allow a size value to be passed for I/O spaceCorey Minyard7-11/+44
2019-09-20ipmi: Split out BT-specific code from ISA BT codeCorey Minyard4-421/+520
2019-09-20ipmi: Split out KCS-specific code from ISA KCS codeCorey Minyard4-397/+505
2019-09-20ipmi: Add a UUID device propertyCorey Minyard2-11/+21