Displaying 2 results from an estimated 2 matches for "xp_vm1".
Did you mean:
l2_vm1
2013 Nov 26
1
Hot adding USB devices to guests at a fixed address
...'/>
</source>
</hostdev>
And then in udev:
% cat /etc/udev/rules.d/90-owon.rules
ACTION=="add", \
SUBSYSTEM=="usb", \
SYSFS{idVendor}=="5345", \
SYSFS{idProduct}=="1234", \
RUN+="/usr/bin/virsh attach-device XP_VM1 /etc/libvirt/HotPlug/owon.xml"
ACTION=="remove", \
SUBSYSTEM=="usb", \
SYSFS{idVendor}=="5345", \
SYSFS{idProduct}=="1234", \
RUN+="/usr/bin/virsh detach-device XP_VM1 /etc/libvirt/HotPlug/owon.xml"
Now this works; I plug th...
2015 May 09
3
Centos 7 and qemu-kvm
Still trying to migrate to CentOS 7.
I used to use qemu-kvm on centos 6. tried to compile on
centos 7 and get error about undefined reference to timer_gettime
searching for that says basically use virt-manager
so I installed virt-manager - I have file images and those work.
some times I do directly to a USB connected disk.
I do not see how to do that in virt-manager ???
How do I use a device