xen_pt.c (67128074c9bd39f607548b27d2d51c3f0ca9d35e) xen_pt.c (e2abfe5ec67b69fb310fbeaacf7e68d61d16609e)
1/*
2 * Copyright (c) 2007, Neocleus Corporation.
3 * Copyright (c) 2007, Intel Corporation.
4 *
5 * This work is licensed under the terms of the GNU GPL, version 2. See
6 * the COPYING file in the top-level directory.
7 *
8 * Alex Novik <alex@neocleus.com>

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

55#include "qemu/osdep.h"
56#include "qapi/error.h"
57#include <sys/ioctl.h>
58
59#include "hw/pci/pci.h"
60#include "hw/pci/pci_bus.h"
61#include "hw/qdev-properties.h"
62#include "hw/qdev-properties-system.h"
1/*
2 * Copyright (c) 2007, Neocleus Corporation.
3 * Copyright (c) 2007, Intel Corporation.
4 *
5 * This work is licensed under the terms of the GNU GPL, version 2. See
6 * the COPYING file in the top-level directory.
7 *
8 * Alex Novik <alex@neocleus.com>

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

55#include "qemu/osdep.h"
56#include "qapi/error.h"
57#include <sys/ioctl.h>
58
59#include "hw/pci/pci.h"
60#include "hw/pci/pci_bus.h"
61#include "hw/qdev-properties.h"
62#include "hw/qdev-properties-system.h"
63#include "xen_pt.h"
63#include "hw/xen/xen.h"
64#include "hw/xen/xen-legacy-backend.h"
64#include "hw/xen/xen.h"
65#include "hw/xen/xen-legacy-backend.h"
65#include "xen_pt.h"
66#include "qemu/range.h"
67
68static bool has_igd_gfx_passthru;
69
70bool xen_igd_gfx_pt_enabled(void)
71{
72 return has_igd_gfx_passthru;
73}

--- 962 unchanged lines hidden ---
66#include "qemu/range.h"
67
68static bool has_igd_gfx_passthru;
69
70bool xen_igd_gfx_pt_enabled(void)
71{
72 return has_igd_gfx_passthru;
73}

--- 962 unchanged lines hidden ---