From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgV5x-0003L9-Ie for qemu-devel@nongnu.org; Thu, 06 Dec 2012 01:38:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgV5s-0002jH-Q2 for qemu-devel@nongnu.org; Thu, 06 Dec 2012 01:38:05 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:41323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgV5s-0002jB-Ji for qemu-devel@nongnu.org; Thu, 06 Dec 2012 01:38:00 -0500 Received: by mail-pa0-f45.google.com with SMTP id bg2so3940457pad.4 for ; Wed, 05 Dec 2012 22:37:59 -0800 (PST) From: Liu Ping Fan Date: Thu, 6 Dec 2012 14:37:49 +0800 Message-Id: <1354775870-24944-1-git-send-email-qemulist@gmail.com> Subject: [Qemu-devel] [PATCH v2 1/2] ivshmem: remove msix_write_config List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , Cam Macdonell , Anthony Liguori 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