virtio-mmio.h (981c9b88e674408a1579ca3aa8d42770e3b689de) virtio-mmio.h (a2ce7dbd917a18408cf4bfd132578b46c2752a72)
1/*
2 * libqos virtio MMIO definitions
3 *
4 * Copyright (c) 2014 Marc Marí
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
9
10#ifndef LIBQOS_VIRTIO_MMIO_H
11#define LIBQOS_VIRTIO_MMIO_H
12
1/*
2 * libqos virtio MMIO definitions
3 *
4 * Copyright (c) 2014 Marc Marí
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
9
10#ifndef LIBQOS_VIRTIO_MMIO_H
11#define LIBQOS_VIRTIO_MMIO_H
12
13#include "libqos/virtio.h"
14#include "libqos/qgraph.h"
13#include "virtio.h"
14#include "qgraph.h"
15
16#define QVIRTIO_MMIO_MAGIC_VALUE 0x000
17#define QVIRTIO_MMIO_VERSION 0x004
18#define QVIRTIO_MMIO_DEVICE_ID 0x008
19#define QVIRTIO_MMIO_VENDOR_ID 0x00C
20#define QVIRTIO_MMIO_HOST_FEATURES 0x010
21#define QVIRTIO_MMIO_HOST_FEATURES_SEL 0x014
22#define QVIRTIO_MMIO_GUEST_FEATURES 0x020

--- 29 unchanged lines hidden ---
15
16#define QVIRTIO_MMIO_MAGIC_VALUE 0x000
17#define QVIRTIO_MMIO_VERSION 0x004
18#define QVIRTIO_MMIO_DEVICE_ID 0x008
19#define QVIRTIO_MMIO_VENDOR_ID 0x00C
20#define QVIRTIO_MMIO_HOST_FEATURES 0x010
21#define QVIRTIO_MMIO_HOST_FEATURES_SEL 0x014
22#define QVIRTIO_MMIO_GUEST_FEATURES 0x020

--- 29 unchanged lines hidden ---