mirror of https://github.com/xemu-project/xemu.git
ui/vc: VC always has a DisplayState now
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>
This commit is contained in:
parent
dc6984bdc3
commit
6657e41cde
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue