~ubuntu-branches/ubuntu/precise/virtinst/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-01 15:40:11 UTC
  • mfrom: (1.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110201154011-op0nusgc240xajvb
Tags: 0.500.5-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Updated to add maverick and natty to OS list and enable virtio
       for them.
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch. (refreshed)
  - debian/control: added acl package to depends.
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin
* Removed patches:
  - debian/patches/9002-libvirt_disk_format.patch: Upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Description: adjust testsuite for xen path
3
3
Forwarded: not-needed
4
4
 
5
 
Index: virtinst-0.500.3/tests/testdriver.xml
 
5
Index: virtinst-0.500.5/tests/testdriver.xml
6
6
===================================================================
7
 
--- virtinst-0.500.3.orig/tests/testdriver.xml  2010-10-12 12:55:21.000000000 -0500
8
 
+++ virtinst-0.500.3/tests/testdriver.xml       2010-10-12 12:55:25.000000000 -0500
9
 
@@ -36,7 +36,7 @@
 
7
--- virtinst-0.500.5.orig/tests/testdriver.xml  2011-01-14 15:55:59.000000000 -0500
 
8
+++ virtinst-0.500.5/tests/testdriver.xml       2011-02-01 16:06:02.000000000 -0500
 
9
@@ -69,7 +69,7 @@
10
10
   <uuid>12345678-1234-1234-1234-12345678FFFF</uuid>
11
11
   <os>
12
12
     <type arch='i686'>hvm</type>
15
15
     <boot dev='hd'/>
16
16
   </os>
17
17
   <features>
18
 
Index: virtinst-0.500.3/tests/image-xml/image2guest/image-xenpv32.xml
 
18
Index: virtinst-0.500.5/tests/image-xml/image2guest/image-xenpv32.xml
19
19
===================================================================
20
 
--- virtinst-0.500.3.orig/tests/image-xml/image2guest/image-xenpv32.xml 2010-10-12 12:55:22.000000000 -0500
21
 
+++ virtinst-0.500.3/tests/image-xml/image2guest/image-xenpv32.xml      2010-10-12 12:55:25.000000000 -0500
 
20
--- virtinst-0.500.5.orig/tests/image-xml/image2guest/image-xenpv32.xml 2011-01-14 15:55:59.000000000 -0500
 
21
+++ virtinst-0.500.5/tests/image-xml/image2guest/image-xenpv32.xml      2011-02-01 16:06:02.000000000 -0500
22
22
@@ -3,7 +3,7 @@
23
23
   <currentMemory>204800</currentMemory>
24
24
   <memory>409600</memory>
28
28
   <features>
29
29
     <pae/>
30
30
   </features>
31
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-disk-block.xml
32
 
===================================================================
33
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-fullyvirt-disk-block.xml     2010-10-12 12:55:21.000000000 -0500
34
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-disk-block.xml  2010-10-12 12:55:25.000000000 -0500
35
 
@@ -5,7 +5,7 @@
36
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
37
 
   <os>
38
 
     <type arch='i686'>hvm</type>
39
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
40
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
41
 
     <boot dev='hd'/>
42
 
   </os>
43
 
   <features>
44
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-disk-file.xml
45
 
===================================================================
46
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-fullyvirt-disk-file.xml      2010-10-12 12:55:22.000000000 -0500
47
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-disk-file.xml   2010-10-12 12:55:25.000000000 -0500
48
 
@@ -5,7 +5,7 @@
49
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
50
 
   <os>
51
 
     <type arch='i686'>hvm</type>
52
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
53
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
54
 
     <boot dev='hd'/>
55
 
   </os>
56
 
   <features>
57
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-pxe-nodisks.xml
58
 
===================================================================
59
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-fullyvirt-pxe-nodisks.xml    2010-10-12 12:55:22.000000000 -0500
60
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-pxe-nodisks.xml 2010-10-12 12:55:25.000000000 -0500
61
 
@@ -5,7 +5,7 @@
62
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
63
 
   <os>
64
 
     <type arch='i686'>hvm</type>
65
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
66
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
67
 
     <boot dev='network'/>
68
 
   </os>
69
 
   <features>
70
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-pxe.xml
71
 
===================================================================
72
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-fullyvirt-pxe.xml    2010-10-12 12:55:21.000000000 -0500
73
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-fullyvirt-pxe.xml 2010-10-12 12:55:25.000000000 -0500
74
 
@@ -5,7 +5,7 @@
75
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
76
 
   <os>
77
 
     <type arch='i686'>hvm</type>
78
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
79
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
80
 
     <boot dev='hd'/>
81
 
   </os>
82
 
   <features>
83
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-many-chars.xml
84
 
===================================================================
85
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-many-chars.xml       2010-10-12 12:55:22.000000000 -0500
86
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-many-chars.xml    2010-10-12 12:55:25.000000000 -0500
87
 
@@ -5,7 +5,7 @@
88
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
89
 
   <os>
90
 
     <type arch='i686'>hvm</type>
91
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
92
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
93
 
     <boot dev='network'/>
94
 
   </os>
95
 
   <features>
96
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-many-devices.xml
97
 
===================================================================
98
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-many-devices.xml     2010-10-12 12:55:22.000000000 -0500
99
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-many-devices.xml  2010-10-12 12:55:25.000000000 -0500
 
31
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-disk-block.xml
 
32
===================================================================
 
33
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-fullyvirt-disk-block.xml     2011-01-14 15:55:59.000000000 -0500
 
34
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-disk-block.xml  2011-02-01 16:06:02.000000000 -0500
 
35
@@ -5,7 +5,7 @@
 
36
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
37
   <os>
 
38
     <type arch='i686'>hvm</type>
 
39
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
40
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
41
     <boot dev='hd'/>
 
42
   </os>
 
43
   <features>
 
44
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-disk-file.xml
 
45
===================================================================
 
46
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-fullyvirt-disk-file.xml      2011-01-14 15:55:59.000000000 -0500
 
47
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-disk-file.xml   2011-02-01 16:06:02.000000000 -0500
 
48
@@ -5,7 +5,7 @@
 
49
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
50
   <os>
 
51
     <type arch='i686'>hvm</type>
 
52
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
53
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
54
     <boot dev='hd'/>
 
55
   </os>
 
56
   <features>
 
57
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-pxe-nodisks.xml
 
58
===================================================================
 
59
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-fullyvirt-pxe-nodisks.xml    2011-01-14 15:55:59.000000000 -0500
 
60
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-pxe-nodisks.xml 2011-02-01 16:06:02.000000000 -0500
 
61
@@ -5,7 +5,7 @@
 
62
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
63
   <os>
 
64
     <type arch='i686'>hvm</type>
 
65
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
66
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
67
     <boot dev='network'/>
 
68
   </os>
 
69
   <features>
 
70
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-pxe.xml
 
71
===================================================================
 
72
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-fullyvirt-pxe.xml    2011-01-14 15:55:59.000000000 -0500
 
73
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-fullyvirt-pxe.xml 2011-02-01 16:06:02.000000000 -0500
 
74
@@ -5,7 +5,7 @@
 
75
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
76
   <os>
 
77
     <type arch='i686'>hvm</type>
 
78
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
79
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
80
     <boot dev='hd'/>
 
81
   </os>
 
82
   <features>
 
83
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-many-chars.xml
 
84
===================================================================
 
85
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-many-chars.xml       2011-01-14 15:55:59.000000000 -0500
 
86
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-many-chars.xml    2011-02-01 16:06:02.000000000 -0500
 
87
@@ -5,7 +5,7 @@
 
88
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
89
   <os>
 
90
     <type arch='i686'>hvm</type>
 
91
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
92
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
93
     <boot dev='network'/>
 
94
   </os>
 
95
   <features>
 
96
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-many-devices.xml
 
97
===================================================================
 
98
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-many-devices.xml     2011-01-14 15:55:59.000000000 -0500
 
99
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-many-devices.xml  2011-02-01 16:06:02.000000000 -0500
 
100
@@ -6,7 +6,7 @@
 
101
   <description>foooo barrrr somedesc</description>
 
102
   <os>
 
103
     <type arch='i686'>hvm</type>
 
104
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
105
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
106
     <boot dev='hd'/>
 
107
   </os>
 
108
   <features>
 
109
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-many-disks2.xml
 
110
===================================================================
 
111
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-many-disks2.xml      2011-01-14 15:55:59.000000000 -0500
 
112
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-many-disks2.xml   2011-02-01 16:06:02.000000000 -0500
 
113
@@ -5,7 +5,7 @@
 
114
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
115
   <os>
 
116
     <type arch='i686'>hvm</type>
 
117
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
118
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
119
     <boot dev='hd'/>
 
120
   </os>
 
121
   <features>
 
122
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-many-hostdevs.xml
 
123
===================================================================
 
124
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-many-hostdevs.xml    2011-01-14 15:55:59.000000000 -0500
 
125
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-many-hostdevs.xml 2011-02-01 16:06:02.000000000 -0500
 
126
@@ -5,7 +5,7 @@
 
127
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
128
   <os>
 
129
     <type arch='i686'>hvm</type>
 
130
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
131
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
132
     <boot dev='network'/>
 
133
   </os>
 
134
   <features>
 
135
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-many-nics.xml
 
136
===================================================================
 
137
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-many-nics.xml        2011-01-14 15:55:59.000000000 -0500
 
138
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-many-nics.xml     2011-02-01 16:06:02.000000000 -0500
 
139
@@ -5,7 +5,7 @@
 
140
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
141
   <os>
 
142
     <type arch='i686'>hvm</type>
 
143
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
144
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
145
     <boot dev='network'/>
 
146
   </os>
 
147
   <features>
 
148
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-many-sounds.xml
 
149
===================================================================
 
150
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-many-sounds.xml      2011-01-14 15:55:59.000000000 -0500
 
151
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-many-sounds.xml   2011-02-01 16:06:02.000000000 -0500
 
152
@@ -5,7 +5,7 @@
 
153
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
154
   <os>
 
155
     <type arch='i686'>hvm</type>
 
156
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
157
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
158
     <boot dev='network'/>
 
159
   </os>
 
160
   <features>
 
161
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-f11-xen.xml
 
162
===================================================================
 
163
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-f11-xen.xml       2011-01-14 15:55:59.000000000 -0500
 
164
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-f11-xen.xml    2011-02-01 16:06:02.000000000 -0500
 
165
@@ -5,7 +5,7 @@
 
166
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
167
   <os>
 
168
     <type arch='i686'>hvm</type>
 
169
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
170
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
171
     <boot dev='hd'/>
 
172
   </os>
 
173
   <features>
 
174
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-disk-block.xml
 
175
===================================================================
 
176
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-fullyvirt-disk-block.xml  2011-01-14 15:55:59.000000000 -0500
 
177
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-disk-block.xml       2011-02-01 16:06:02.000000000 -0500
 
178
@@ -5,7 +5,7 @@
 
179
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
180
   <os>
 
181
     <type arch='i686'>hvm</type>
 
182
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
183
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
184
     <boot dev='cdrom'/>
 
185
     <boot dev='hd'/>
 
186
   </os>
 
187
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-disk-file.xml
 
188
===================================================================
 
189
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-fullyvirt-disk-file.xml   2011-01-14 15:55:59.000000000 -0500
 
190
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-disk-file.xml        2011-02-01 16:06:02.000000000 -0500
 
191
@@ -5,7 +5,7 @@
 
192
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
193
   <os>
 
194
     <type arch='i686'>hvm</type>
 
195
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
196
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
197
     <boot dev='cdrom'/>
 
198
     <boot dev='hd'/>
 
199
   </os>
 
200
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-import.xml
 
201
===================================================================
 
202
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-fullyvirt-import.xml      2011-01-14 15:55:59.000000000 -0500
 
203
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-import.xml   2011-02-01 16:06:02.000000000 -0500
 
204
@@ -5,7 +5,7 @@
 
205
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
206
   <os>
 
207
     <type arch='i686'>hvm</type>
 
208
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
209
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
210
     <boot dev='hd'/>
 
211
   </os>
 
212
   <features>
 
213
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-livecd.xml
 
214
===================================================================
 
215
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-fullyvirt-livecd.xml      2011-01-14 15:55:59.000000000 -0500
 
216
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-livecd.xml   2011-02-01 16:06:02.000000000 -0500
 
217
@@ -5,7 +5,7 @@
 
218
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
219
   <os>
 
220
     <type arch='i686'>hvm</type>
 
221
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
222
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
223
     <boot dev='cdrom'/>
 
224
   </os>
 
225
   <features>
 
226
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-pxe-nodisks.xml
 
227
===================================================================
 
228
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-fullyvirt-pxe-nodisks.xml 2011-01-14 15:55:59.000000000 -0500
 
229
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-pxe-nodisks.xml      2011-02-01 16:06:02.000000000 -0500
 
230
@@ -5,7 +5,7 @@
 
231
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
232
   <os>
 
233
     <type arch='i686'>hvm</type>
 
234
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
235
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
236
     <boot dev='network'/>
 
237
   </os>
 
238
   <features>
 
239
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-pxe.xml
 
240
===================================================================
 
241
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-fullyvirt-pxe.xml 2011-01-14 15:55:59.000000000 -0500
 
242
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-fullyvirt-pxe.xml      2011-02-01 16:06:02.000000000 -0500
 
243
@@ -5,7 +5,7 @@
 
244
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
245
   <os>
 
246
     <type arch='i686'>hvm</type>
 
247
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
248
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
249
     <boot dev='network'/>
 
250
     <boot dev='hd'/>
 
251
   </os>
 
252
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-windowsxp-xennew.xml
 
253
===================================================================
 
254
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-windowsxp-xennew.xml      2011-01-14 15:55:59.000000000 -0500
 
255
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-windowsxp-xennew.xml   2011-02-01 16:06:02.000000000 -0500
 
256
@@ -5,7 +5,7 @@
 
257
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
258
   <os>
 
259
     <type arch='i686'>hvm</type>
 
260
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
261
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
262
     <boot dev='cdrom'/>
 
263
     <boot dev='hd'/>
 
264
   </os>
 
265
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-windowsxp-xenold.xml
 
266
===================================================================
 
267
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-windowsxp-xenold.xml      2011-01-14 15:55:59.000000000 -0500
 
268
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-windowsxp-xenold.xml   2011-02-01 16:06:02.000000000 -0500
 
269
@@ -5,7 +5,7 @@
 
270
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
271
   <os>
 
272
     <type arch='i686'>hvm</type>
 
273
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
274
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
275
     <boot dev='cdrom'/>
 
276
     <boot dev='hd'/>
 
277
   </os>
 
278
Index: virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-driver-name.xml
 
279
===================================================================
 
280
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/misc-qemu-driver-name.xml 2011-01-14 15:55:59.000000000 -0500
 
281
+++ virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-driver-name.xml      2011-02-01 16:06:02.000000000 -0500
 
282
@@ -5,7 +5,7 @@
 
283
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
284
   <os>
 
285
     <type arch='i686'>hvm</type>
 
286
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
287
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
288
     <boot dev='cdrom'/>
 
289
     <boot dev='hd'/>
 
290
   </os>
 
291
Index: virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-driver-overwrite.xml
 
292
===================================================================
 
293
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/misc-qemu-driver-overwrite.xml    2011-01-14 15:55:59.000000000 -0500
 
294
+++ virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-driver-overwrite.xml 2011-02-01 16:06:02.000000000 -0500
 
295
@@ -5,7 +5,7 @@
 
296
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
297
   <os>
 
298
     <type arch='i686'>hvm</type>
 
299
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
300
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
301
     <boot dev='cdrom'/>
 
302
     <boot dev='hd'/>
 
303
   </os>
 
304
Index: virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-driver-type.xml
 
305
===================================================================
 
306
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/misc-qemu-driver-type.xml 2011-01-14 15:55:59.000000000 -0500
 
307
+++ virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-driver-type.xml      2011-02-01 16:06:02.000000000 -0500
 
308
@@ -5,7 +5,7 @@
 
309
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
310
   <os>
 
311
     <type arch='i686'>hvm</type>
 
312
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
313
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
314
     <boot dev='cdrom'/>
 
315
     <boot dev='hd'/>
 
316
   </os>
 
317
Index: virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-iso-disk.xml
 
318
===================================================================
 
319
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/misc-qemu-iso-disk.xml    2011-01-14 15:55:59.000000000 -0500
 
320
+++ virtinst-0.500.5/tests/xmlconfig-xml/misc-qemu-iso-disk.xml 2011-02-01 16:06:02.000000000 -0500
 
321
@@ -5,7 +5,7 @@
 
322
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
323
   <os>
 
324
     <type arch='i686'>hvm</type>
 
325
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
 
326
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
 
327
     <boot dev='cdrom'/>
 
328
     <boot dev='hd'/>
 
329
   </os>
 
330
Index: virtinst-0.500.5/tests/xmlconfig-xml/misc-xml-escaping.xml
 
331
===================================================================
 
332
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/misc-xml-escaping.xml     2011-01-14 15:55:59.000000000 -0500
 
333
+++ virtinst-0.500.5/tests/xmlconfig-xml/misc-xml-escaping.xml  2011-02-01 16:06:02.000000000 -0500
100
334
@@ -8,7 +8,7 @@
101
335
 </description>
102
336
   <os>
103
337
     <type arch='i686'>hvm</type>
104
338
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
105
339
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
106
 
     <boot dev='hd'/>
107
 
   </os>
108
 
   <features>
109
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-many-disks2.xml
110
 
===================================================================
111
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-many-disks2.xml      2010-10-12 12:55:21.000000000 -0500
112
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-many-disks2.xml   2010-10-12 12:55:25.000000000 -0500
113
 
@@ -5,7 +5,7 @@
114
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
115
 
   <os>
116
 
     <type arch='i686'>hvm</type>
117
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
118
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
119
 
     <boot dev='hd'/>
120
 
   </os>
121
 
   <features>
122
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-many-hostdevs.xml
123
 
===================================================================
124
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-many-hostdevs.xml    2010-10-12 12:55:22.000000000 -0500
125
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-many-hostdevs.xml 2010-10-12 12:55:25.000000000 -0500
126
 
@@ -5,7 +5,7 @@
127
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
128
 
   <os>
129
 
     <type arch='i686'>hvm</type>
130
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
131
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
132
 
     <boot dev='network'/>
133
 
   </os>
134
 
   <features>
135
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-many-nics.xml
136
 
===================================================================
137
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-many-nics.xml        2010-10-12 12:55:22.000000000 -0500
138
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-many-nics.xml     2010-10-12 12:55:25.000000000 -0500
139
 
@@ -5,7 +5,7 @@
140
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
141
 
   <os>
142
 
     <type arch='i686'>hvm</type>
143
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
144
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
145
 
     <boot dev='network'/>
146
 
   </os>
147
 
   <features>
148
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-many-sounds.xml
149
 
===================================================================
150
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-many-sounds.xml      2010-10-12 12:55:21.000000000 -0500
151
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-many-sounds.xml   2010-10-12 12:55:25.000000000 -0500
152
 
@@ -5,7 +5,7 @@
153
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
154
 
   <os>
155
 
     <type arch='i686'>hvm</type>
156
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
157
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
158
 
     <boot dev='network'/>
159
 
   </os>
160
 
   <features>
161
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-f11-xen.xml
162
 
===================================================================
163
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-f11-xen.xml       2010-10-12 12:55:21.000000000 -0500
164
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-f11-xen.xml    2010-10-12 12:55:25.000000000 -0500
165
 
@@ -5,7 +5,7 @@
166
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
167
 
   <os>
168
 
     <type arch='i686'>hvm</type>
169
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
170
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
171
 
     <boot dev='hd'/>
172
 
   </os>
173
 
   <features>
174
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-disk-block.xml
175
 
===================================================================
176
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-fullyvirt-disk-block.xml  2010-10-12 12:55:21.000000000 -0500
177
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-disk-block.xml       2010-10-12 12:55:25.000000000 -0500
178
 
@@ -5,7 +5,7 @@
179
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
180
 
   <os>
181
 
     <type arch='i686'>hvm</type>
182
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
183
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
184
 
     <boot dev='cdrom'/>
185
 
   </os>
186
 
   <features>
187
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-disk-file.xml
188
 
===================================================================
189
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-fullyvirt-disk-file.xml   2010-10-12 12:55:22.000000000 -0500
190
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-disk-file.xml        2010-10-12 12:55:25.000000000 -0500
191
 
@@ -5,7 +5,7 @@
192
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
193
 
   <os>
194
 
     <type arch='i686'>hvm</type>
195
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
196
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
197
 
     <boot dev='cdrom'/>
198
 
   </os>
199
 
   <features>
200
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-import.xml
201
 
===================================================================
202
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-fullyvirt-import.xml      2010-10-12 12:55:21.000000000 -0500
203
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-import.xml   2010-10-12 12:55:25.000000000 -0500
204
 
@@ -5,7 +5,7 @@
205
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
206
 
   <os>
207
 
     <type arch='i686'>hvm</type>
208
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
209
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
210
 
     <boot dev='hd'/>
211
 
   </os>
212
 
   <features>
213
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-livecd.xml
214
 
===================================================================
215
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-fullyvirt-livecd.xml      2010-10-12 12:55:22.000000000 -0500
216
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-livecd.xml   2010-10-12 12:55:25.000000000 -0500
217
 
@@ -5,7 +5,7 @@
218
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
219
 
   <os>
220
 
     <type arch='i686'>hvm</type>
221
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
222
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
223
 
     <boot dev='cdrom'/>
224
 
   </os>
225
 
   <features>
226
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-pxe-nodisks.xml
227
 
===================================================================
228
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-fullyvirt-pxe-nodisks.xml 2010-10-12 12:55:22.000000000 -0500
229
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-pxe-nodisks.xml      2010-10-12 12:55:25.000000000 -0500
230
 
@@ -5,7 +5,7 @@
231
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
232
 
   <os>
233
 
     <type arch='i686'>hvm</type>
234
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
235
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
236
 
     <boot dev='network'/>
237
 
   </os>
238
 
   <features>
239
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-pxe.xml
240
 
===================================================================
241
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-fullyvirt-pxe.xml 2010-10-12 12:55:21.000000000 -0500
242
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-fullyvirt-pxe.xml      2010-10-12 12:55:25.000000000 -0500
243
 
@@ -5,7 +5,7 @@
244
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
245
 
   <os>
246
 
     <type arch='i686'>hvm</type>
247
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
248
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
249
 
     <boot dev='network'/>
250
 
   </os>
251
 
   <features>
252
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-windowsxp-xennew.xml
253
 
===================================================================
254
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-windowsxp-xennew.xml      2010-10-12 12:55:21.000000000 -0500
255
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-windowsxp-xennew.xml   2010-10-12 12:55:25.000000000 -0500
256
 
@@ -5,7 +5,7 @@
257
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
258
 
   <os>
259
 
     <type arch='i686'>hvm</type>
260
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
261
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
262
 
     <boot dev='cdrom'/>
263
 
   </os>
264
 
   <features>
265
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-windowsxp-xenold.xml
266
 
===================================================================
267
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-windowsxp-xenold.xml      2010-10-12 12:55:22.000000000 -0500
268
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-windowsxp-xenold.xml   2010-10-12 12:55:25.000000000 -0500
269
 
@@ -5,7 +5,7 @@
270
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
271
 
   <os>
272
 
     <type arch='i686'>hvm</type>
273
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
274
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
275
 
     <boot dev='cdrom'/>
276
 
   </os>
277
 
   <clock offset="localtime"/>
278
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-driver-name.xml
279
 
===================================================================
280
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/misc-qemu-driver-name.xml 2010-10-12 12:55:22.000000000 -0500
281
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-driver-name.xml      2010-10-12 12:55:25.000000000 -0500
282
 
@@ -5,7 +5,7 @@
283
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
284
 
   <os>
285
 
     <type arch='i686'>hvm</type>
286
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
287
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
288
 
     <boot dev='cdrom'/>
289
 
   </os>
290
 
   <features>
291
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-driver-overwrite.xml
292
 
===================================================================
293
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/misc-qemu-driver-overwrite.xml    2010-10-12 12:55:25.000000000 -0500
294
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-driver-overwrite.xml 2010-10-12 12:55:25.000000000 -0500
295
 
@@ -5,7 +5,7 @@
296
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
297
 
   <os>
298
 
     <type arch='i686'>hvm</type>
299
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
300
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
301
 
     <boot dev='cdrom'/>
302
 
   </os>
303
 
   <features>
304
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-driver-type.xml
305
 
===================================================================
306
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/misc-qemu-driver-type.xml 2010-10-12 12:55:22.000000000 -0500
307
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-driver-type.xml      2010-10-12 12:55:25.000000000 -0500
308
 
@@ -5,7 +5,7 @@
309
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
310
 
   <os>
311
 
     <type arch='i686'>hvm</type>
312
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
313
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
314
 
     <boot dev='cdrom'/>
315
 
   </os>
316
 
   <features>
317
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-iso-disk.xml
318
 
===================================================================
319
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/misc-qemu-iso-disk.xml    2010-10-12 12:55:22.000000000 -0500
320
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/misc-qemu-iso-disk.xml 2010-10-12 12:55:25.000000000 -0500
321
 
@@ -5,7 +5,7 @@
322
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
323
 
   <os>
324
 
     <type arch='i686'>hvm</type>
325
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
326
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
327
 
     <boot dev='cdrom'/>
328
 
   </os>
329
 
   <features>
330
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/misc-xml-escaping.xml
331
 
===================================================================
332
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/misc-xml-escaping.xml     2010-10-12 12:55:21.000000000 -0500
333
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/misc-xml-escaping.xml  2010-10-12 12:55:25.000000000 -0500
334
 
@@ -5,7 +5,7 @@
335
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
336
 
   <os>
337
 
     <type arch='i686'>hvm</type>
338
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
339
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
340
 
     <boot dev='cdrom'/>
341
 
   </os>
342
 
   <features>
343
 
Index: virtinst-0.500.3/tests/image-xml/image2guest/image-xenfv32.xml
344
 
===================================================================
345
 
--- virtinst-0.500.3.orig/tests/image-xml/image2guest/image-xenfv32.xml 2010-10-12 12:55:54.000000000 -0500
346
 
+++ virtinst-0.500.3/tests/image-xml/image2guest/image-xenfv32.xml      2010-10-12 12:56:10.000000000 -0500
347
 
@@ -5,7 +5,7 @@
348
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
349
 
   <os>
350
 
     <type arch='i686'>hvm</type>
351
 
-    <loader>/usr/lib/xen/boot/hvmloader</loader>
352
 
+    <loader>/usr/lib/xen-default/boot/hvmloader</loader>
353
 
     <boot dev='hd'/>
354
 
   </os>
355
 
   <features>
356
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-block.xml
357
 
===================================================================
358
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-paravirt-disk-block.xml      2010-10-12 12:56:31.000000000 -0500
359
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-block.xml   2010-10-12 12:58:10.000000000 -0500
360
 
@@ -3,7 +3,7 @@
361
 
   <currentMemory>204800</currentMemory>
362
 
   <memory>409600</memory>
363
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
364
 
-  <bootloader>/usr/bin/pygrub</bootloader>
365
 
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
366
 
   <on_poweroff>destroy</on_poweroff>
367
 
   <on_reboot>restart</on_reboot>
368
 
   <on_crash>restart</on_crash>
369
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-file.xml
370
 
===================================================================
371
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-file.xml   2010-10-12 12:56:31.000000000 -0500
372
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-file.xml        2010-10-12 12:58:10.000000000 -0500
373
 
@@ -3,7 +3,7 @@
374
 
   <currentMemory>204800</currentMemory>
375
 
   <memory>409600</memory>
376
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
377
 
-  <bootloader>/usr/bin/pygrub</bootloader>
378
 
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
379
 
   <on_poweroff>destroy</on_poweroff>
380
 
   <on_reboot>restart</on_reboot>
381
 
   <on_crash>restart</on_crash>
382
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-phy.xml
383
 
===================================================================
384
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-phy.xml    2010-10-12 12:56:31.000000000 -0500
385
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-phy.xml 2010-10-12 12:58:10.000000000 -0500
386
 
@@ -3,7 +3,7 @@
387
 
   <currentMemory>204800</currentMemory>
388
 
   <memory>409600</memory>
389
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
390
 
-  <bootloader>/usr/bin/pygrub</bootloader>
391
 
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
392
 
   <on_poweroff>destroy</on_poweroff>
393
 
   <on_reboot>restart</on_reboot>
394
 
   <on_crash>restart</on_crash>
395
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap-qcow.xml
396
 
===================================================================
397
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap-qcow.xml       2010-10-12 12:56:31.000000000 -0500
398
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap-qcow.xml    2010-10-12 12:58:10.000000000 -0500
399
 
@@ -3,7 +3,7 @@
400
 
   <currentMemory>204800</currentMemory>
401
 
   <memory>409600</memory>
402
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
403
 
-  <bootloader>/usr/bin/pygrub</bootloader>
404
 
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
405
 
   <on_poweroff>destroy</on_poweroff>
406
 
   <on_reboot>restart</on_reboot>
407
 
   <on_crash>restart</on_crash>
408
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap.xml
409
 
===================================================================
410
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap.xml    2010-10-12 12:56:31.000000000 -0500
411
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap.xml 2010-10-12 12:58:10.000000000 -0500
412
 
@@ -3,7 +3,7 @@
413
 
   <currentMemory>204800</currentMemory>
414
 
   <memory>409600</memory>
415
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
416
 
-  <bootloader>/usr/bin/pygrub</bootloader>
417
 
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
418
 
   <on_poweroff>destroy</on_poweroff>
419
 
   <on_reboot>restart</on_reboot>
420
 
   <on_crash>restart</on_crash>
421
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-file.xml
422
 
===================================================================
423
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-paravirt-disk-file.xml       2010-10-12 12:56:31.000000000 -0500
424
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-disk-file.xml    2010-10-12 12:58:10.000000000 -0500
425
 
@@ -3,7 +3,7 @@
426
 
   <currentMemory>204800</currentMemory>
427
 
   <memory>409600</memory>
428
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
429
 
-  <bootloader>/usr/bin/pygrub</bootloader>
430
 
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
431
 
   <on_poweroff>destroy</on_poweroff>
432
 
   <on_reboot>restart</on_reboot>
433
 
   <on_crash>restart</on_crash>
434
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-many-disks.xml
435
 
===================================================================
436
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/boot-paravirt-many-disks.xml      2010-10-12 12:56:31.000000000 -0500
437
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/boot-paravirt-many-disks.xml   2010-10-12 12:58:10.000000000 -0500
438
 
@@ -3,7 +3,7 @@
439
 
   <currentMemory>204800</currentMemory>
440
 
   <memory>409600</memory>
441
 
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
442
 
-  <bootloader>/usr/bin/pygrub</bootloader>
443
 
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
444
 
   <on_poweroff>destroy</on_poweroff>
445
 
   <on_reboot>restart</on_reboot>
446
 
   <on_crash>restart</on_crash>
447
 
Index: virtinst-0.500.3/tests/xmlconfig-xml/install-paravirt-import.xml
448
 
===================================================================
449
 
--- virtinst-0.500.3.orig/tests/xmlconfig-xml/install-paravirt-import.xml       2010-10-12 12:58:31.000000000 -0500
450
 
+++ virtinst-0.500.3/tests/xmlconfig-xml/install-paravirt-import.xml    2010-10-12 12:58:39.000000000 -0500
 
340
     <boot dev='cdrom'/>
 
341
     <boot dev='hd'/>
 
342
   </os>
 
343
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-block.xml
 
344
===================================================================
 
345
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-paravirt-disk-block.xml      2011-01-14 15:55:59.000000000 -0500
 
346
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-block.xml   2011-02-01 16:06:02.000000000 -0500
 
347
@@ -3,7 +3,7 @@
 
348
   <currentMemory>204800</currentMemory>
 
349
   <memory>409600</memory>
 
350
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
351
-  <bootloader>/usr/bin/pygrub</bootloader>
 
352
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
 
353
   <on_poweroff>destroy</on_poweroff>
 
354
   <on_reboot>restart</on_reboot>
 
355
   <on_crash>restart</on_crash>
 
356
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-file.xml
 
357
===================================================================
 
358
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-file.xml   2011-01-14 15:55:59.000000000 -0500
 
359
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-file.xml        2011-02-01 16:06:02.000000000 -0500
 
360
@@ -3,7 +3,7 @@
 
361
   <currentMemory>204800</currentMemory>
 
362
   <memory>409600</memory>
 
363
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
364
-  <bootloader>/usr/bin/pygrub</bootloader>
 
365
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
 
366
   <on_poweroff>destroy</on_poweroff>
 
367
   <on_reboot>restart</on_reboot>
 
368
   <on_crash>restart</on_crash>
 
369
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-phy.xml
 
370
===================================================================
 
371
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-phy.xml    2011-01-14 15:55:59.000000000 -0500
 
372
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-phy.xml 2011-02-01 16:06:02.000000000 -0500
 
373
@@ -3,7 +3,7 @@
 
374
   <currentMemory>204800</currentMemory>
 
375
   <memory>409600</memory>
 
376
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
377
-  <bootloader>/usr/bin/pygrub</bootloader>
 
378
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
 
379
   <on_poweroff>destroy</on_poweroff>
 
380
   <on_reboot>restart</on_reboot>
 
381
   <on_crash>restart</on_crash>
 
382
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap-qcow.xml
 
383
===================================================================
 
384
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap-qcow.xml       2011-01-14 15:55:59.000000000 -0500
 
385
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap-qcow.xml    2011-02-01 16:06:02.000000000 -0500
 
386
@@ -3,7 +3,7 @@
 
387
   <currentMemory>204800</currentMemory>
 
388
   <memory>409600</memory>
 
389
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
390
-  <bootloader>/usr/bin/pygrub</bootloader>
 
391
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
 
392
   <on_poweroff>destroy</on_poweroff>
 
393
   <on_reboot>restart</on_reboot>
 
394
   <on_crash>restart</on_crash>
 
395
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap.xml
 
396
===================================================================
 
397
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap.xml    2011-01-14 15:55:59.000000000 -0500
 
398
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-drv-tap.xml 2011-02-01 16:06:02.000000000 -0500
 
399
@@ -3,7 +3,7 @@
 
400
   <currentMemory>204800</currentMemory>
 
401
   <memory>409600</memory>
 
402
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
403
-  <bootloader>/usr/bin/pygrub</bootloader>
 
404
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
 
405
   <on_poweroff>destroy</on_poweroff>
 
406
   <on_reboot>restart</on_reboot>
 
407
   <on_crash>restart</on_crash>
 
408
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-file.xml
 
409
===================================================================
 
410
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-paravirt-disk-file.xml       2011-01-14 15:55:59.000000000 -0500
 
411
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-disk-file.xml    2011-02-01 16:06:02.000000000 -0500
 
412
@@ -3,7 +3,7 @@
 
413
   <currentMemory>204800</currentMemory>
 
414
   <memory>409600</memory>
 
415
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
416
-  <bootloader>/usr/bin/pygrub</bootloader>
 
417
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
 
418
   <on_poweroff>destroy</on_poweroff>
 
419
   <on_reboot>restart</on_reboot>
 
420
   <on_crash>restart</on_crash>
 
421
Index: virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-many-disks.xml
 
422
===================================================================
 
423
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/boot-paravirt-many-disks.xml      2011-01-14 15:55:59.000000000 -0500
 
424
+++ virtinst-0.500.5/tests/xmlconfig-xml/boot-paravirt-many-disks.xml   2011-02-01 16:06:02.000000000 -0500
 
425
@@ -3,7 +3,7 @@
 
426
   <currentMemory>204800</currentMemory>
 
427
   <memory>409600</memory>
 
428
   <uuid>12345678-1234-1234-1234-123456789012</uuid>
 
429
-  <bootloader>/usr/bin/pygrub</bootloader>
 
430
+  <bootloader>/usr/lib/xen-default/bin/pygrub</bootloader>
 
431
   <on_poweroff>destroy</on_poweroff>
 
432
   <on_reboot>restart</on_reboot>
 
433
   <on_crash>restart</on_crash>
 
434
Index: virtinst-0.500.5/tests/xmlconfig-xml/install-paravirt-import.xml
 
435
===================================================================
 
436
--- virtinst-0.500.5.orig/tests/xmlconfig-xml/install-paravirt-import.xml       2011-01-14 15:55:59.000000000 -0500
 
437
+++ virtinst-0.500.5/tests/xmlconfig-xml/install-paravirt-import.xml    2011-02-01 16:06:02.000000000 -0500
451
438
@@ -3,7 +3,7 @@
452
439
   <currentMemory>204800</currentMemory>
453
440
   <memory>409600</memory>