Re: [Qemu-devel] [PATCH v3 3/3] tests: virtio-9p: add basic transaction test

2016-09-19 Thread Greg Kurz
On Fri, 16 Sep 2016 19:43:57 +0200 Greg Kurz wrote: > This adds a simple test to validate the device is functional: it transmits > a request with type Terror, which is not used by the 9P protocol [1], and > expects QEMU to return a reply with type Rerror and the "Operation not >

[Qemu-devel] [PATCH v3 3/3] tests: virtio-9p: add basic transaction test

2016-09-16 Thread Greg Kurz
This adds a simple test to validate the device is functional: it transmits a request with type Terror, which is not used by the 9P protocol [1], and expects QEMU to return a reply with type Rerror and the "Operation not supported" error string. [1]