>> Have you written an appendix for the virtio specification for >> virtio-ccw? I think it would be good to include in this series for the >> purposes of review. > > Might be nice, but don't get fancy about it. Text will be fine and I > can cut & paste it in once it's finalized. There was a patch against the virtio spec in the patch series. Did it not make it to you? But Anthony is right, the spec is important, because the two main things that we need to get right are the 2 interfaces guest<->host and userspace(qemu)<->kvm. Everything else is not an ABI and can be fixed later on if necessary. Regarding the guest<->host interface a lot of things are mandated by the channel-IO architecture. We have also reserved some IDs for virtio (control unit type 0x3832, channel path type 0x32 and channel subsystem id 0xfe) so we just have to focus on the virtio part (thanks Rusty for the good feedback already). Regarding the qemu<->kvm interface it is important to have an interface that - allows us to be architectural compliant - which is fast - which must not prevent features like vhost - which allows to implement live migration - ...? Christian -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html