Displaying 4 results from an estimated 4 matches for "virtio_pci_root_release".
2007 Dec 21
1
[kvm-devel] [Virtio-for-kvm] [PATCH 12/13] [Mostly resend] virtio additions
...it a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c
index 7118215..60f2b1f 100644
--- a/drivers/virtio/virtio_pci.c
+++ b/drivers/virtio/virtio_pci.c
@@ -72,12 +72,18 @@ static struct pci_device_id virtio_pci_id_table[] = {
MODULE_DEVICE_TABLE(pci, virtio_pci_id_table);
+static void virtio_pci_root_release(struct device *d)
+{
+ pr_debug("%s\n", __FUNCTION__);
+}
+
/* A PCI device has it's own struct device and so does a virtio device so
* we create a place for the virtio devices to show up in sysfs. I
think it
* would make more sense for virtio to not insist on having it'...
2007 Dec 21
1
[kvm-devel] [Virtio-for-kvm] [PATCH 12/13] [Mostly resend] virtio additions
...it a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c
index 7118215..60f2b1f 100644
--- a/drivers/virtio/virtio_pci.c
+++ b/drivers/virtio/virtio_pci.c
@@ -72,12 +72,18 @@ static struct pci_device_id virtio_pci_id_table[] = {
MODULE_DEVICE_TABLE(pci, virtio_pci_id_table);
+static void virtio_pci_root_release(struct device *d)
+{
+ pr_debug("%s\n", __FUNCTION__);
+}
+
/* A PCI device has it's own struct device and so does a virtio device so
* we create a place for the virtio devices to show up in sysfs. I
think it
* would make more sense for virtio to not insist on having it'...
2008 Jan 08
1
[PATCH] Remove unnecessary pr_debug()
...f-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c
index 36b810d..2882490 100644
--- a/drivers/virtio/virtio_pci.c
+++ b/drivers/virtio/virtio_pci.c
@@ -73,7 +73,6 @@ MODULE_DEVICE_TABLE(pci, virtio_pci_id_table);
static void virtio_pci_root_release(struct device *d)
{
- pr_debug("%s\n", __FUNCTION__);
}
/* A PCI device has it's own struct device and so does a virtio device so
2008 Jan 08
1
[PATCH] Remove unnecessary pr_debug()
...f-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c
index 36b810d..2882490 100644
--- a/drivers/virtio/virtio_pci.c
+++ b/drivers/virtio/virtio_pci.c
@@ -73,7 +73,6 @@ MODULE_DEVICE_TABLE(pci, virtio_pci_id_table);
static void virtio_pci_root_release(struct device *d)
{
- pr_debug("%s\n", __FUNCTION__);
}
/* A PCI device has it's own struct device and so does a virtio device so