search for: 953057d

Displaying 4 results from an estimated 4 matches for "953057d".

2014 Dec 08
0
[PATCH v2 10/10] virtio_pci: rename virtio_pci -> virtio_pci_common
...O_PCI_COMMON_H /* * Virtio PCI driver - APIs for common functionality for all device versions * diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci_common.c similarity index 99% rename from drivers/virtio/virtio_pci.c rename to drivers/virtio/virtio_pci_common.c index 5d6bc77..953057d 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci_common.c @@ -17,7 +17,7 @@ * */ -#include "virtio_pci_legacy.c" +#include "virtio_pci_common.h" /* wait for pending irq handlers */ void vp_synchronize_vectors(struct virtio_device *vdev) diff --g...
2014 Dec 08
0
[PATCH v2 10/10] virtio_pci: rename virtio_pci -> virtio_pci_common
...O_PCI_COMMON_H /* * Virtio PCI driver - APIs for common functionality for all device versions * diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci_common.c similarity index 99% rename from drivers/virtio/virtio_pci.c rename to drivers/virtio/virtio_pci_common.c index 5d6bc77..953057d 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci_common.c @@ -17,7 +17,7 @@ * */ -#include "virtio_pci_legacy.c" +#include "virtio_pci_common.h" /* wait for pending irq handlers */ void vp_synchronize_vectors(struct virtio_device *vdev) diff --g...
2014 Dec 15
8
[PATCH 0/6] virtio 1.0 fixups, tweaks
Fixes a couple of minor compliance issues in new virtio 1.0 code. Plus, adds a couple of minor cleanups - not bugfixes, but seem safe enough for 3.19. Michael S. Tsirkin (6): virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore virtio_config: fix virtio_cread_bytes virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY virtio_pci: move probe to common file virtio_pci: add VIRTIO_PCI_NO_LEGACY
2014 Dec 15
8
[PATCH 0/6] virtio 1.0 fixups, tweaks
Fixes a couple of minor compliance issues in new virtio 1.0 code. Plus, adds a couple of minor cleanups - not bugfixes, but seem safe enough for 3.19. Michael S. Tsirkin (6): virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore virtio_config: fix virtio_cread_bytes virtio_pci_common.h: drop VIRTIO_PCI_NO_LEGACY virtio_pci: move probe to common file virtio_pci: add VIRTIO_PCI_NO_LEGACY