~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2009-12-07 10:04:22 UTC
  • mto: (1.6.3 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20091207100422-2izjffd5ljvqun47
Tags: upstream-0.500.1
Import upstream version 0.500.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-12-03  Cole Robinson  <crobinso@redhat.com>
 
2
 
 
3
        * virtinst/Storage.py:
 
4
        Storage: Don't use libvirt VIR_STORAGE_VOL* flags unless they exist
 
5
        [c2ae8225c41e] [tip]
 
6
 
 
7
        * virtinst/support.py:
 
8
        support: Add check for libvirt openAuth
 
9
        [6fab92a8f1e0]
 
10
 
 
11
2009-12-02  Cole Robinson  <crobinso@redhat.com>
 
12
 
 
13
        * man/en/virt-install.pod.in, tests/clitest.py, virt-install:
 
14
        virt-install: --disk: make path= optional
 
15
        [2734c2e0c792]
 
16
 
 
17
        * man/en/virt-install.pod.in, setup.py, tests/clitest.py, virt-image,
 
18
        virt-install, virtinst/DistroInstaller.py, virtinst/Guest.py,
 
19
        virtinst/cli.py:
 
20
        virt-install: Add --os-variant 'none' option to disable autodetect
 
21
 
 
22
        First, add a new method set_os_detect to Guest, so that API users
 
23
        can opt into the behavior, and set the behavior off by default.
 
24
 
 
25
        However, virt-install will continue to do autodetect by default, but
 
26
        now users have a way to opt out via --os-variant none
 
27
        [aed4bbe95f16]
 
28
 
 
29
        * virtinst/osdict.py:
 
30
        osdict: Add fedora13 and rhel6 entries
 
31
 
 
32
        Fedora 12 was mysteriously added to the osdict twice, so just
 
33
        convert it to F13
 
34
        [2939f390be61]
 
35
 
 
36
        * tests/urltest.py, virtinst/DistroInstaller.py, virtinst/OSDistro.py,
 
37
        virtinst/osdict.py:
 
38
        osdict: Add RHEL 5.4 (and later) value
 
39
 
 
40
        Also, fix up the URL test suite to verify this change.
 
41
        [bb6c6b4cf8ae]
 
42
 
 
43
        * tests/xmlconfig-xml/install-f11-xen.xml, tests/xmlconfig.py,
 
44
        virtinst/osdict.py:
 
45
        osdict: Use variables for common device settings
 
46
 
 
47
        Improves readability a bit.
 
48
        [6123c22fc70f]
 
49
 
 
50
        * virtinst/Storage.py:
 
51
        Storage: Report nicer error if createVolFrom not supported.
 
52
        [c2764fbee918]
 
53
 
 
54
2009-12-01  Cole Robinson  <crobinso@redhat.com>
 
55
 
 
56
        * tests/nodedev.py, tests/testdriver.xml,
 
57
        virtinst/NodeDeviceParser.py:
 
58
        NodeDeviceParser: Parse nodedev storage media media_label
 
59
 
 
60
        Not committed upstream yet, but will likely go in, and I'd like this
 
61
        as early as possible so it makes the pending release.
 
62
        [1a15999a90eb]
 
63
 
 
64
        * virtinst/VirtualGraphics.py:
 
65
        VirtualGraphics: Fix 'None' keymap on recent qemu
 
66
        [87d0ea558457]
 
67
 
 
68
        * virtinst/VirtualDisk.py:
 
69
        VirtualDisk: Clean up fix_search_path logging a bit
 
70
        [261c99a55362]
 
71
 
 
72
        * virtinst/DistroInstaller.py, virtinst/Installer.py:
 
73
        installer: Add public scratchdir_required()
 
74
 
 
75
        Useful for API users to determine if a scratchdir will be used for
 
76
        install, so requisit permissions can be checked.
 
77
        [677c667cf505]
 
78
 
 
79
2009-11-29  Cole Robinson  <crobinso@redhat.com>
 
80
 
 
81
        * virtinst/support.py:
 
82
        support: Fix function checking with empty arg list
 
83
        [05adb0b921e2]
 
84
 
 
85
2009-11-22  Guido Günther  <agx@sigxcpu.org>
 
86
 
 
87
        * virtinst/VirtualDisk.py:
 
88
        VirtualDisk: add error handling to VirtualDisk._clone_local()
 
89
        [43b3af61d65a]
 
90
 
 
91
2009-11-19  Cole Robinson  <crobinso@redhat.com>
 
92
 
 
93
        * virtinst/support.py:
 
94
        support: Add checks for libvirt network and interface APIs
 
95
        [997e88bcc653]
 
96
 
 
97
2009-11-16  Cole Robinson  <crobinso@redhat.com>
 
98
 
 
99
        * virtinst/Guest.py:
 
100
        Guest: Add static function cpuset_str_to_tuple
 
101
 
 
102
        Helps using cpuset strings for the pinVcpu command.
 
103
        [57e75a8140f8]
 
104
 
 
105
        * virtinst/support.py:
 
106
        support: Add support check for domain vcpus()
 
107
        [2d35b0c7fa42]
 
108
 
 
109
2009-11-15  Cole Robinson  <crobinso@redhat.com>
 
110
 
 
111
        * virtinst/NodeDeviceParser.py, virtinst/Storage.py,
 
112
        virtinst/VirtualGraphics.py, virtinst/__init__.py,
 
113
        virtinst/support.py, virtinst/util.py:
 
114
        Add a new module 'support' for checking if libvirt feature avail.
 
115
 
 
116
        Use this new module to implement all the support checks we are
 
117
        currently using in the code base (with the exception of osdict).
 
118
        [eca8d87c5501]
 
119
 
 
120
        * tests/storage-xml/pool-dir-vol.xml, tests/storage-xml/pool-dir-
 
121
        volclone.xml, tests/storage-xml/pool-dir-volinput.xml, tests
 
122
        /storage-xml/pool-disk-vol.xml, tests/storage-xml/pool-disk-
 
123
        volclone.xml, tests/storage-xml/pool-disk-volinput.xml, tests
 
124
        /storage-xml/pool-fs-vol.xml, tests/storage-xml/pool-fs-
 
125
        volclone.xml, tests/storage-xml/pool-fs-volinput.xml, tests/storage-
 
126
        xml/pool-logical-vol.xml, tests/storage-xml/pool-logical-
 
127
        volclone.xml, tests/storage-xml/pool-logical-volinput.xml, tests
 
128
        /storage-xml/pool-netfs-vol.xml, tests/storage-xml/pool-netfs-
 
129
        volclone.xml, tests/storage-xml/pool-netfs-volinput.xml,
 
130
        tests/storage.py, tests/testdriver.xml, virtinst/Storage.py:
 
131
        tests: Make sure storage test output doesn't use local UID
 
132
        [94b620fe7a77]
 
133
 
 
134
2009-11-11  Cole Robinson  <crobinso@redhat.com>
 
135
 
 
136
        * virt-clone, virt-convert, virt-image, virt-install:
 
137
        Add --version commands for CLI utils.
 
138
        [77a80a515b03]
 
139
 
 
140
        * setup.py, virtinst/__init__.py, virtinst/version.py:
 
141
        Add __version__ and __version_info__ values.
 
142
 
 
143
        The canonical 'version' value is stored in virtinst/version.py,
 
144
        which will need to be updated whenever cutting a new release.
 
145
        [6731c62f618d]
 
146
 
 
147
2009-10-28  Cole Robinson  <crobinso@redhat.com>
 
148
 
 
149
        * tests/storage-xml/pool-logical-manydev.xml, tests/storage-xml/pool-
 
150
        logical-target-srcname.xml, tests/storage-xml/pool-logical.xml,
 
151
        tests/storage.py, virtinst/Storage.py:
 
152
        Storage: Always set a logical pool source name
 
153
 
 
154
        Either set it via the pool name, or try to parse the target path for
 
155
        a VG name.
 
156
        [b5b11ab14a20]
 
157
 
 
158
2009-10-21  Cole Robinson  <crobinso@redhat.com>
 
159
 
 
160
        * tests/storage-xml/pool-logical-list0.xml, tests/storage-xml/pool-
 
161
        logical-list1.xml, tests/storage-xml/pool-netfs-list0.xml,
 
162
        tests/storage.py:
 
163
        tests: Add tests for FindPoolSources
 
164
        [0fd667b7c1de]
 
165
 
 
166
2009-10-22  Cole Robinson  <crobinso@redhat.com>
 
167
 
 
168
        * virtinst/Guest.py:
 
169
        Guest: Fix up harmless error message typo
 
170
        [43d1764b85c1]
 
171
 
 
172
2009-10-21  Cole Robinson  <crobinso@redhat.com>
 
173
 
 
174
        * virtinst/CloneManager.py:
 
175
        CloneManager: Fix error reporting to show the proper erroneous path.
 
176
        [26d7a3e52035]
 
177
 
 
178
        * virtinst/VirtualDisk.py:
 
179
        VirtualDisk: Fix LVM/Disk volume creation on QEMU
 
180
 
 
181
        Make sure that a vol_install actually supports the format parameter
 
182
        before we try and read it.
 
183
        [7df4e1b4e25e]
 
184
 
 
185
2009-10-20  Cole Robinson  <crobinso@redhat.com>
 
186
 
 
187
        * virtinst/Storage.py:
 
188
        Storage: Support listStoragePoolSources
 
189
 
 
190
        We add a static method to storage pool class that takes the required
 
191
        params (conn, pool type, extra source attributes) and returns a list
 
192
        of build pool objects that libvirt gives us.
 
193
        [08ea24699015]
 
194
 
 
195
        * virtinst/CapabilitiesParser.py, virtinst/NodeDeviceParser.py,
 
196
        virtinst/_util.py:
 
197
        Break out duplicate XML parsing routings from *Parser files.
 
198
        [2d85669256bc]
 
199
 
 
200
        * tests/storage-xml/pool-dir-vol.xml, tests/storage-xml/pool-dir-
 
201
        volclone.xml, tests/storage-xml/pool-dir-volinput.xml, tests
 
202
        /storage-xml/pool-dir.xml, tests/storage-xml/pool-disk-vol.xml,
 
203
        tests/storage-xml/pool-disk-volclone.xml, tests/storage-xml/pool-
 
204
        disk-volinput.xml, tests/storage-xml/pool-disk.xml, tests/storage-
 
205
        xml/pool-fs-vol.xml, tests/storage-xml/pool-fs-volclone.xml, tests
 
206
        /storage-xml/pool-fs-volinput.xml, tests/storage-xml/pool-fs.xml,
 
207
        tests/storage-xml/pool-iscsi.xml, tests/storage-xml/pool-logical-
 
208
        manydev.xml, tests/storage-xml/pool-logical-srcname.xml, tests
 
209
        /storage-xml/pool-logical-vol.xml, tests/storage-xml/pool-logical-
 
210
        volclone.xml, tests/storage-xml/pool-logical-volinput.xml, tests
 
211
        /storage-xml/pool-logical.xml, tests/storage-xml/pool-netfs-vol.xml,
 
212
        tests/storage-xml/pool-netfs-volclone.xml, tests/storage-xml/pool-
 
213
        netfs-volinput.xml, tests/storage-xml/pool-netfs.xml, tests/storage-
 
214
        xml/pool-scsi.xml, tests/storage.py:
 
215
        tests: Add XML comparison tests for storage objects
 
216
        [bdf02618e2fe]
 
217
 
 
218
        * virtinst/Storage.py:
 
219
        Storage: Add a newline after generated XML
 
220
 
 
221
        This helps XML comparison in the test driver, since editting an XML
 
222
        file with vim won't cause the tests to break (since vim seems to add
 
223
        some kind of silent trailing character).
 
