From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tg7h9-0003re-Ep for qemu-devel@nongnu.org; Wed, 05 Dec 2012 00:38:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tg7h6-0002k3-Up for qemu-devel@nongnu.org; Wed, 05 Dec 2012 00:38:55 -0500 Received: from mail-da0-f45.google.com ([209.85.210.45]:46534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tg7h6-0002jt-Od for qemu-devel@nongnu.org; Wed, 05 Dec 2012 00:38:52 -0500 Received: by mail-da0-f45.google.com with SMTP id w4so1962305dam.4 for ; Tue, 04 Dec 2012 21:38:52 -0800 (PST) MIME-Version: 1.0 Sender: camm@ualberta.ca In-Reply-To: <1353815517-319-1-git-send-email-qemulist@gmail.com> References: <1353815517-319-1-git-send-email-qemulist@gmail.com> Date: Tue, 4 Dec 2012 22:38:51 -0700 Message-ID: From: Cam Macdonell Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH v2 1/2] ivshmem: remove msix_write_config List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Ping Fan Cc: Jan Kiszka , qemu-devel@nongnu.org On Sat, Nov 24, 2012 at 8:51 PM, Liu Ping Fan wrote: > From: Liu Ping Fan > > This logic has been integrated into pci core, so remove it. > > Signed-off-by: Liu Ping Fan Signed-off-by: Cam Macdonell > --- > hw/ivshmem.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/hw/ivshmem.c b/hw/ivshmem.c > index f6dbb21..7c8630c 100644 > --- a/hw/ivshmem.c > +++ b/hw/ivshmem.c > @@ -629,7 +629,6 @@ static void ivshmem_write_config(PCIDevice *pci_dev, uint32_t address, > uint32_t val, int len) > { > pci_default_write_config(pci_dev, address, val, len); > - msix_write_config(pci_dev, address, val, len); > } > > static int pci_ivshmem_init(PCIDevice *dev) > -- > 1.7.4.4 >