Skip to content

Commit

Permalink
respond CONSOLE_PORT with PORT_OPEN
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rr3sp3dr0 authored Dec 31, 2024
1 parent a2263cb commit 2743461
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 2743461

Please sign in to comment.