[Qemu-devel] [Bug 1660599] [NEW] v2.8.0 won't compile if g++ compiler doesn't understand "-fstack-protector-strong"

2017-01-31 Thread Uqbar
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.

[Qemu-devel] [Bug 1583421] Re: Please provide an option to print the default hardware configuration as command-line options, to make -nodefaults easier to use

2017-02-01 Thread Uqbar
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

[Qemu-devel] [Bug 1661176] [NEW] [2.8.0] Under VNC CTRL-ALT-2 doesn't get to the monitor

2017-02-02 Thread Uqbar
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

[Qemu-devel] [Bug 1659267] [NEW] It's not possible to start a VM with a network cable unplugged

2017-01-25 Thread Uqbar
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