0
votes
1answer
31 views

Permanently detach device

I'm setting up a vm box and I've enabled IOMMU. Works great, except I get PTE Read access is not set errors flooding my dmesg. In particular it is for one device, a USB 1.1 controller, that just ...
1
vote
0answers
137 views

KVM USB Passthrough and Zydas usb wireless adapter: device or resource busy

i'm tring to setup a kernel testing virtualmachine for a 80211 module. i start my machine with this command: kvm -m 512 -net nic -net vde -usb -usbdevice host:0ace:1215 ktesting.img i set up a ...
2
votes
2answers
618 views

Prevent radeon driver from attaching to specific PCI devices?

I have two Radeon cards in this machine, a 6570 and a 6950: lspci | grep VGA: 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] 02:00.0 VGA compatible ...
2
votes
1answer
215 views

Convert KVM virtual machine to LXC container

I have 2 virtual machines (with Debian, using KVM) with virtual hard drives: /srv/kvm/ssh.img /srv/kvm/www.img Both have 3 partitions (/, /home, swap). I want to convert them in a RootFS usable ...