qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 1/2] ivshmem: remove msix_write_config


From: Liu Ping Fan
Subject: [Qemu-devel] [PATCH v2 1/2] ivshmem: remove msix_write_config
Date: Sun, 25 Nov 2012 11:51:56 +0800

From: Liu Ping Fan <address@hidden>

This logic has been integrated into pci core, so remove it.

Signed-off-by: Liu Ping Fan <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]