qemu-e2k/hw/9pfs
Greg Kurz 357e2f7f4e tests: virtio-9p: add FLUSH operation test
The idea is to send a victim request that will possibly block in the
server and to send a flush request to cancel the victim request.

This patch adds two test to verifiy that:
- the server does not reply to a victim request that was actually
  cancelled
- the server replies to the flush request after replying to the
  victim request if it could not cancel it

9p request cancellation reference:

http://man.cat-v.org/plan_9/5/flush

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
(groug, change the test to only write a single byte to avoid
        any alignment or endianess consideration)
2018-02-02 11:11:55 +01:00
..
9p-handle.c
9p-local.c
9p-local.h
9p-posix-acl.c
9p-proxy.c
9p-proxy.h
9p-synth.c tests: virtio-9p: add FLUSH operation test 2018-02-02 11:11:55 +01:00
9p-synth.h tests: virtio-9p: add FLUSH operation test 2018-02-02 11:11:55 +01:00
9p-util.c
9p-util.h
9p-xattr-user.c
9p-xattr.c
9p-xattr.h
9p.c tests: virtio-9p: add FLUSH operation test 2018-02-02 11:11:55 +01:00
9p.h
codir.c
cofile.c
cofs.c
coth.c
coth.h
coxattr.c
Makefile.objs
trace-events
virtio-9p-device.c
virtio-9p.h
xen-9p-backend.c
xen-9pfs.h