These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / SLOF / slof / fs / client.fs
index 1b2bb03..7d537a6 100644 (file)
@@ -281,6 +281,18 @@ ALSO client-voc DEFINITIONS
    quiesce
 ;
 
+\
+\ Standard for Boot, defined in 6.3.2.5:
+\
+: boot  ( zstr -- )
+   zcount
+   debug-client-interface? IF
+      ." ci: boot " 2dup type cr
+   THEN
+   " boot " 2swap $cat " boot-command" $setenv (nvupdate)
+   reset-all
+;
+
 \
 \ User Interface, defined in 6.3.2.6
 \