Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uppci_iomap() often fails for VMs with passthrough devices #329
Comments
marmarek
assigned
rootkovska
Mar 8, 2015
marmarek
added this to the Release 1 Beta 2 milestone
Mar 8, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
marmarek
Mar 8, 2015
Member
Comment by joanna on 10 Sep 2011 08:15 UTC
This likely also has been solved by the recent Xen patch, so closing this for now.
|
Comment by joanna on 10 Sep 2011 08:15 UTC |
marmarek
added
bug
C: core
P: major
R: duplicate
labels
Mar 8, 2015
marmarek
closed this
Mar 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marmarek commentedMar 8, 2015
Reported by joanna on 15 Aug 2011 19:59 UTC
When using a VM with assigned PCI device (such as e.g. a network card), sometimes the driver load fails at pci_iomap() function returning an error.
On my system this can be often observed when using external (Express Card) WiFi cards, assigned to some AppVM (of course I pass swiotlb=force to the VM's kernel).
E.g. (for iwlagn):
This happens non-deterministically. Might be related to physical memory fragmentation, although there is a distinctively different message for failure to alloce "pci memory" (and is not displayed in the case of the above error).
Migrated-From: https://wiki.qubes-os.org/ticket/329