accel/xen: Remove dead code
Unused since introduction in commit 04b0de0ee8
("xen: factor out common functions").
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Paul Durrant <paul@xen.org>
Message-Id: <20230215153451.30626-1-philmd@linaro.org>
This commit is contained in:
parent
00c9a5c2c3
commit
f227c07bbb
@ -23,16 +23,6 @@
|
|||||||
#include "migration/global_state.h"
|
#include "migration/global_state.h"
|
||||||
#include "hw/boards.h"
|
#include "hw/boards.h"
|
||||||
|
|
||||||
//#define DEBUG_XEN
|
|
||||||
|
|
||||||
#ifdef DEBUG_XEN
|
|
||||||
#define DPRINTF(fmt, ...) \
|
|
||||||
do { fprintf(stderr, "xen: " fmt, ## __VA_ARGS__); } while (0)
|
|
||||||
#else
|
|
||||||
#define DPRINTF(fmt, ...) \
|
|
||||||
do { } while (0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
bool xen_allowed;
|
bool xen_allowed;
|
||||||
|
|
||||||
xc_interface *xen_xc;
|
xc_interface *xen_xc;
|
||||||
|
Loading…
Reference in New Issue
Block a user