Lines Matching refs:qemu
30 qemu-traditional running in MiniOS stubdomain. The protocol include
31 expectations of both qemu and stubdomain itself.
47 - stubdomain's console 0 is connected to qemu log file
48 - stubdomain's console 1 is connected to qemu save file (for saving state)
49 - stubdomain's console 2 is connected to qemu save file (for restoring state)
82 qemu-upstream running in Linux stubdomain. The protocol include
83 expectations of both stubdomain, and qemu.
101 - stubdomain's console 0 is connected to qemu log file
102 - stubdomain's console 1 is connected to qemu save file (for saving state)
103 - stubdomain's console 2 is connected to qemu save file (for restoring state)
106 Environment exposed by stubdomain to qemu (needed to construct appropriate qemu command line and la…
111 …- console 1 (saving domain state) is added over QMP to qemu as "fdset-id 1" (done by stubdomain, t…
112 …- nics are connected to relevant stubdomain PV vifs when available (qemu -netdev should specify if…
117 3. stubdomain starts qemu with requested command line, plus few stubdomain specific ones - includin…
119 5. qemu signal readiness by writing "running" to /local/domain/<stubdom-id>/device-model/<target-id…