diff --git a/hypervisor/arch/x86/io.c b/hypervisor/arch/x86/io.c index 2f026cea5..2659496c5 100644 --- a/hypervisor/arch/x86/io.c +++ b/hypervisor/arch/x86/io.c @@ -111,7 +111,6 @@ static void io_instr_dest_handler(struct io_request *io_req) if (pio_req->direction == REQUEST_READ) { pio_req->value = 0xFFFFFFFFU; } - io_req->processed = REQ_STATE_COMPLETE; } #endif