224
        [f031a6465894]
 
225
 
 
226
        * virtinst/Storage.py:
 
227
        Storage: Fix setting pool UUID on init
 
228
        [ed36e208e4b4]
 
229
 
 
230
2009-10-19  Cole Robinson  <crobinso@redhat.com>
 
231
 
 
232
        * tests/nodedev.py, virtinst/NodeDeviceParser.py:
 
233
        NodeDevice: Don't error when parsing an unknown device.
 
234
        [a000f2456166]
 
235
 
 
236
        * virtinst/NodeDeviceParser.py:
 
237
        NodeDevice: Use a shared pretty_name where applicable
 
238
        [40903a86b5b7]
 
239
 
 
240
        * tests/storage.py, virtinst/Storage.py:
 
241
        storage: Allow creating SCSI pools.
 
242
        [1a2992600b2f]
 
243
 
 
244
        * tests/validation.py:
 
245
        More cleanup
 
246
        [23a3f03f3a96]
 
247
 
 
248
        * tests/storage.py, virtinst/Storage.py:
 
249
        storage: Allow setting logical pool source name
 
250
        [c2be2bedfaa0]
 
251
 
 
252
        * tests/validation.py:
 
253
        tests: Use custom testdriver pools/vols in validation.py
 
254
        [2ffa24ec9c10]
 
