Re: [vfio-users] Using input-linux in qemu-git; mouse works, but keyboard doesn't

2016-04-16 Thread William Green
Thank you for looking into this, Gerd.  Your recent patch now correctly
identifies my keyboard and everything seems to be working well.

On Tue, Apr 12, 2016 at 2:03 AM, Gerd Hoffmann  wrote:

> On Di, 2016-04-12 at 00:33 -0700, William Green wrote:
> > Using latest git:
> >
> > /dev/input/event1
> >id   : 046d:200a, (null), v273
> >phys : "usb-:00:14.0-14:2"
> >name : "Logitech K350"
> >KEY  : [ 261 codes ]
> >REL  : HWHEEL
> >ABS  : VOLUME
> >MSC  : SCAN
> >LED  : NUML CAPSL SCROLLL COMPOSE KANA
>
> Ah, that is more useful ;)
>
> Guess we should check the relative axis is actually x or y before
> classifying the device as mouse ...
>
> cheers,
>   Gerd
>
>
>
___
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users


Re: [vfio-users] Hyper-v enlightments on recent NVIDIA drivers?

2016-04-16 Thread thibaut noah
I confirm that the vendor_id works great with libvirt, however all the
other options included in that commit does not.
Virsh will fail to start the host with runtime,  vpindex and reset (though
it does work with qemu command-line).
Should that deserve a bug report?

2016-04-15 7:45 GMT+02:00 thibaut noah :

> Oops, i read too quickly... (it's late)
> I run libvirt-git from the aur, i should have this commit thought it seems
> i don't, will check that with arch people, thanks for the correct link.
>
> 2016-04-15 6:21 GMT+02:00 Alex Williamson :
>
>> On Thu, Apr 14, 2016 at 9:07 PM, thibaut noah 
>> wrote:
>>
>>> On the libvirt side, reading the documentation again i bumped into this :
>>>
>>>   
>>>
>>>
>>> https://libvirt.org/formatdomain.html#elementsFeatures
>>>
>>> Anybody knowing why we have to rely on qemu since apparently libvirt is
>>> suppose to support this since 2012 ?
>>> https://www.redhat.com/archives/libvir-list/2012-June/msg00917.html
>>>
>>> I have to admit i'm curious.
>>>
>>
>> Oh wow, but you picked the wrong patch, that one has to do with cpuid
>> vendor, this is the one you're after:
>>
>>
>> http://libvirt.org/git/?p=libvirt.git;a=commit;h=7068b56c8526667750d8cb91116e9b40382422f3
>>
>> That's not even 3 weeks old, so you'll need a very, very new libvirt.
>> This already exists in the fedora virt-preview repo and it works great.
>> Thanks for the heads-up.
>>
>
>
___
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users


Re: [vfio-users] Arch, Virt-manager and Network Manager [help needed]

2016-04-16 Thread Philip Abernethy
That depends on where you want to define your network connection. Both is
possible.

Bronek Kozicki  schrieb am Sa., 16. Apr. 2016 um
15:51 Uhr:

> On 16/04/2016 14:00, Garland Key wrote:
> > Thanks.  Does this have to be listed in a particular part of the virsh
> XML?
> >
> > On Sat, Apr 16, 2016 at 8:34 AM, Philip Abernethy  > > wrote:
> >
> > I've done the same. Bridge created with NM and used by the VM. You
> > should be able to just select the bridge device. That's the
> > resulting XML for me:
> >
> > 
> >   default
> >   278badf4-d33e-493e-b604-083b3dcc2804
> >   
> >   
> > 
> >
>
>
> that was network definition, not virtual machine. I do not know why this
> is needed, I do not use those at all.
>
>
> B.
>
> ___
> vfio-users mailing list
> vfio-users@redhat.com
> https://www.redhat.com/mailman/listinfo/vfio-users
>
___
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users


Re: [vfio-users] Arch, Virt-manager and Network Manager [help needed]

2016-04-16 Thread Bronek Kozicki

On 16/04/2016 14:00, Garland Key wrote:

Thanks.  Does this have to be listed in a particular part of the virsh XML?

On Sat, Apr 16, 2016 at 8:34 AM, Philip Abernethy > wrote:

I've done the same. Bridge created with NM and used by the VM. You
should be able to just select the bridge device. That's the
resulting XML for me:


  default
  278badf4-d33e-493e-b604-083b3dcc2804
  
  





that was network definition, not virtual machine. I do not know why this 
is needed, I do not use those at all.



B.

___
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users


Re: [vfio-users] Arch, Virt-manager and Network Manager [help needed]

2016-04-16 Thread Bronek Kozicki

On 16/04/2016 13:34, Philip Abernethy wrote:

I've done the same. Bridge created with NM and used by the VM. You
should be able to just select the bridge device. That's the resulting
XML for me:


  default
  278badf4-d33e-493e-b604-083b3dcc2804
  
  





Here is xml of my VM, using "br0" bridge I defined with netctl:


  
  
  
  
  function='0x0'/>




I expect it does not matter how a bridge is defined, as long as it 
works. In /etc/libvirt/qemu.conf I have the below line:

bridge_helper = "/usr/lib/qemu/qemu-bridge-helper"


B.

___
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users


Re: [vfio-users] Arch, Virt-manager and Network Manager [help needed]

2016-04-16 Thread Philip Abernethy
I've done the same. Bridge created with NM and used by the VM. You should
be able to just select the bridge device. That's the resulting XML for me:


  default
  278badf4-d33e-493e-b604-083b3dcc2804
  
  


Garland Key  schrieb am Sa., 16. Apr. 2016 um
14:30 Uhr:

> I'm running Arch with Plasma 5 and Network Manager.  AFAIK, the
> virt-manager package on Arch has broken networking.  I've successfully
> created a bridge using Network Manager, but I can't seem to add the bridge
> in virt-manager or via virsh.
>
> Is this possibe?  I need it for Synergy.  My mobo has two ethernet
> devices, but I don't have another cat5 cable atm.
> ___
> vfio-users mailing list
> vfio-users@redhat.com
> https://www.redhat.com/mailman/listinfo/vfio-users
>
___
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users


[vfio-users] Arch, Virt-manager and Network Manager [help needed]

2016-04-16 Thread Garland Key
I'm running Arch with Plasma 5 and Network Manager.  AFAIK, the
virt-manager package on Arch has broken networking.  I've successfully
created a bridge using Network Manager, but I can't seem to add the bridge
in virt-manager or via virsh.

Is this possibe?  I need it for Synergy.  My mobo has two ethernet devices,
but I don't have another cat5 cable atm.
___
vfio-users mailing list
vfio-users@redhat.com
https://www.redhat.com/mailman/listinfo/vfio-users