Home
last modified time | relevance | path

Searched refs:xen_pt_log (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen_pt.h11 void xen_pt_log(const PCIDevice *d, const char *f, ...) G_GNUC_PRINTF(2, 3);
13 #define XEN_PT_ERR(d, _f, _a...) xen_pt_log(d, "%s: Error: "_f, __func__, ##_a)
16 # define XEN_PT_LOG(d, _f, _a...) xen_pt_log(d, "%s: " _f, __func__, ##_a)
18 xen_pt_log(d, "%s: Warning: "_f, __func__, ##_a)
26 xen_pt_log(d, "%s: address=0x%04x val=0x%08x len=%d\n", \
H A Dxen_pt.c82 void xen_pt_log(const PCIDevice *d, const char *f, ...) in xen_pt_log() function
404 xen_pt_log(d, "Write-back to unknown field 0x%02x (partially) inhibited (0x%0*x)\n", in xen_pt_pci_write_config()
406 xen_pt_log(d, "If the device doesn't work, try enabling permissive mode\n"); in xen_pt_pci_write_config()
407 xen_pt_log(d, "(unsafe) and if it helps report the problem to xen-devel\n"); in xen_pt_pci_write_config()