]> Git Repo - qemu.git/commit - hw/virtio/virtio-pci.h
virtio-pci: initial virtio 1.0 support
authorMichael S. Tsirkin <[email protected]>
Thu, 4 Jun 2015 10:34:22 +0000 (12:34 +0200)
committerMichael S. Tsirkin <[email protected]>
Wed, 10 Jun 2015 16:15:05 +0000 (18:15 +0200)
commitdfb8e184db758bff275f94f7aa634300886cfe21
tree5e805168820468f1ca4a47d913d7511384f99900
parentc17bef33601737e24a3d53259ddb6db28ac4d6d2
virtio-pci: initial virtio 1.0 support

This is somewhat functional.  With this, and linux driver from my tree,
I was able to use virtio net as virtio 1.0 device for light browsing.

At the moment, dataplane and vhost code is
still missing.

Based on Cornelia's virtio 1.0 patchset:
    Date: Thu, 11 Dec 2014 14:25:02 +0100
    From: Cornelia Huck <[email protected]>
    To: [email protected][email protected]
Cc: [email protected], [email protected], [email protected],
    Cornelia Huck <[email protected]>
    Subject: [PATCH RFC v6 00/20] qemu: towards virtio-1 host support
    Message-Id: <1418304322[email protected]>

which is itself still missing some core bits.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
hw/virtio/virtio-pci.c
hw/virtio/virtio-pci.h
This page took 0.025155 seconds and 4 git commands to generate.