Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 17:01:37 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 502a1018002e - releng/14.1 - bhyve: Do not define GDB_LOG
Message-ID:  <202405121701.44CH1bnP021357@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/14.1 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=502a1018002e418df05c801edd03572129feb36c

commit 502a1018002e418df05c801edd03572129feb36c
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-05-08 16:06:22 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-05-12 16:36:26 +0000

    bhyve: Do not define GDB_LOG
    
    This had been added for debugging and shouldn't have been committed.
    
    Approved by:    re (cperciva)
    Fixes:          f81cdf24ba54 ("bhyve: Add support for XML register definitions")
    MFC after:      3 days
    
    (cherry picked from commit 5d62025d82a0be928f98778d54b25ad89edbb835)
    (cherry picked from commit d8ccaa995f4539081f79e9b31ff0ac75173e1004)
---
 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 2a075cd10ca6..0319aaf0a9cd 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 <stdarg.h>
 #include <stdio.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405121701.44CH1bnP021357>