提交 b5863634 编写于 作者: T Thomas Huth 提交者: Stefano Stabellini

hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()

Olaf Hering reported a build failure due to an undefined reference
to 'qemu_log_vprintf'. Explicitely including qemu/log.h seems to
fix the issue.
Signed-off-by: NThomas Huth <thuth@redhat.com>
Signed-off-by: NStefano Stabellini <sstabellini@kernel.org>
Acked-by: NStefano Stabellini <sstabellini@kernel.org>
Tested-by: NOlaf Hering <olaf@aepfle.de>
上级 4eb28abd
......@@ -18,7 +18,7 @@
*/
#include "qemu/osdep.h"
#include "qemu/log.h"
#include "hw/xen/xen_backend.h"
#include "hw/xen/xen_pvdev.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册