diff options
author | Greg Kurz <groug@kaod.org> | 2018-02-01 21:21:28 +0100 |
---|---|---|
committer | Greg Kurz <groug@kaod.org> | 2018-02-02 11:11:55 +0100 |
commit | be3a6781605803b2c48a48135002869ed2c73cf1 (patch) | |
tree | 1836053f31ca3c79b0901fb08dff53ab12ede27a /util/acl.c | |
parent | 354b86f85f516fecb60185f9c2b8e5933177b300 (diff) | |
download | qemu-be3a6781605803b2c48a48135002869ed2c73cf1.zip |
libqos/virtio: return length written into used descriptor
When a 9p request is flushed (ie, cancelled) by the guest, the device
is expected to simply mark the request as used, without sending a 9p
reply (ie, without writing anything into the used buffer).
To be able to test this, we need access to the length written by the
device into the used descriptor. This patch adds a uint32_t * argument
to qvirtqueue_get_buf() and qvirtio_wait_used_elem() for this purpose.
All existing users are updated accordingly.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'util/acl.c')
0 files changed, 0 insertions, 0 deletions