Hi Michael, I've taken your virtio-1.0 branch and updated it to a more currrent code base. There was some churn mostly in virtio-ccw, but it doesn't hit any obvious errors. I haven't looked at every single patch, collected r-bs etc. that might have been floating around or added my sign-off, but the current state is at
git://github.com/cohuck/qemu virtio-1 I've also added three patches on top (which I post as a followup) that cleanup/change some earlier patches. It might make sense to merge them in. Feedback welcome. Cornelia Huck (3): virtio: legacy features virtio-ccw: BE accesses in SET_VIRTIO_REV virtio: rename __virtio_set_features hw/9pfs/virtio-9p-device.c | 5 +++-- hw/block/virtio-blk.c | 14 ++++---------- hw/char/virtio-serial-bus.c | 22 +++++++++++++++++----- hw/net/virtio-net.c | 31 +++++++++++++++++++++++++++---- hw/s390x/s390-virtio-bus.c | 4 ++-- hw/s390x/virtio-ccw.c | 31 +++++++++++++++++++++++-------- hw/s390x/virtio-ccw.h | 4 ++-- hw/scsi/virtio-scsi.c | 8 ++++++++ hw/virtio/virtio-balloon.c | 5 +++-- hw/virtio/virtio-bus.c | 28 ++++++++++++++++++---------- hw/virtio/virtio-mmio.c | 4 ++-- hw/virtio/virtio-pci.c | 4 ++-- hw/virtio/virtio-rng.c | 7 +++++++ hw/virtio/virtio.c | 18 +++++++++++++++--- include/hw/virtio/virtio-bus.h | 5 ++--- include/hw/virtio/virtio.h | 6 +++--- 16 files changed, 138 insertions(+), 58 deletions(-) -- 2.4.0
