qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 1/2] ivshmem: remove  msix_write_config
@ 2012-12-06  6:37 Liu Ping Fan
  2012-12-06  6:37 ` [Qemu-devel] [PATCH v2 2/2] ivshmem: use irqfd to interrupt among VMs Liu Ping Fan
  0 siblings, 1 reply; 16+ messages in thread
From: Liu Ping Fan @ 2012-12-06  6:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jan Kiszka, Cam Macdonell, Anthony Liguori

From: Liu Ping Fan <pingfank@linux.vnet.ibm.com>

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

Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com>
Signed-off-by: Cam Macdonell <cam@cs.ualberta.ca>
---
 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

^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PATCH v2 1/2] ivshmem: remove  msix_write_config
@ 2012-11-25  3:51 Liu Ping Fan
  2012-11-25  3:51 ` [Qemu-devel] [PATCH v2 2/2] ivshmem: use irqfd to interrupt among VMs Liu Ping Fan
  0 siblings, 1 reply; 16+ messages in thread
From: Liu Ping Fan @ 2012-11-25  3:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jan Kiszka, Cam Macdonell

From: Liu Ping Fan <pingfank@linux.vnet.ibm.com>

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

Signed-off-by: Liu Ping Fan <pingfank@linux.vnet.ibm.com>
---
 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

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-12-13  7:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06  6:37 [Qemu-devel] [PATCH v2 1/2] ivshmem: remove msix_write_config Liu Ping Fan
2012-12-06  6:37 ` [Qemu-devel] [PATCH v2 2/2] ivshmem: use irqfd to interrupt among VMs Liu Ping Fan
2012-12-13  7:34   ` liu ping fan
  -- strict thread matches above, loose matches on Subject: below --
2012-11-25  3:51 [Qemu-devel] [PATCH v2 1/2] ivshmem: remove msix_write_config Liu Ping Fan
2012-11-25  3:51 ` [Qemu-devel] [PATCH v2 2/2] ivshmem: use irqfd to interrupt among VMs Liu Ping Fan
2012-11-27 21:48   ` Cam Macdonell
2012-11-28  2:53     ` liu ping fan
2012-11-29  4:42       ` Cam Macdonell
2012-11-29  8:34         ` liu ping fan
2012-11-29 17:33           ` Cam Macdonell
2012-12-04 11:10             ` Andrew Jones
2012-12-05  3:17               ` Cam Macdonell
2012-12-05  9:25                 ` Andrew Jones
2012-12-05  5:34   ` Cam Macdonell
2012-12-05  8:50     ` Jan Kiszka
2012-12-06  5:10       ` Cam Macdonell
2012-12-06  6:26         ` liu ping fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).