255
 
 
256
2009-10-16  Cole Robinson  <crobinso@redhat.com>
 
257
 
 
258
        * virtinst/Guest.py:
 
259
        Guest: Fix up XML generation to allow extra pieces without breaking
 
260
        tests.
 
261
        [60ad980b59b9]
 
262
 
 
263
        * tests/clone-xml/fullpool-in.xml, tests/clonetest.py,
 
264
        tests/testdriver.xml:
 
265
        tests: Add clone tests for full pools.
 
266
        [f631bcba9df1]
 
267
 
 
268
        * tests/nodedev.py, tests/pylint-virtinst.sh, virt-install,
 
269
        virtinst/OSDistro.py:
 
270
        Fix up some pylint issues.
 
271
        [3a903b9f2b80]
 
272
 
 
273
        * tests/clitest.py:
 
274
        clitest: Add readonly file checks
 
275
        [fc150e1c42e3]
 
276
 
 
277
        * tests/pylint-virtinst.sh:
 
278
        pylint: Make sure we don't add msgs that aren't supported
 
279
        [5f6f1621000e]
 
280
 
 
281
        * tests/clitest.py:
 
282
        Add some more cpuset cli tests.
 
283
        [c4f6be2fe37d]
 
284
 
 
285
2009-10-05  Cole Robinson  <crobinso@redhat.com>
 
