xen-all.c (7a8a749da7d30b420291fa0b11e3eda7f72d9b83) | xen-all.c (e2abfe5ec67b69fb310fbeaacf7e68d61d16609e) |
---|---|
1/* 2 * Copyright (C) 2014 Citrix Systems UK 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. 9 */ 10 11#include "qemu/osdep.h" 12#include "qemu/error-report.h" 13#include "qemu/module.h" 14#include "qapi/error.h" | 1/* 2 * Copyright (C) 2014 Citrix Systems UK 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. 9 */ 10 11#include "qemu/osdep.h" 12#include "qemu/error-report.h" 13#include "qemu/module.h" 14#include "qapi/error.h" |
15#include "hw/xen/xen_native.h" |
|
15#include "hw/xen/xen-legacy-backend.h" 16#include "hw/xen/xen_pt.h" 17#include "chardev/char.h" 18#include "qemu/accel.h" 19#include "sysemu/cpus.h" 20#include "sysemu/xen.h" 21#include "sysemu/runstate.h" 22#include "migration/misc.h" --- 152 unchanged lines hidden --- | 16#include "hw/xen/xen-legacy-backend.h" 17#include "hw/xen/xen_pt.h" 18#include "chardev/char.h" 19#include "qemu/accel.h" 20#include "sysemu/cpus.h" 21#include "sysemu/xen.h" 22#include "sysemu/runstate.h" 23#include "migration/misc.h" --- 152 unchanged lines hidden --- |