public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [qemu] virtio drivers implementation details
@ 2014-12-02  9:56 Vasile Catalin-B50542
  2014-12-02 11:26 ` Vasile Catalin-B50542
  2014-12-02 11:27 ` Vasile Catalin-B50542
  0 siblings, 2 replies; 4+ messages in thread
From: Vasile Catalin-B50542 @ 2014-12-02  9:56 UTC (permalink / raw)
  To: kvm

  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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [qemu] virtio drivers implementation details
  2014-12-02  9:56 [qemu] virtio drivers implementation details Vasile Catalin-B50542
@ 2014-12-02 11:26 ` Vasile Catalin-B50542
  2014-12-09 10:46   ` Stefan Hajnoczi
  2014-12-02 11:27 ` Vasile Catalin-B50542
  1 sibling, 1 reply; 4+ messages in thread
From: Vasile Catalin-B50542 @ 2014-12-02 11:26 UTC (permalink / raw)
  To: kvm

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 pci.
virtio-mmio is better mapped on my situation, but I can't seem to find a 
similar header for it.
In fact I can't find anything related to virtio mmio through out the 
header files

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [qemu] virtio drivers implementation details
  2014-12-02  9:56 [qemu] virtio drivers implementation details Vasile Catalin-B50542
  2014-12-02 11:26 ` Vasile Catalin-B50542
@ 2014-12-02 11:27 ` Vasile Catalin-B50542
  1 sibling, 0 replies; 4+ messages in thread
From: Vasile Catalin-B50542 @ 2014-12-02 11:27 UTC (permalink / raw)
  To: kvm

This is the link to the presentation:
http://www.slideshare.net/zenixls2/052-virtio-introduction-17191942

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [qemu] virtio drivers implementation details
  2014-12-02 11:26 ` Vasile Catalin-B50542
@ 2014-12-09 10:46   ` Stefan Hajnoczi
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2014-12-09 10:46 UTC (permalink / raw)
  To: Vasile Catalin-B50542; +Cc: kvm

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

On Tue, Dec 02, 2014 at 01:26:10PM +0200, Vasile Catalin-B50542 wrote:
> 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 pci.
> virtio-mmio is better mapped on my situation, but I can't seem to find a
> similar header for it.
> In fact I can't find anything related to virtio mmio through out the header
> files

If you are adding a new device type (e.g. printer device) then the code
should not depend on the transport (PCI, MMIO, CCW, etc).

Can you explain what type of device you are trying to implement?

Stefan

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-09 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02  9:56 [qemu] virtio drivers implementation details Vasile Catalin-B50542
2014-12-02 11:26 ` Vasile Catalin-B50542
2014-12-09 10:46   ` Stefan Hajnoczi
2014-12-02 11:27 ` Vasile Catalin-B50542

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox