xen_pt.h (67128074c9bd39f607548b27d2d51c3f0ca9d35e) | xen_pt.h (e2abfe5ec67b69fb310fbeaacf7e68d61d16609e) |
---|---|
1#ifndef XEN_PT_H 2#define XEN_PT_H 3 | 1#ifndef XEN_PT_H 2#define XEN_PT_H 3 |
4#include "hw/xen/xen_common.h" | 4#include "hw/xen/xen_native.h" |
5#include "xen-host-pci-device.h" 6#include "qom/object.h" 7 8bool xen_igd_gfx_pt_enabled(void); 9void xen_igd_gfx_pt_set(bool value, Error **errp); 10 11void xen_pt_log(const PCIDevice *d, const char *f, ...) G_GNUC_PRINTF(2, 3); 12 --- 345 unchanged lines hidden --- | 5#include "xen-host-pci-device.h" 6#include "qom/object.h" 7 8bool xen_igd_gfx_pt_enabled(void); 9void xen_igd_gfx_pt_set(bool value, Error **errp); 10 11void xen_pt_log(const PCIDevice *d, const char *f, ...) G_GNUC_PRINTF(2, 3); 12 --- 345 unchanged lines hidden --- |