Skip to content

Commit 101ab60

Browse files
Sainath Grandhilijinxia
authored andcommitted
hv: Build fix for Partition mode
struct io_request gets rid of "processed" element. Modified io exit handler for partition mode to accomodate the change. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
1 parent d030595 commit 101ab60

File tree

1 file changed

+0
-1
lines changed
  • hypervisor/arch/x86

1 file changed

+0
-1
lines changed

hypervisor/arch/x86/io.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ static void io_instr_dest_handler(struct io_request *io_req)
111111
if (pio_req->direction == REQUEST_READ) {
112112
pio_req->value = 0xFFFFFFFFU;
113113
}
114-
io_req->processed = REQ_STATE_COMPLETE;
115114
}
116115
#endif
117116

0 commit comments

Comments
 (0)