Displaying 2 results from an estimated 2 matches for "debug_002fexpert".
2017 Jul 26
2
qemu-system-x86_64 does not support fw_cfg option
...o into the VM 
using the "fw_cfg" option . When I try this I get the error "-fw_cfg 
invalid option". If I run the vm with the help option it does not list 
the fw_cfg option. However, according to the qemu documentation, see 
here 
<https://qemu.weilnetz.de/doc/qemu-doc.html#Debug_002fExpert-options>, 
they support this option.
The command used to run the vm is:
    /usr/bin/qemu-system-x86_64 -name CL-IGN-1 -m 1024 \
         -net nic,vlan=0,model=virtio \
         -net user,vlan=0,hostfwd=tcp::2222-:22,hostname=CL-IGN-1 \
         -drive if=virtio,file=./coreos_production_qemu_i...
2017 Jul 26
0
qemu-system-x86_64 does not support fw_cfg option
...ing the
> "fw_cfg" option . When I try this I get the error "-fw_cfg invalid option".
> If I run the vm with the help option it does not list the fw_cfg option.
> However, according to the qemu documentation, see here <
> https://qemu.weilnetz.de/doc/qemu-doc.html#Debug_002fExpert-options>,
> they support this option.
>
> The command used to run the vm is:
>
>    /usr/bin/qemu-system-x86_64 -name CL-IGN-1 -m 1024 \
>         -net nic,vlan=0,model=virtio \
>         -net user,vlan=0,hostfwd=tcp::2222-:22,hostname=CL-IGN-1 \
>         -drive if=virti...