xen-hvm.c (db725815985654007ade0fd53590d613fd657208) xen-hvm.c (46517dd4971fc1fdd5b379e72cc377626ad98160)
1/*
2 * Copyright (C) 2010 Citrix Ltd.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2. See
5 * the COPYING file in the top-level directory.
6 *
7 * Contributions after 2012-01-13 are licensed under the terms of the
8 * GNU GPL, version 2 or (at your option) any later version.

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

20#include "hw/xen/xen_common.h"
21#include "hw/xen/xen-legacy-backend.h"
22#include "hw/xen/xen-bus.h"
23#include "qapi/error.h"
24#include "qapi/qapi-commands-misc.h"
25#include "qemu/error-report.h"
26#include "qemu/main-loop.h"
27#include "qemu/range.h"
1/*
2 * Copyright (C) 2010 Citrix Ltd.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2. See
5 * the COPYING file in the top-level directory.
6 *
7 * Contributions after 2012-01-13 are licensed under the terms of the
8 * GNU GPL, version 2 or (at your option) any later version.

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

20#include "hw/xen/xen_common.h"
21#include "hw/xen/xen-legacy-backend.h"
22#include "hw/xen/xen-bus.h"
23#include "qapi/error.h"
24#include "qapi/qapi-commands-misc.h"
25#include "qemu/error-report.h"
26#include "qemu/main-loop.h"
27#include "qemu/range.h"
28#include "sysemu/sysemu.h"
28#include "sysemu/xen-mapcache.h"
29#include "trace.h"
30#include "exec/address-spaces.h"
31
32#include <xen/hvm/ioreq.h>
33#include <xen/hvm/e820.h>
34
35//#define DEBUG_XEN_HVM

--- 1571 unchanged lines hidden ---
29#include "sysemu/xen-mapcache.h"
30#include "trace.h"
31#include "exec/address-spaces.h"
32
33#include <xen/hvm/ioreq.h>
34#include <xen/hvm/e820.h>
35
36//#define DEBUG_XEN_HVM

--- 1571 unchanged lines hidden ---