From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxPn-0006ky-C3 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAxPl-00066j-6g for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:37:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxPl-00065z-0N for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:37:45 -0400 From: Gerd Hoffmann Date: Fri, 3 Jul 2015 11:37:35 +0200 Message-Id: <1435916258-7705-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] virtio: pci cfg access List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: seabios@seabios.org Cc: Paolo Bonzini , Gerd Hoffmann , qemu-devel@nongnu.org, "Michael S. Tsirkin" Hi, As discussed this implements virtio regions access via pci cfg space window. Used in case bars are mapped above 4G. Patch #3 is for testing and not intended to be merged. cheers, Gerd Gerd Hoffmann (3): virtio: uninline _vp_{read,write} virtio: pci cfg access [testing] map 64bit bars high unconditionally. src/fw/pciinit.c | 2 +- src/hw/virtio-pci.c | 224 +++++++++++++++++++++++++++++++++++++++++++++++++--- src/hw/virtio-pci.h | 92 ++++----------------- 3 files changed, 227 insertions(+), 91 deletions(-) -- 1.8.3.1