286
 
 
287
        * virtinst/Guest.py:
 
288
        Allow setting an empty cpuset.
 
289
        [45c03200189c]
 
290
 
 
291
2009-10-14  Cole Robinson  <crobinso@redhat.com>
 
292
 
 
293
        * tests/nodedev.py, virtinst/NodeDeviceParser.py:
 
294
        NodeDevice: Add fc_host and vport_ops parsing.
 
295
        [45a607465742]
 
296
 
 
297
        * HACKING, README, setup.py, tests/coverage.py:
 
298
        Remove static coverage.py infavor of the system installed version.
 
299
        [84a9ae157978]
 
300
 
 
301
        * tests/nodedev-xml/nodexml/net1.xml, tests/nodedev-
 
302
        xml/nodexml/net2.xml, tests/nodedev-xml/nodexml/pci1.xml, tests
 
303
        /nodedev-xml/nodexml/pci2.xml, tests/nodedev-
 
304
        xml/nodexml/scsibus.xml, tests/nodedev-xml/nodexml/scsidev.xml,
 
305
        tests/nodedev-xml/nodexml/storage1.xml, tests/nodedev-
 
306
        xml/nodexml/storage2.xml, tests/nodedev-xml/nodexml/system.xml,
 
307
        tests/nodedev-xml/nodexml/usbbus.xml, tests/nodedev-
 
