Skip to content

Commit 6e4a953

Browse files
author
Brendan Kerrigan
committed
io emulation: add support for port IO emulation on Intel
Signed-off-by: Brendan Kerrigan <kerriganb@ainfosec.com>
1 parent fa53e6a commit 6e4a953

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vmm/src/x64/intel/dispatch_vmexit_io.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ namespace microv
131131
mut_exit_io->type = hypercall::MV_EXIT_IO_OUT.get();
132132
}
133133
else {
134-
bsl::error() << "MV_EXIT_IO_IN not implemented\n" << bsl::here();
135-
return bsl::errc_failure;
134+
mut_exit_io->type = hypercall::MV_EXIT_IO_IN.get();
136135
}
137136

138137
constexpr auto bytes1{0_u64};

0 commit comments

Comments
 (0)