[Bug 1862110] Re: qemu in script is not parsing properly

2020-02-11 Thread Alex Williamson
** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1862110 Title: qemu in script is not parsing properly Status in QEMU: Invalid Bug description:

[Bug 1862110] Re: qemu in script is not parsing properly

2020-02-06 Thread Alex Williamson
Your script is broken, you cannot mix continued lines, blank lines, and comments. Take for instance this example: --- #!/bin/bash echo Hello \ World echo Hello \ World echo Hello \ # Earth World --- Which results in: $ ./hello.sh Hello World Hello ./hello.sh: line 8: World: command not f

[Bug 1862110] Re: qemu in script is not parsing properly

2020-02-06 Thread Chris Hoy
** Description changed: - Bug Report: + Bug Report: >>qemu-system-x86_64 --version: QEMU emulator version 4.2.0 >>Arch-linux version 2020.02.01 I was following a tutorial on how to make a windows vm and i have encountered and issue in the settings of my script I have listed below. The

[Bug 1862110] Re: qemu in script is not parsing properly

2020-02-05 Thread Chris Hoy
EDIT: The backslash under the ovmf setting was commented -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1862110 Title: qemu in script is not parsing properly Status in QEMU: New Bug description: