···5757/* How many bits to shift physical queue address written to QUEUE_PFN.5858 * 12 is historical, and due to x86 page size. */5959#define VIRTIO_PCI_QUEUE_ADDR_SHIFT 126060+6161+/* The alignment to use between consumer and producer parts of vring.6262+ * x86 pagesize again. */6363+#define VIRTIO_PCI_VRING_ALIGN 40966064#endif