[Qemu-discuss] Super important feature req: QEMU VNC server: Introduce a keyboard "norepeat" option! (Also as bug #1502884)

2015-10-05 Thread Mikael
Just posted https://bugs.launchpad.net/qemu/+bug/1502884 , my bug description is: Hi, A big issue when using QEMU's VNC server (VNC KVM) is that, when there's a network lag, unintended keypresses go through to the QEMU guest VM. This is frequently "enter" keypresses, causing all kinds of uninten

Re: [Qemu-discuss] TCP options ipv4 and ipv6 have no effect

2015-10-05 Thread Sair, Umair
> The first if handles the "default to N" case, the second handles "default to > Y", the (absent) else case handles "default to PF_UNSPEC". Can you please elaborate it. Also I am not understanding the reason for inverting the values of addr->has_ipv* in second if condition. I believe that the f

Re: [Qemu-discuss] Supported hypervisors running VMs in nested VM

2015-10-05 Thread Bandan Das
Rain Maker writes: > Thanks Bandan. > > That helped a bit. It got me to the next hurdle, as you suspected. > > I modified the virsh XML so that -cpu host,+vmx,-hypervisor is passed, > and the installation now reports "Hyper-V cannot be installed because > virtualization support is not enabled in

Re: [Qemu-discuss] TCP options ipv4 and ipv6 have no effect

2015-10-05 Thread Paolo Bonzini
On 05/10/2015 20:03, Sair, Umair wrote: >> The first if handles the "default to N" case, the second handles "default to >> Y", the (absent) else case handles "default to PF_UNSPEC". > > Can you please elaborate it. Also I am not understanding the reason for > inverting the values of addr->has_

Re: [Qemu-discuss] TCP options ipv4 and ipv6 have no effect

2015-10-05 Thread Paolo Bonzini
On 05/10/2015 20:03, Sair, Umair wrote: >> The first if handles the "default to N" case, the second handles "default to >> Y", the (absent) else case handles "default to PF_UNSPEC". > > Can you please elaborate it. Also I am not understanding the reason for > inverting the values of addr->has_

Re: [Qemu-discuss] Supported hypervisors running VMs in nested VM

2015-10-05 Thread Rain Maker
Qemu on Linux works fine. I did not even have to explicitly set -hypervisor. It simply works. As does VirtualBox FYI. Booting with UEFI didn't make any difference. After A LOT of Googling, I believe that Hyper-V actually checks bit 0x3a of the MSR register (instead of, as the error would . This i

Re: [Qemu-discuss] Supported hypervisors running VMs in nested VM

2015-10-05 Thread Bandan Das
Rain Maker writes: > Qemu on Linux works fine. I did not even have to explicitly set > -hypervisor. It simply works. Sorry, I meant running Linux with "-hypervisor" to see if specifying that is somehow messing with the feature flags. > As does VirtualBox FYI. > > Booting with UEFI didn't make a