308
        xml/nodexml/usbdev1.xml, tests/nodedev-xml/nodexml/usbdev2.xml,
 
309
        tests/nodedev.py, tests/testdriver.xml:
 
310
        tests: Update libvirt test driver to read node device XML
 
311
 
 
312
        Allows us to ditch all the nodexml files we keep around.
 
313
        [29073b4c7a66]
 
314
 
 
315
        * virtinst/Installer.py:
 
316
        Fix error generating scratchdir for xen installs.
 
317
        [f199361a3dd9]
 
318
 
 
319
2009-10-13  Cole Robinson  <crobinso@redhat.com>
 
320
 
 
321
        * tests/clitest.py, virtinst/Guest.py:
 
322
        virt-install: Fix --cpuset
 
323
 
 
324
        A commit before 0.500.0 broke cpuset with commas, and the test suite
 
325
        wasn't checking it. Fix the error and add tests to prevent this in
 
326
        the future.
 
327
        [927ae9ed09f7]
 
328
 
 
329
2009-10-12  Cole Robinson  <crobinso@redhat.com>
 
330
 
 
331
        * virtinst/Installer.py:
 
332
        Installer: Break out 'what is my scratchdir' logic.
 
333
 
 
334
        This is really a static choice that doesn't have anything to do with
 
335
        the Installer.
 
336
        [b9a47bc1a561]
 
337
 
 
338
        * tests/__init__.py, tests/image-xml/image2guest/image-xenfv32.xml,
 
339
        tests/xmlconfig-xml/boot-fullyvirt-disk-block.xml, tests/xmlconfig-
 
340
        xml/boot-fullyvirt-disk-file.xml, tests/xmlconfig-xml/boot-
 
341
        fullyvirt-pxe-nodisks.xml, tests/xmlconfig-xml/boot-fullyvirt-
 
342
        pxe.xml, tests/xmlconfig-xml/boot-many-chars.xml, tests/xmlconfig-
 
343
        xml/boot-many-devices.xml, tests/xmlconfig-xml/boot-many-disks2.xml,
 
344
        tests/xmlconfig-xml/boot-many-hostdevs.xml, tests/xmlconfig-xml
 
345
        /boot-many-nics.xml, tests/xmlconfig-xml/boot-many-sounds.xml, tests
 
346
        /xmlconfig-xml/boot-windowsxp-kvm.xml, tests/xmlconfig-
 
347
        xml/install-f10.xml, tests/xmlconfig-xml/install-f11.xml, tests
 
348
        /xmlconfig-xml/install-fullyvirt-disk-block.xml, tests/xmlconfig-xml
 
349
        /install-fullyvirt-disk-file.xml, tests/xmlconfig-xml/install-
 
350
        fullyvirt-import.xml, tests/xmlconfig-xml/install-fullyvirt-
 
351
        livecd.xml, tests/xmlconfig-xml/install-fullyvirt-pxe-nodisks.xml,
 
352
        tests/xmlconfig-xml/install-fullyvirt-pxe.xml, tests/xmlconfig-xml
 
353
        /install-windowsxp-kvm.xml, tests/xmlconfig-xml/install-windowsxp-
 
354
        xennew.xml, tests/xmlconfig-xml/install-windowsxp-xenold.xml, tests
 
355
        /xmlconfig-xml/misc-qemu-driver-name.xml, tests/xmlconfig-xml/misc-
 
356
        qemu-driver-type.xml, tests/xmlconfig-xml/misc-qemu-iso-disk.xml,
 
357
        tests/xmlconfig-xml/misc-xml-escaping.xml:
 
