From 6e4aefe66fda977b79787a353ef61bf4a3a06bfc Mon Sep 17 00:00:00 2001 From: BharatNarasimman Date: Thu, 26 Sep 2024 18:52:25 +0000 Subject: [PATCH] vmm: Remove console resize for Serial Serial device doesnt support resize semantics. Setting up the console resize pipe in the Serial device setup path, overwrites the setup done as part of virtio-console. Signed-off-by: BharatNarasimman --- vmm/src/console_devices.rs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/vmm/src/console_devices.rs b/vmm/src/console_devices.rs index 41956c2b3..4ad49eb62 100644 --- a/vmm/src/console_devices.rs +++ b/vmm/src/console_devices.rs @@ -263,18 +263,6 @@ pub(crate) fn pre_create_console_devices(vmm: &mut Vmm) -> ConsoleDeviceResult