summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSIONBin Meng2021-01-241-1/+1
* hw/sd: ssi-sd: Add a state representing NacBin Meng2021-01-241-2/+7
* hw/sd: ssi-sd: Suffix a data block with CRC16Bin Meng2021-01-241-3/+20
* util: Add CRC16 (CCITT) calculation routinesBin Meng2021-01-243-0/+161
* hw/sd: sd: Drop sd_crc16()Bin Meng2021-01-241-18/+0Star
* hw/sd: sd: Support CMD59 for SPI modeBin Meng2021-01-241-7/+1Star
* hw/sd: ssi-sd: Fix incorrect card response sequenceBin Meng2021-01-241-3/+8
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210122-pull-request' ...Peter Maydell2021-01-2315-19/+340
|\
| * usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPERGerd Hoffmann2021-01-221-0/+15
| * usb: add pcap support.Gerd Hoffmann2021-01-225-0/+293
| * hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé2021-01-221-1/+11
| * scsi/utils: Add INVALID_PARAM_VALUE sense code definitionPhilippe Mathieu-Daudé2021-01-222-0/+7
| * hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hostsPhilippe Mathieu-Daudé2021-01-221-1/+1
| * hw/usb: Convert to qdev_realize()Markus Armbruster2021-01-222-7/+2Star
| * hw/usb: Fix bad printf format specifiersAlex Chen2021-01-224-9/+9
| * hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine2021-01-221-1/+2
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell2021-01-225-24/+174
|\
| * linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney2021-01-213-9/+0Star
| * linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng2021-01-211-0/+109
| * linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng2021-01-201-0/+4
| * linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2021-01-202-2/+11
| * linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng2021-01-203-13/+50
* | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210121' into...Peter Maydell2021-01-2136-86/+536
|\ \
| * | s390x: Use strpadcpy for copying vm nameMiroslav Rezanina2021-01-212-9/+10
| * | vfio-ccw: Connect the device request notifierEric Farman2021-01-211-4/+36
| * | Update linux headers to 5.11-rc2Eric Farman2021-01-2127-41/+454
| * | update-linux-headers: Include const.hEric Farman2021-01-211-1/+4
| * | s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand2021-01-211-2/+2
| * | tests/tcg/s390x: Fix EXRL testsDavid Hildenbrand2021-01-212-8/+8
| * | s390x/tcg: Don't ignore content in r0 when not specified via "b" or "x"David Hildenbrand2021-01-212-10/+13
| * | s390x/tcg: Fix RISBHGDavid Hildenbrand2021-01-211-10/+8Star
| * | s390x/tcg: Fix ALGSIDavid Hildenbrand2021-01-211-1/+1
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-01-20' into st...Peter Maydell2021-01-21301-72/+452
|\ \ \ | |/ / |/| |
| * | iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy2021-01-211-8/+1Star
| * | iotests.py: fix qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy2021-01-211-3/+2Star
| * | iotests/264: fix styleVladimir Sementsov-Ogievskiy2021-01-211-6/+5Star
| * | iotests: define group in each iotestVladimir Sementsov-Ogievskiy2021-01-20291-0/+291
| * | iotests/294: add shebang lineVladimir Sementsov-Ogievskiy2021-01-201-0/+1
| * | iotests: make tests executableVladimir Sementsov-Ogievskiy2021-01-203-0/+0
| * | iotests: fix some whitespaces in test output filesVladimir Sementsov-Ogievskiy2021-01-203-12/+12
| * | iotests/303: use dot slash for qcow2.py runningVladimir Sementsov-Ogievskiy2021-01-201-1/+1
| * | iotests/277: use dot slash for nbd-fault-injector.py runningVladimir Sementsov-Ogievskiy2021-01-201-1/+1
| * | nbd/server: Quiesce coroutines on context switchSergio Lopez2021-01-201-14/+106
| * | block: Honor blk_set_aio_context() context requirementsSergio Lopez2021-01-203-3/+14
| * | qemu-nbd: Fix a memleak in nbd_client_thread()Alex Chen2021-01-201-23/+17Star
| * | qemu-nbd: Fix a memleak in qemu_nbd_client_list()Alex Chen2021-01-201-1/+1
| |/
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-2...Peter Maydell2021-01-2022-123/+224
|\ \ | |/ |/|
| * MAINTAINERS: Make status spellings consistentJohn Snow2021-01-201-5/+5
| * MAINTAINERS: Remove Ben WarrenJohn Snow2021-01-201-2/+1Star
| * tests: Fix memory leak in tpm-util.cStefan Berger2021-01-201-1/+1