Revert "Merge branch 'alpine-qemu' into 'master'"

This reverts merge request !1612
This commit is contained in:
Oliver Smith 2018-07-05 17:25:14 +00:00
parent 918f51b6b0
commit 6e21c44342
22 changed files with 6 additions and 1051 deletions

View file

@ -124,10 +124,6 @@ def arguments_qemu(subparser):
display.add_argument("--display", dest="qemu_display", const="sdl,gl=on",
help="Qemu's display parameter (default: sdl,gl=on)",
default="sdl,gl=on", nargs="?")
ret.add_argument("--host-qemu", dest="host_qemu", action='store_true',
help="Use the host system's qemu")
return ret