Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
This series is mostly about 9p request cancellation. It fixes a
long standing bug (read "specification violation") where the server
would send an invalid response when the client has cancelled an
in-flight request. This was causing annoying spurious EINTR returns
in linux. The fix comes with some related testing in QTEST.
Other patches are code cleanup and improvements.
# gpg: Signature made Fri 02 Feb 2018 10:16:03 GMT
# gpg: using RSA key 71D4D5E5822F73D6
# gpg: Good signature from "Greg Kurz <groug@kaod.org>"
# gpg: aka "Gregory Kurz <gregory.kurz@free.fr>"
# gpg: aka "[jpeg image of size 3330]"
# Primary key fingerprint: B482 8BAF 9431 40CE F2A3 4910 71D4 D5E5 822F 73D6
* remotes/gkurz/tags/for-upstream:
tests/virtio-9p: explicitly handle potential integer overflows
tests: virtio-9p: add FLUSH operation test
libqos/virtio: return length written into used descriptor
tests: virtio-9p: add WRITE operation test
tests: virtio-9p: add LOPEN operation test
tests: virtio-9p: use the synth backend
tests: virtio-9p: wait for completion in the test code
tests: virtio-9p: move request tag to the test functions
9pfs: Correctly handle cancelled requests
9pfs: drop v9fs_register_transport()
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- hw/9pfs/9p-synth.c 52 additions, 0 deletionshw/9pfs/9p-synth.c
- hw/9pfs/9p-synth.h 13 additions, 0 deletionshw/9pfs/9p-synth.h
- hw/9pfs/9p.c 24 additions, 1 deletionhw/9pfs/9p.c
- hw/9pfs/9p.h 2 additions, 8 deletionshw/9pfs/9p.h
- hw/9pfs/trace-events 1 addition, 0 deletionshw/9pfs/trace-events
- hw/9pfs/virtio-9p-device.c 2 additions, 6 deletionshw/9pfs/virtio-9p-device.c
- hw/9pfs/xen-9p-backend.c 1 addition, 2 deletionshw/9pfs/xen-9p-backend.c
- tests/libqos/virtio.c 17 additions, 8 deletionstests/libqos/virtio.c
- tests/libqos/virtio.h 2 additions, 1 deletiontests/libqos/virtio.h
- tests/virtio-9p-test.c 253 additions, 41 deletionstests/virtio-9p-test.c
- tests/virtio-blk-test.c 13 additions, 11 deletionstests/virtio-blk-test.c
- tests/virtio-net-test.c 3 additions, 3 deletionstests/virtio-net-test.c
- tests/virtio-scsi-test.c 2 additions, 1 deletiontests/virtio-scsi-test.c
Loading
Please register or sign in to comment