VIRTIO_MMIO_MAGIC
return (magic == VIRTIO_MMIO_MAGIC);
if (magic != VIRTIO_MMIO_MAGIC) {
if (magic == le32toh(VIRTIO_MMIO_MAGIC)) {