projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d768f32
)
virtio: define virtio_pci_cfg_cap in header.
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 2 Jul 2015 08:56:49 +0000
(10:56 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 7 Jul 2015 11:27:05 +0000
(14:27 +0300)
We already have VIRTIO_PCI_CAP_PCI_CFG, let's define the structure that
goes with it.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/uapi/linux/virtio_pci.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/virtio_pci.h
b/include/uapi/linux/virtio_pci.h
index 75301468359f0c558ff8c3c12450301c80cff19a..90007a1abcab144ac3d6ac7d6e6f4001d58abb14 100644
(file)
--- a/
include/uapi/linux/virtio_pci.h
+++ b/
include/uapi/linux/virtio_pci.h
@@
-157,6
+157,12
@@
struct virtio_pci_common_cfg {
__le32 queue_used_hi; /* read-write */
};
+/* Fields in VIRTIO_PCI_CAP_PCI_CFG: */
+struct virtio_pci_cfg_cap {
+ struct virtio_pci_cap cap;
+ __u8 pci_cfg_data[4]; /* Data for BAR access. */
+};
+
/* Macro versions of offsets for the Old Timers! */
#define VIRTIO_PCI_CAP_VNDR 0
#define VIRTIO_PCI_CAP_NEXT 1