358
        Use a real directory as HOME in the test suite.
 
359
        [7e0fade52d93]
 
360
 
 
361
        * virtinst/VirtualDisk.py:
 
362
        VirtualDisk: If changing path ACL fails, fall back to regular chmod
 
363
        +x
 
364
        [608f5e41b43f]
 
365
 
 
366
        * virtinst/Installer.py, virtinst/cli.py:
 
367
        Make .virtinst/* as globally searchable.
 
368
 
 
369
        Makes life easier for allowing emulator access to downloaded
 
370
        kernels.
 
371
        [560627931a71]
 
372
 
 
373
        * virtinst/VirtualDisk.py:
 
374
        VirtualDisk: Make sure requested user exists when checking disk
 
375
        access.
 
376
        [7a14186b241d]
 
377
 
 
378
2009-10-06  Cole Robinson  <crobinso@redhat.com>
 
379
 
 
380
        * tests/clitest.py:
 
381
        clitest: Make sure DISPLAY is set.
 
382
        [dfb9841a8a85]
 
383
 
 
384
2009-10-05  Cole Robinson  <crobinso@redhat.com>
 
385
 
 
386
        * po/es.po, po/it.po, po/pl.po:
 
387
        Updated translations.
 
388
        [419a9fbd63b3]
 
389
 
 
390
2009-09-28  Cole Robinson  <crobinso@redhat.com>
 
391
 
 
392
        * man/en/virt-install.pod.in, tests/clitest.py,
 
393
        virtinst/VirtualGraphics.py, virtinst/cli.py:
 
394
        virt-install: Add --keymap 'none' and 'local' values.
 
395
 
 
396
        Allows the user more control over the default behavior. Default is
 
397
        also changed to take the hypervisor and version into account (for
 
398
        example, newer qemu versions shouldn't have a keymap specified if
 
399
        using gtk-vnc).
 
400
        [30700fede5b6]
 
401
 
 
402
        * virtconv/parsers/ovf.py, virtinst/Storage.py:
 
403
        Fix some harmless pylint.
 
404
        [bf29bec11708]
 
405
 
 
406
        * virt-install:
 
407
        virt-install: clean up --disk vs. --file parsing.
 
408
 
 
409
        Make it easier to extend in the future without breaking back compat.
 
410
        [f5071587f1e8]
 
411
 
 
412
2009-09-23  Cole Robinson  <crobinso@redhat.com>
 
413
 
 
414
        * virtinst/VirtualDisk.py:
 
415
        VirtualDisk: Teach perms changing functions about a target
 
416
        directory.
 
417
        [a523260ac56e]
 
418
 
 
419
        * virtinst/VirtualDisk.py:
 
420
        VirtualDisk: Add methods for checking/changing path perms for
 
421
        username.
 
422
 
 
423
        Since libvirtd can now run qemu processes as non-root, the tools
 
424
        need to try to check directory permissions and make sure they are at
 
425
        least searchable by a specific username. This simply implements the
 
426
        functions to make that happen.
 
427
        [53cd275974ab]
 
428
 
 
429
2009-09-21  Cole Robinson  <crobinso@redhat.com>
 
430
 
 
431
        * tests/testdriver.xml, tests/xmlconfig-xml/misc-qemu-iso-disk.xml,
 
432
        tests/xmlconfig.py, virtinst/VirtualDisk.py:
 
433
        VirtualDisk: Don't use 'iso' as a qemu driver name (bz 524109)
 
434
        [aff98f015293]
 
435
 
 
436
        * tests/pylint-virtinst.sh:
 
437
        Ignore a new pylint check.
 
438
        [143b09da8bcc]
 
439
 
 
440
2009-09-16  Cole Robinson  <crobinso@redhat.com>
 
441
 
 
442
        * virtinst/User.py, virtinst/__init__.py, virtinst/_util.py,
 
443
        virtinst/cli.py, virtinst/util.py:
 
444
        Use virtual networking (not user) if we are non-root on
 
445
        qemu:///system.
 
446
 
 
447
        Since virt-install can use policykit now, we can be non-root and
 
448
        still use qemu:///system.
 
449
        [761714f08589]
 
450
 
 
451
        * tests/pylint-virtinst.sh:
 
452
        Ignore 'maximum recursion' warnings from pylint.
 
453
        [be36b376adad]
 
454
 
 
455
        * virtinst/osdict.py:
 
456
        osdict: Add 'Fedora 12' entry
 
457
        [d8f88998215a]
 
458
 
 
459
        * man/en/virt-install.1, man/en/virt-install.pod.in, tests/clitest.py,
 
460
        virt-install, virtinst/VirtualDisk.py:
 
461
        virt-install: Add 'format' option to --disk
 
462
 
 
463
        Allows specifying storage volume format (raw, qcow2, etc.).
 
464
        [6a398359952b]
 
465
 
 
466
2009-09-13  Cole Robinson  <crobinso@redhat.com>
 
467
 
 
468
        * tests/xmlconfig-xml/install-f11.xml, tests/xmlconfig.py,
 
469
        virtinst/FullVirtGuest.py:
 
470
        Don't use virtio for cdrom/floppy devices (bz 517151)
 
471
 
 
472
        Also add a test case to prevent against this issue in the future.
 
473
        [252ff7bc5ff9]
 
474
 
 
475
        * tests/clitest.py, virtinst/VirtualDisk.py:
 
476
        Don't erroneously limit the amount of virtio disks (bz 499654)
 
477
 
 
478
        Just let qemu error if we add too many.
 
479
        [726dc6953396]
 
480
 
 
481
2009-08-05  Alban Browaeys  <prahal@yahoo.com>
 
482
 
 
483
        * AUTHORS, tests/xmlconfig-xml/boot-many-devices.xml,
 
484
        virtinst/VirtualDisk.py:
 
485
        Set proper driver type from storage volume xml.
 
486
 
 
487
        Fixes possible traceback if creating a qemu VM from a storage
 
488
        volume.
 
489
        [0d3cdc5ff5d0]
 
490
 
 
491
2009-08-05  Cole Robinson  <crobinso@redhat.com>
 
492
 
 
493
        * tests/testdriver.xml, tests/xmlconfig-xml/boot-many-devices.xml,
 
494
        tests/xmlconfig.py, virtinst/VirtualDisk.py:
 
495
        Add virtual disk XML tests for pulling driver type/name from volume.
 
496
        [07d296ecfbeb]
 
497
 
1
498
2009-07-28  Cole Robinson  <crobinso@redhat.com>
2
499
 
 
500
        * .hgtags:
 
501
        Added tag virtinst-0_500_0 for changeset 273dbcbdd051
 
502
        [2ca5493b648a]
 
503
 
 
504
        * python-virtinst.spec.in:
 
505
        Update spec changelog.
 
506
        [273dbcbdd051] [virtinst-0_500_0]
 
507
 
 
508
        * ChangeLog, NEWS, man/en/virt-install.1, setup.py:
 
509
        Bump version number, update NEWS and CHANGELOG.
 
510
        [33c4cc47e503]
 
511
 
3
512
        * tests/urltest.py:
4
513
        Update url test suite with newer fedora links.
5
 
        [fca47128bbd8] [tip]
 
514
        [fca47128bbd8]
6
515
 
7
516
        * virtinst/osdict.py:
8
517
        osdict: Add Fedora 12.
504
1013
        Fix diskcfg typo in kvm-img commit.
505
1014
        [dbae1daaaded]
506
1015
 
507
 
2009-06-12  Guido  <Guido Gunther>
 
1016
2009-06-12  Guido Gunther  <Guido Gunther>
508
1017
 
509
1018
        * virtinst/osdict.py:
510
1019
        use QEMU's USB Tablet with Squeeze guests evdev picks this up as