From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ5vw-0007EE-Dp for qemu-devel@nongnu.org; Mon, 09 Sep 2013 14:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJ5vq-00055U-50 for qemu-devel@nongnu.org; Mon, 09 Sep 2013 14:11:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ5vp-00055D-RM for qemu-devel@nongnu.org; Mon, 09 Sep 2013 14:11:26 -0400 Message-ID: <522E0F4D.8090007@redhat.com> Date: Mon, 09 Sep 2013 20:11:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1378732537.3072.49.camel@localhost.localdomain> <1378733344.3072.58.camel@localhost.localdomain> <1378735459.3072.83.camel@localhost.localdomain> <1378738262.3072.99.camel@localhost.localdomain> <20130909160014.GH1930@redhat.com> <20130909163422.GI1930@redhat.com> <522DFD61.10506@siemens.com> <522E00CE.9050400@siemens.com> <522E0514.1070803@siemens.com> <522E0E17.2050700@siemens.com> In-Reply-To: <522E0E17.2050700@siemens.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC v2 2/2] hw/pci: handle unassigned pci addresses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Peter Maydell , Anthony Liguori , Marcel Apfelbaum , QEMU Developers , "Michael S. Tsirkin" Il 09/09/2013 20:06, Jan Kiszka ha scritto: > archive, was in the context of lock-less MMIO dispatching), and the > consensus back then was that device-to-device DMA is generally a bug > that is not worth supporting in all its beauty. But if you know a > concrete scenario / guest where it matters, that would bring in a new > aspect. Well, one I know is 10 SCREEN 1 20 COLOR 1: CIRCLE (160, 100), 80 30 PRINT "Hello QEMU!" 40 DEF SEG=&hB800 50 BSAVE "FOO.PIC", 16000 RUN Not sure if that counts as something that matters, or even if it works right now with virtio-blk. Paolo