We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fc3aa commit bd8858aCopy full SHA for bd8858a
1 file changed
images/qemu/patches/002-no-bootable-qmp.patch
@@ -1,5 +1,5 @@
1
diff --git a/hw/char/debugcon.c b/hw/char/debugcon.c
2
-index fdb04fe..0cf2325 100644
+index fdb04fe..30ce2c6 100644
3
--- a/hw/char/debugcon.c
4
+++ b/hw/char/debugcon.c
5
@@ -26,6 +26,7 @@
@@ -23,7 +23,7 @@ index fdb04fe..0cf2325 100644
23
CharBackend chr;
24
uint32_t readback;
25
+ bool watch_no_bootable_device;
26
-+ char match_buf[sizeof(DEBUGCON_NO_BOOTABLE_DEVICE) - 1];
++ char match_buf[sizeof(DEBUGCON_NO_BOOTABLE_DEVICE)];
27
+ size_t match_len;
28
} DebugconState;
29
0 commit comments