|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Fix domU reboot failure when using "pci="
# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1191836805 -3600
# Node ID 58db20a15687d0d0b39743123a1f5d0aece51f5a
# Parent 0c2535407828d6473a2b5730155c66e76f9a0512
Fix domU reboot failure when using "pci=" option
The failure only happens on the second or later auto reboot.
See the following thread for a long discussion on this issue where
most problems were fixed.
http://lists.xensource.com/archives/html/xen-users/2006-05/msg00154.html
Signed-off-by: Charles Arnold <carnold@xxxxxxxxxx>
---
tools/python/xen/xend/XendConfig.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 0c2535407828 -r 58db20a15687 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Mon Oct 08 09:40:49 2007 +0100
+++ b/tools/python/xen/xend/XendConfig.py Mon Oct 08 10:46:45 2007 +0100
@@ -1461,7 +1461,7 @@ class XendConfig(dict):
for dev_uuid in ordered_refs:
dev_type, dev_info = target['devices'][dev_uuid]
if dev_type == 'pci': # special case for pci devices
- sxpr = [['uuid', dev_info['uuid']]]
+ sxpr = ['pci', ['uuid', dev_info['uuid']]]
for pci_dev_info in dev_info['devs']:
pci_dev_sxpr = ['dev']
for opt, val in pci_dev_info.items():
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Fix domU reboot failure when using "pci=" option,
Xen patchbot-unstable <=
|
|
|
|
|