megasas-test.c (981c9b88e674408a1579ca3aa8d42770e3b689de) megasas-test.c (a2ce7dbd917a18408cf4bfd132578b46c2752a72)
1/*
2 * QTest testcase for LSI MegaRAID
3 *
4 * Copyright (c) 2017 Red Hat Inc.
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#include "qemu/osdep.h"
1/*
2 * QTest testcase for LSI MegaRAID
3 *
4 * Copyright (c) 2017 Red Hat Inc.
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#include "qemu/osdep.h"
11#include "libqtest.h"
11#include "libqos/libqtest.h"
12#include "qemu/bswap.h"
13#include "qemu/module.h"
14#include "libqos/qgraph.h"
15#include "libqos/pci.h"
16
17typedef struct QMegasas QMegasas;
18
19struct QMegasas {

--- 72 unchanged lines hidden ---
12#include "qemu/bswap.h"
13#include "qemu/module.h"
14#include "libqos/qgraph.h"
15#include "libqos/pci.h"
16
17typedef struct QMegasas QMegasas;
18
19struct QMegasas {

--- 72 unchanged lines hidden ---