Skip to content

Commit 506b09f

Browse files
mg12ctxlindig
authored andcommitted
CP-24361: abstract qemu interface: elaborate about stage 4 of upstream qemu
as suggested in the review of PR#390. Signed-off-by: Marcus Granado <[email protected]>
1 parent bc1bdaf commit 506b09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xc/device.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,7 @@ module Backend = struct
21332133
end (* Backend.Qemu_upstream_compat.Dm *)
21342134
end (* Backend.Qemu_upstream *)
21352135

2136-
(* Until stage 4, qemu_upstream behaves as qemu_upstream_compat *)
2136+
(* Until the stage 4 defined in the qemu upstream design is implemented, qemu_upstream behaves as qemu_upstream_compat *)
21372137
module Qemu_upstream = Qemu_upstream_compat
21382138

21392139
let of_profile p = match p with

0 commit comments

Comments
 (0)