Re: [PATCH RFC v6 11/20] s390x/virtio-ccw: support virtio-1 set_vq format
From: Stefan Hajnoczi <hidden>
Date: 2015-01-20 11:06:17
Also in:
qemu-devel
From: Stefan Hajnoczi <hidden>
Date: 2015-01-20 11:06:17
Also in:
qemu-devel
On Thu, Dec 11, 2014 at 02:25:13PM +0100, Cornelia Huck wrote:
Support the new CCW_CMD_SET_VQ format for virtio-1 devices. While we're at it, refactor the code a bit and enforce big endian fields (which had always been required, even for legacy). Reviewed-by: Thomas Huth <redacted> Signed-off-by: Cornelia Huck <redacted> --- hw/s390x/virtio-ccw.c | 114 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 80 insertions(+), 34 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>