From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1Oc9-0000lB-Oi for qemu-devel@nongnu.org; Sun, 08 Oct 2017 23:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1Oc5-0003Zn-Mh for qemu-devel@nongnu.org; Sun, 08 Oct 2017 23:20:21 -0400 Received: from mail-pf0-x241.google.com ([2607:f8b0:400e:c00::241]:37513) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1Oc5-0003Zc-DT for qemu-devel@nongnu.org; Sun, 08 Oct 2017 23:20:17 -0400 Received: by mail-pf0-x241.google.com with SMTP id z80so5784163pff.4 for ; Sun, 08 Oct 2017 20:20:17 -0700 (PDT) References: <20170922151208.24590-1-aik@ozlabs.ru> From: Alexey Kardashevskiy Message-ID: <3da73e23-7c1b-aecc-a908-4774b0807b83@ozlabs.ru> Date: Mon, 9 Oct 2017 14:20:12 +1100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH qemu] virtio-pci: Replace modern_as with direct access to modern_bar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" On 06/10/17 23:58, Paolo Bonzini wrote: > On 03/10/2017 04:11, Alexey Kardashevskiy wrote: >>>> What is best to do if MR is not found (and is it possible in practice)? >>>> assert or redirect to unassigned memory? >>> Do nothing at all, I think. >> Repost without asserts? > > Yes, I guess so. easy, done :) > >>> I haven't thought much about the endian switches, but it looks good >>> apart from that. >> What is next? Michael? > > Yes, I was going to ping him about this patch too. > > Paolo -- Alexey