From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasile Catalin-B50542 Subject: Re: [qemu] virtio drivers implementation details Date: Tue, 2 Dec 2014 13:26:10 +0200 Message-ID: <547DA1D2.2040106@freescale.com> References: <547D8CCE.30408@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit To: Return-path: Received: from mail-bn1bon0112.outbound.protection.outlook.com ([157.56.111.112]:13791 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753267AbaLBLlP (ORCPT ); Tue, 2 Dec 2014 06:41:15 -0500 In-Reply-To: <547D8CCE.30408@freescale.com> Sender: kvm-owner@vger.kernel.org List-ID: 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