Public bug reported:
For example, Ubuntu Trusty (LTS 14.04) uses g++ v4.8.5.
Compilation fails with a syntax error saying that the
""-fstack-protector-strong" option in g++ is unrecognized.
Instead, under Ubuntu Xenial (LTS 16.04), the g++ compiler is v5.4.0 and the
compilation goes on smoothly.
I think that just plain configuration in the manual could be enough.
The command line option is a very good idea, indeed.
Maybe also a monitor command could be helpful.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.laun
Public bug reported:
With version 2.6.2 I could access the monitor via VNC by pressing CTRL-ALT-2,
while CTRL-ALT-3 brought me to the "serial0 console". CTRL-ALT-1 brought me
back to the VGA console.
Since 2.8.0 CTRL-ALT-2 brings me to the "serial0 console" and CTRL-ALT-3 to the
"parallel0 cons
Public bug reported:
There should be a command line (sub)option to unplug a network cable.
While from the monitor interface I can issue:
set_link virtio-net-pci.0 off
There's no way to fire a VM from command line with that cable already unplugged.
As an example, virtualbox can do it.
** Affects