xen-block.c (40d522490714b65e0856444277db6c14c5cc3796) xen-block.c (e2abfe5ec67b69fb310fbeaacf7e68d61d16609e)
1/*
2 * Copyright (c) 2018 Citrix Systems Inc.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7
8#include "qemu/osdep.h"

--- 5 unchanged lines hidden (view full) ---

14#include "qapi/qapi-commands-block-core.h"
15#include "qapi/qapi-commands-qom.h"
16#include "qapi/qapi-visit-block-core.h"
17#include "qapi/qobject-input-visitor.h"
18#include "qapi/visitor.h"
19#include "qapi/qmp/qdict.h"
20#include "qapi/qmp/qstring.h"
21#include "qom/object_interfaces.h"
1/*
2 * Copyright (c) 2018 Citrix Systems Inc.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7
8#include "qemu/osdep.h"

--- 5 unchanged lines hidden (view full) ---

14#include "qapi/qapi-commands-block-core.h"
15#include "qapi/qapi-commands-qom.h"
16#include "qapi/qapi-visit-block-core.h"
17#include "qapi/qobject-input-visitor.h"
18#include "qapi/visitor.h"
19#include "qapi/qmp/qdict.h"
20#include "qapi/qmp/qstring.h"
21#include "qom/object_interfaces.h"
22#include "hw/xen/xen_common.h"
23#include "hw/block/xen_blkif.h"
24#include "hw/qdev-properties.h"
25#include "hw/xen/xen-block.h"
26#include "hw/xen/xen-backend.h"
27#include "sysemu/blockdev.h"
28#include "sysemu/block-backend.h"
29#include "sysemu/iothread.h"
30#include "dataplane/xen-block.h"

--- 993 unchanged lines hidden ---
22#include "hw/block/xen_blkif.h"
23#include "hw/qdev-properties.h"
24#include "hw/xen/xen-block.h"
25#include "hw/xen/xen-backend.h"
26#include "sysemu/blockdev.h"
27#include "sysemu/block-backend.h"
28#include "sysemu/iothread.h"
29#include "dataplane/xen-block.h"

--- 993 unchanged lines hidden ---