Skip to content

Commit

Permalink
respond CONSOLE_PORT with PORT_OPEN
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tôrres <[email protected]>
  • Loading branch information
t0rr3sp3dr0 committed Dec 31, 2024
1 parent a2263cb commit f4d60c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OvmfPkg/VirtioSerialDxe/VirtioSerial.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ VirtioSerialRxControl (
if (Control.Id < MAX_PORTS) {
VirtioSerialPortSetConsole (Dev, Control.Id);
Dev->NumConsoles++;
VirtioSerialPortSetDeviceOpen (Dev, Control.Id, 1);
}

break;
Expand Down

0 comments on commit f4d60c9

Please sign in to comment.