[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] usbpassthrough of xen-4.1.2 update
I am sorry what does the re-assign mean? By the way, where can I find the ID C408 0040? It seems not to be the message listed by "lsusb". Below is my config file, similar with yours.
import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' name = "win7" builder = "hvm" memory = "1024" disk = [ 'file:/root/win7.img,hda,w', # 'file:/mnt/win7.iso,hdc:cdrom,r',
] vif = [ 'type=ioemu, mac=00:16:3e:3f:74:01 , bridge=eth0 ,model=e1000', ] uuid = "11111111-2262-28d2-9b64-b11713adfb20" device_model = "/home/root1/xen/xen-4.1.2/tools/ioemu-dir/i386-dm/qemu-dm"
kernel = "/usr/lib/xen/boot/hvmloader" vnc=1 vnclisten="0.0.0.0" vncdisplay=0 apic=1 acpi=1 pae=1 boot="dc"
vcpus=2 serial = "pty" >
> dhcp='off' stdvga=0 audio=1 soundhw='es1370'
videoram=16 usb=1 usb_add='host:0204:6025' usbdevice='tablet' 2012/9/25 Konrad Rzeszutek Wilk <konrad@xxxxxxxxxx>
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |