From d8ccaa995f4539081f79e9b31ff0ac75173e1004 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 8 May 2024 12:06:22 -0400 Subject: [PATCH] bhyve: Do not define GDB_LOG This had been added for debugging and shouldn't have been committed. Fixes: f81cdf24ba54 ("bhyve: Add support for XML register definitions") MFC after: 3 days (cherry picked from commit 5d62025d82a0be928f98778d54b25ad89edbb835) --- usr.sbin/bhyve/gdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bhyve/gdb.c b/usr.sbin/bhyve/gdb.c index 2a075cd10ca..0319aaf0a9c 100644 --- a/usr.sbin/bhyve/gdb.c +++ b/usr.sbin/bhyve/gdb.c @@ -193,7 +193,6 @@ static const struct gdb_reg { { .id = VM_REG_GUEST_EFER, .size = 8 }, }; -#define GDB_LOG #ifdef GDB_LOG #include #include