Skip to content

Commit bd8858a

Browse files
author
Valeriy Khorunzhin
committed
new patch
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
1 parent 19fc3aa commit bd8858a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/qemu/patches/002-no-bootable-qmp.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/hw/char/debugcon.c b/hw/char/debugcon.c
2-
index fdb04fe..0cf2325 100644
2+
index fdb04fe..30ce2c6 100644
33
--- a/hw/char/debugcon.c
44
+++ b/hw/char/debugcon.c
55
@@ -26,6 +26,7 @@
@@ -23,7 +23,7 @@ index fdb04fe..0cf2325 100644
2323
CharBackend chr;
2424
uint32_t readback;
2525
+ bool watch_no_bootable_device;
26-
+ char match_buf[sizeof(DEBUGCON_NO_BOOTABLE_DEVICE) - 1];
26+
+ char match_buf[sizeof(DEBUGCON_NO_BOOTABLE_DEVICE)];
2727
+ size_t match_len;
2828
} DebugconState;
2929

0 commit comments

Comments
 (0)