[virtio] dummy device

2015-01-09 Thread Vasile Catalin-B50542
Hi, I'm trying to add a new virtio device. I've managed to make qemu connect my virtio device to the pci bus. I'm now trying to make a dummy driver in the guest's kernel. My "lspci" binary version isn't very verbose. For example the output for "lspci" and "lspci -n" are the same: 00:00.0 Class 06

[virtio-mmio]: arm-only?

2014-12-05 Thread Vasile Catalin-B50542
Is virtio_mmio used only for arm emulation? I was looking through qemu sources and the only file that I have found to instantiate virtio-mmio proxies is arm/virt.c . Cata -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More m

Re: [qemu] virtio drivers implementation details

2014-12-02 Thread Vasile Catalin-B50542
I'm trying to make a custom virtio driver that mostly interacts with memory. I've came upon a presentation which shows which files need to be edited on qemu and kvm in order to add a new virtio driver. One of the files in qemu is include/hw/pci/pci.h, but that was an example specific to virtio p

Re: [qemu] virtio drivers implementation details

2014-12-02 Thread Vasile Catalin-B50542
This is the link to the presentation: http://www.slideshare.net/zenixls2/052-virtio-introduction-17191942 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[qemu] virtio drivers implementation details

2014-12-02 Thread Vasile Catalin-B50542
Hi, I'm trying to develop a custom virtio driver for myself. Can I ask here virtio driver implementation details? I've tried the kvm and qemu irc channel, but had no luck. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More