|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] XEN 3.3 - pci in domU does not work
The reported ':' is I believe due to a bug in the python script pciif.py at
the line that reads:
raise VmError("pci: %: non-page-aligned MMIO BAR found." %
dev.name);
add an s after the first % to correct the error message.
This would seem to be the same error as a number of us are getting.
Seems to be something that is new in 3.3 backing down to 3.2 the same
drivers work fine.
Hope this helps!
I raised an issue 1359 for this, but no answer yet.
Ian
-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Andy Burns
Sent: 27 September 2008 19:23
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] XEN 3.3 - pci in domU does not work
2008/9/27 christian <grassu@xxxxxxxxxxxxxx>:
> Error: unsupported format character ':' (0x3a) at index 6
After I reported the error with "PCI device must be co-assigned to the
same guest" I did try to co-assign all the relevant PCI devices to the
guest to see if it worked (even those I didn't really want assigned to
the guest).
Whenever I tried to assign more than two PCIIDs to a guest, I got the
same error that you are reporting, I tried running the xen scripts
under the debugger to see where it was happening, but I couldn't
figure it out.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.169 / Virus Database: 270.7.3/1694 - Release Date: 26/09/2008
18:55
No virus found in this outgoing message.
Checked by AVG - http://www.avg.com
Version: 8.0.173 / Virus Database: 270.7.5/1697 - Release Date: 29/09/2008
07:40
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|