projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc6984b
)
ui/vc: VC always has a DisplayState now
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:37:45 +0000
(13:37 +0400)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Mon, 4 Sep 2023 08:37:59 +0000
(12:37 +0400)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <
20230830093843
.
3531473
-12-marcandre.lureau@redhat.com>
ui/console.c
patch
|
blob
|
history
diff --git
a/ui/console.c
b/ui/console.c
index ddec68feb707d4fbf11c465f864170ac503cc88d..f97db295f6cf57236af05ba9c6f9e634ef3dba8c 100644
(file)
--- a/
ui/console.c
+++ b/
ui/console.c
@@
-1067,10
+1067,6
@@
static int vc_chr_write(Chardev *chr, const uint8_t *buf, int len)
QemuConsole *s = drv->console;
int i;
- if (!s->ds) {
- return 0;
- }
-
s->update_x0 = s->width * FONT_WIDTH;
s->update_y0 = s->height * FONT_HEIGHT;
s->update_x1 = 0;