diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2015-06-29 16:06:19 -0400 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2015-09-10 12:04:31 +0000 |
commit | 54fd08136e4ac8b88b88b15c397010e3b0de379f (patch) | |
tree | 488f91b619952175a213ae66a4d75997ae4de34e /xen-hvm.c | |
parent | faf5f56bf9f45ffc24a41fc8fc5ab76677aef688 (diff) | |
download | hqemu-54fd08136e4ac8b88b88b15c397010e3b0de379f.zip hqemu-54fd08136e4ac8b88b88b15c397010e3b0de379f.tar.gz |
xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.
If XEN_PT_LOGGING_ENABLED is enabled the XEN_PT_LOG macros start
using the first argument. Which means if within the function there
is only one user of the argument ('d') and XEN_PT_LOGGING_ENABLED
is not set, we get compiler warnings. This is not the case now
but with the "xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config"
we will hit - so this sync up the function to the rest of them.
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'xen-hvm.c')
0 files changed, 0 insertions, 0 deletions