* bug#33750: Virt-manager missing USB/PCI host device options
@ 2018-12-14 23:18 Rutger Helling
2018-12-16 4:46 ` Chris Marusich
0 siblings, 1 reply; 4+ messages in thread
From: Rutger Helling @ 2018-12-14 23:18 UTC (permalink / raw)
To: 33750
[-- Attachment #1: Type: text/plain, Size: 216 bytes --]
In virt-manager when clicking "Add hardware" on a VM the USB/PCI Host
Device boxes are greyed out with the message "Connection does not
support host device enumeration". It seems we're missing some
dependencies.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#33750: Virt-manager missing USB/PCI host device options
2018-12-14 23:18 bug#33750: Virt-manager missing USB/PCI host device options Rutger Helling
@ 2018-12-16 4:46 ` Chris Marusich
2018-12-19 8:53 ` Rutger Helling
2018-12-21 17:30 ` Rutger Helling
0 siblings, 2 replies; 4+ messages in thread
From: Chris Marusich @ 2018-12-16 4:46 UTC (permalink / raw)
To: Rutger Helling; +Cc: 33750
[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]
Rutger Helling <rhelling@mykolab.com> writes:
> In virt-manager when clicking "Add hardware" on a VM the USB/PCI Host
> Device boxes are greyed out with the message "Connection does not
> support host device enumeration". It seems we're missing some
> dependencies.
I don't have the solution, but I might have a work-around or two.
FYI, even though I also observe the problem you describe, it's actually
still possible to assign a PCI device to a VM by using virsh's
"attach-device" command. See "man virsh" for details. This requires
you to craft an XML file describing the device you wish to attach to
your VM [1].
In addition, if your goal is just to pass a USB device through to the
guest, you might try running virt-manager as root. This has worked for
me in the past.
Of course, we should continue to investigate the actual problem. I only
mention these work-arounds in the hopes that it helps you out.
Footnotes:
[1] https://libvirt.org/formatdomain.html
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#33750: Virt-manager missing USB/PCI host device options
2018-12-16 4:46 ` Chris Marusich
@ 2018-12-19 8:53 ` Rutger Helling
2018-12-21 17:30 ` Rutger Helling
1 sibling, 0 replies; 4+ messages in thread
From: Rutger Helling @ 2018-12-19 8:53 UTC (permalink / raw)
To: Chris Marusich; +Cc: 33750
[-- Attachment #1: Type: text/plain, Size: 1357 bytes --]
Hi Chris,
Thanks for the tips, but I already knew how to work around it. The
point was more that it shouldn't be greyed out. I tried adding
libpciaccess to libvirt, unfortunately that alone didn't do the trick.
On Sat, 15 Dec 2018 20:46:39 -0800
Chris Marusich <cmmarusich@gmail.com> wrote:
> Rutger Helling <rhelling@mykolab.com> writes:
>
> > In virt-manager when clicking "Add hardware" on a VM the USB/PCI
> > Host Device boxes are greyed out with the message "Connection does
> > not support host device enumeration". It seems we're missing some
> > dependencies.
>
> I don't have the solution, but I might have a work-around or two.
>
> FYI, even though I also observe the problem you describe, it's
> actually still possible to assign a PCI device to a VM by using
> virsh's "attach-device" command. See "man virsh" for details. This
> requires you to craft an XML file describing the device you wish to
> attach to your VM [1].
>
> In addition, if your goal is just to pass a USB device through to the
> guest, you might try running virt-manager as root. This has worked
> for me in the past.
>
> Of course, we should continue to investigate the actual problem. I
> only mention these work-arounds in the hopes that it helps you out.
>
> Footnotes:
> [1] https://libvirt.org/formatdomain.html
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#33750: Virt-manager missing USB/PCI host device options
2018-12-16 4:46 ` Chris Marusich
2018-12-19 8:53 ` Rutger Helling
@ 2018-12-21 17:30 ` Rutger Helling
1 sibling, 0 replies; 4+ messages in thread
From: Rutger Helling @ 2018-12-21 17:30 UTC (permalink / raw)
To: Chris Marusich; +Cc: 33750-done
[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]
Closing, fixed in d15211c9b5b46b96c5b658329624942b6ff5c917.
On Sat, 15 Dec 2018 20:46:39 -0800
Chris Marusich <cmmarusich@gmail.com> wrote:
> Rutger Helling <rhelling@mykolab.com> writes:
>
> > In virt-manager when clicking "Add hardware" on a VM the USB/PCI
> > Host Device boxes are greyed out with the message "Connection does
> > not support host device enumeration". It seems we're missing some
> > dependencies.
>
> I don't have the solution, but I might have a work-around or two.
>
> FYI, even though I also observe the problem you describe, it's
> actually still possible to assign a PCI device to a VM by using
> virsh's "attach-device" command. See "man virsh" for details. This
> requires you to craft an XML file describing the device you wish to
> attach to your VM [1].
>
> In addition, if your goal is just to pass a USB device through to the
> guest, you might try running virt-manager as root. This has worked
> for me in the past.
>
> Of course, we should continue to investigate the actual problem. I
> only mention these work-arounds in the hopes that it helps you out.
>
> Footnotes:
> [1] https://libvirt.org/formatdomain.html
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-21 17:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-14 23:18 bug#33750: Virt-manager missing USB/PCI host device options Rutger Helling
2018-12-16 4:46 ` Chris Marusich
2018-12-19 8:53 ` Rutger Helling
2018-12-21 17:30 ` Rutger Helling
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.