|
| 1 | +2007-08-29 "Daniel P. Berrange <berrange@redhat.com> |
| 2 | + |
| 3 | + * NEWS, README, python-virtinst.spec.in, setup.py: |
| 4 | + Prep for release 0.300.0 |
| 5 | + [52429e371a1e] [tip] |
| 6 | + |
| 7 | + * merge heads |
| 8 | + [7fe6f95d3f0e] |
| 9 | + |
| 10 | +2007-08-28 "Daniel P. Berrange <berrange@redhat.com> |
| 11 | + |
| 12 | + * virtinst/Guest.py: |
| 13 | + Fixed bug 260981 with empty cdrom source path |
| 14 | + [3ea0c5d79b6a] |
| 15 | + |
| 16 | +2007-08-27 David Lutterkort <dlutter@redhat.com> |
| 17 | + |
| 18 | + * man/en/virt-image-xml.pod, man/en/virt-image.1, man/en/virt-image.5, |
| 19 | + man/en/virt-image.pod: |
| 20 | + Fix typos (patch by Atsushi SAKAI sakaia at jp dot fujitsu dot com |
| 21 | + [6905717ca5a3] |
| 22 | + |
| 23 | +2007-08-24 David Lutterkort <dlutter@redhat.com> |
| 24 | + |
| 25 | + * MANIFEST.in, python-virtinst.spec.in, setup.py: |
| 26 | + Include virt-image and related files in distribution |
| 27 | + [c14c186fadd3] |
| 28 | + |
| 29 | + * man/en/Makefile, man/en/virt-image.5: |
| 30 | + Put virt-image(5) into the right section |
| 31 | + [bfb10b7d7e74] |
| 32 | + |
| 33 | + * man/en/Makefile: |
| 34 | + Makefile to recreate amn pages from pod |
| 35 | + [aac773a54c1e] |
| 36 | + |
| 37 | + * man/en/virt-image-xml.pod, man/en/virt-image.1, man/en/virt-image.5, |
| 38 | + man/en/virt-image.pod: |
| 39 | + Man pages for virt-image tool and XML format |
| 40 | + [f0033422f18c] |
| 41 | + |
| 42 | + * doc/example1.xml, doc/image.rng: |
| 43 | + Relax-NG for image XML and a simple example |
| 44 | + [c520b0a3ce5b] |
| 45 | + |
| 46 | + * virt-image: |
| 47 | + Make the image.xml an argument, not a mandatory option |
| 48 | + [163c319ba5c5] |
| 49 | + |
| 50 | +2007-08-21 "Daniel P. Berrange <berrange@redhat.com> |
| 51 | + |
| 52 | + * virtinst/DistroManager.py: |
| 53 | + Fixed XML generated for kernel/initrd installs of KVM |
| 54 | + [b33e850305be] |
| 55 | + |
| 56 | + * python-virtinst.spec.in, virt-install: |
| 57 | + Use virt-viewer & virsh console instead of vncviewer & xm console |
| 58 | + [7220fc5059e4] |
| 59 | + |
| 60 | +2007-08-16 "Daniel P. Berrange <berrange@redhat.com> |
| 61 | + |
| 62 | + * virtinst/CloneManager.py: |
| 63 | + Added checks for duplicate disks (Shigeki Sakamoto.) |
| 64 | + [c97e58a859b1] |
| 65 | + |
| 66 | +2007-08-15 "Daniel P. Berrange <berrange@redhat.com> |
| 67 | + |
| 68 | + * man/en/virt-install.1, man/en/virt-install.pod: |
| 69 | + Fixed a number of typos in manual page (Atsushi SAKAI) |
| 70 | + [baab5cd7705e] |
| 71 | + |
| 72 | +2007-08-10 "Daniel P. Berrange <berrange@redhat.com> |
| 73 | + |
| 74 | + * tests/boot-fullyvirt-disk-block.xml, tests/boot-fullyvirt-disk- |
| 75 | + file.xml, tests/boot-paravirt-disk-block.xml, tests/boot-paravirt- |
| 76 | + disk-drv-file.xml, tests/boot-paravirt-disk-drv-phy.xml, tests/boot- |
| 77 | + paravirt-disk-drv-tap-qcow.xml, tests/boot-paravirt-disk-drv- |
| 78 | + tap.xml, tests/boot-paravirt-disk-file.xml, tests/boot-paravirt- |
| 79 | + many-disks.xml, tests/install-fullyvirt-disk-block.xml, tests |
| 80 | + /install-fullyvirt-disk-file.xml, tests/install-paravirt-disk- |
| 81 | + block.xml, tests/install-paravirt-disk-drv-file.xml, tests/install- |
| 82 | + paravirt-disk-drv-phy.xml, tests/install-paravirt-disk-drv-tap- |
| 83 | + qcow.xml, tests/install-paravirt-disk-drv-tap.xml, tests/install- |
| 84 | + paravirt-disk-file.xml, tests/install-paravirt-many-disks.xml, |
| 85 | + virtinst/FullVirtGuest.py, virtinst/Guest.py, |
| 86 | + virtinst/ParaVirtGuest.py: |
| 87 | + Configure a USB tablet for fullyvirt guests |
| 88 | + [a641904a933e] |
| 89 | + |
| 90 | + * autobuild.sh: |
| 91 | + Abort build on test failures |
| 92 | + [dc3676ce9eb0] |
| 93 | + |
| 94 | + * tests/boot-fullyvirt-disk-block.xml, tests/boot-fullyvirt-disk- |
| 95 | + file.xml, tests/install-fullyvirt-disk-block.xml, tests/install- |
| 96 | + fullyvirt-disk-file.xml, virtinst/FullVirtGuest.py: |
| 97 | + Sorted features alphabetically in XML. Keep disks in device node |
| 98 | + order |
| 99 | + [093eb8d83108] |
| 100 | + |
| 101 | + * tests/xmlconfig.py: |
| 102 | + Fixed up for change in os type API |
| 103 | + [9fdcdd35a9b2] |
| 104 | + |
| 105 | + * tests/image.xml: |
| 106 | + Fixed up XML for recent changes to disk mapping format |
| 107 | + [6380fdd9b0e4] |
| 108 | + |
| 109 | + * tests/capabilities.py: |
| 110 | + Fixed up test for changes in capabilities API |
| 111 | + [2833dc3c35b9] |
| 112 | + |
| 113 | +2007-07-31 David Lutterkort <dlutter@redhat.com> |
| 114 | + |
| 115 | + * virtinst/ImageParser.py: |
| 116 | + Set some defaults to avoid blowups with degenrate image descriptors |
| 117 | + [36b32b6d8fa2] |
| 118 | + |
| 119 | + * virt-image: |
| 120 | + Don't catch an exception raised by main - that leads to complaints |
| 121 | + when using --help in Python 2.4 |
| 122 | + [d28efcfac6aa] |
| 123 | + |
| 124 | + * virt-image: |
| 125 | + Remove phony --installer option |
| 126 | + [dfef12e146c5] |
| 127 | + |
| 128 | +2007-07-31 "Hugh O. Brock <hbrock@redhat.com> |
| 129 | + |
| 130 | + * tests/image.py, tests/image.xml, virtinst/ImageManager.py, |
| 131 | + virtinst/ImageParser.py: |
| 132 | + And the other files I neglected to add... |
| 133 | + [31f5c8b8990e] |
| 134 | + |
| 135 | + * virt-image: |
| 136 | + Forgot to add the new file, doh... |
| 137 | + [5e4a87d3eff5] |
| 138 | + |
| 139 | + * virtinst/CapabilitiesParser.py, virtinst/FullVirtGuest.py, |
| 140 | + virtinst/Guest.py, virtinst/ParaVirtGuest.py, virtinst/__init__.py: |
| 141 | + First go-round for virt-image capability, which lets you install a |
| 142 | + VM as a self-contained image. http://people.redhat.com/dlutter/virt- |
| 143 | + image/ documents usage, until man pages arrive. Thanks to David |
| 144 | + Lutterkort <dlutter-at-redhat-dot-com> |
| 145 | + [83d4113b2c43] |
| 146 | + |
| 147 | +2007-07-30 "Hugh O. Brock <hbrock@redhat.com> |
| 148 | + |
| 149 | + * virt-install: |
| 150 | + Warn if creating the guest would overwrite an existing storage file |
| 151 | + [4d1113860fab] |
| 152 | + |
| 153 | +2007-07-21 "Hugh O. Brock <hbrock@redhat.com> |
| 154 | + |
| 155 | + * virtinst/Guest.py: |
| 156 | + One more spot for extra_args, whoops. |
| 157 | + [645217bda13b] |
| 158 | + |
| 159 | +2007-07-20 "Hugh O. Brock <hbrock@redhat.com> |
| 160 | + |
| 161 | + * virtinst/Guest.py: |
| 162 | + Revert well intentioned property method cleanup by markmc to avoid |
| 163 | + breaking legacy koan code. |
| 164 | + [ae644a861029] |
| 165 | + |
1 | 166 | 2007-07-18 "Daniel P. Berrange <berrange@redhat.com> |
2 | 167 |
|
| 168 | + * .hgtags: |
| 169 | + Added tag virtinst-0_200_0 for changeset 3b135bf61760 |
| 170 | + [90eae7c33d0d] |
| 171 | + |
| 172 | + * ChangeLog, NEWS, python-virtinst.spec.in, setup.py: |
| 173 | + Update for 0.200.0 release |
| 174 | + [3b135bf61760] [virtinst-0_200_0] |
| 175 | + |
3 | 176 | * setup.py: |
4 | 177 | Fixed typo in __init__.py name |
5 | | - [342281abfd7a] [tip] |
| 178 | + [342281abfd7a] |
6 | 179 |
|
7 | 180 | * setup.py: |
8 | 181 | Exit with non-zero status for test failures |
|
318 | 491 | * Merge heads |
319 | 492 | [7fd35e3303c6] |
320 | 493 |
|
| 494 | + * virt-clone, virtinst/CloneManager.py: |
| 495 | + Added support for sparse file cloning |
| 496 | + [08500047b222] |
| 497 | + |
| 498 | + * python-virtinst.spec.in, setup.py: |
| 499 | + Move virt-install & virt-clone to /usr/bin instead of sbin since |
| 500 | + QEMU driver can be used as non-root |
| 501 | + [409e69a6a428] |
| 502 | + |
321 | 503 | 2007-05-24 "Hugh O. Brock <hbrock@redhat.com> |
322 | 504 |
|
323 | 505 | * tests/boot-fullyvirt-disk-block.xml, tests/boot-fullyvirt-disk- |
|
329 | 511 | keymap validation should allow hyphens as well as underscores |
330 | 512 | [308a1de5ee61] |
331 | 513 |
|
332 | | -2007-05-25 "Daniel P. Berrange <berrange@redhat.com> |
333 | | - |
334 | | - * virt-clone, virtinst/CloneManager.py: |
335 | | - Added support for sparse file cloning |
336 | | - [08500047b222] |
337 | | - |
338 | | - * python-virtinst.spec.in, setup.py: |
339 | | - Move virt-install & virt-clone to /usr/bin instead of sbin since |
340 | | - QEMU driver can be used as non-root |
341 | | - [409e69a6a428] |
342 | | - |
343 | 514 | 2007-05-24 "Daniel P. Berrange <berrange@redhat.com> |
344 | 515 |
|
345 | 516 | * Merge heads |
|
672 | 843 | * Merge heads |
673 | 844 | [27692467016b] |
674 | 845 |
|
| 846 | + * ChangeLog, NEWS, README, setup.py: |
| 847 | + Update for 0.103.0 release |
| 848 | + [f67a3a87b022] |
| 849 | + |
| 850 | + * virt-install, virtinst/FullVirtGuest.py: |
| 851 | + Change OS distro/variant type so that command line can give a short |
| 852 | + version instead of long label. Include OS distro key for image |
| 853 | + fetcher support |
| 854 | + [33d3330b538f] |
| 855 | + |
| 856 | + * virtinst/DistroManager.py: |
| 857 | + Change way Red Hat distro detection works to avoid GPG key name |
| 858 | + randomness |
| 859 | + [8dbe844c683c] |
| 860 | + |
675 | 861 | 2007-04-13 "Daniel P. Berrange <berrange@redhat.com> |
676 | 862 |
|
677 | 863 | * tests/boot-fullyvirt-disk-block.xml, tests/boot-fullyvirt-disk- |
|
689 | 875 | Fixed test suite UUID |
690 | 876 | [c5d674528d03] |
691 | 877 |
|
692 | | -2007-04-15 "Daniel P. Berrange <berrange@redhat.com> |
693 | | - |
694 | | - * ChangeLog, NEWS, README, setup.py: |
695 | | - Update for 0.103.0 release |
696 | | - [f67a3a87b022] |
697 | | - |
698 | | - * virt-install, virtinst/FullVirtGuest.py: |
699 | | - Change OS distro/variant type so that command line can give a short |
700 | | - version instead of long label. Include OS distro key for image |
701 | | - fetcher support |
702 | | - [33d3330b538f] |
703 | | - |
704 | | - * virtinst/DistroManager.py: |
705 | | - Change way Red Hat distro detection works to avoid GPG key name |
706 | | - randomness |
707 | | - [8dbe844c683c] |
708 | | - |
709 | 878 | 2007-04-12 "Daniel P. Berrange <berrange@redhat.com> |
710 | 879 |
|
711 | 880 | * virt-install: |
|
1130 | 1299 | Merge heads |
1131 | 1300 | [a55969f95cb6] |
1132 | 1301 |
|
1133 | | -2007-02-27 "Hugh O. Brock <hbrock@redhat.com> |
1134 | | - |
1135 | | - * AUTHORS, virtinst/Guest.py: |
1136 | | - Validate mac address if it is provided. Patch from Saori Fukuta |
1137 | | - <fukuta-dot-saori-at-jp-dot-fujitsu-dot-com> |
1138 | | - [57dbbb69dea0] |
1139 | | - |
1140 | 1302 | 2007-02-23 "Daniel P. Berrange <berrange@redhat.com> |
1141 | 1303 |
|
1142 | 1304 | * AUTHORS, virtinst/Guest.py: |
|
1147 | 1309 | Tweak error message at suggestion from Saori Fukuta |
1148 | 1310 | [fe6b999dd8c8] |
1149 | 1311 |
|
| 1312 | +2007-02-27 "Hugh O. Brock <hbrock@redhat.com> |
| 1313 | + |
| 1314 | + * AUTHORS, virtinst/Guest.py: |
| 1315 | + Validate mac address if it is provided. Patch from Saori Fukuta |
| 1316 | + <fukuta-dot-saori-at-jp-dot-fujitsu-dot-com> |
| 1317 | + [57dbbb69dea0] |
| 1318 | + |
1150 | 1319 | 2007-02-21 "Daniel P. Berrange <berrange@redhat.com> |
1151 | 1320 |
|
1152 | 1321 | * AUTHORS, virtinst/Guest.py: |
|
1245 | 1414 | Enable code coverage for unit tests |
1246 | 1415 | [882e19f29564] |
1247 | 1416 |
|
1248 | | -2007-02-13 "Hugh O. Brock <hbrock@redhat.com> |
1249 | | - |
1250 | | - * virt-install, virtinst/FullVirtGuest.py: |
1251 | | - Add an OS dictionary for full-virt guests so callers can specify an |
1252 | | - os-type and os-variant, which will in turn correctly set apic and |
1253 | | - acpi for the guest. Also allow callers to set --noapic and --noacpi |
1254 | | - directly |
1255 | | - [23382c1d1495] |
1256 | | - |
1257 | 1417 | 2007-02-01 "Daniel P. Berrange <berrange@redhat.com> |
1258 | 1418 |
|
1259 | 1419 | * tests/boot-fullyvirt-disk-block.xml, tests/boot-fullyvirt-disk- |
|
1271 | 1431 | Added support for setting maximum memory for boot |
1272 | 1432 | [c0fb121cdf62] |
1273 | 1433 |
|
| 1434 | +2007-02-13 "Hugh O. Brock <hbrock@redhat.com> |
| 1435 | + |
| 1436 | + * virt-install, virtinst/FullVirtGuest.py: |
| 1437 | + Add an OS dictionary for full-virt guests so callers can specify an |
| 1438 | + os-type and os-variant, which will in turn correctly set apic and |
| 1439 | + acpi for the guest. Also allow callers to set --noapic and --noacpi |
| 1440 | + directly |
| 1441 | + [23382c1d1495] |
| 1442 | + |
1274 | 1443 | 2007-01-29 "Daniel P. Berrange <berrange@redhat.com> |
1275 | 1444 |
|
1276 | 1445 | * .hgignore, MANIFEST.in, autobuild.sh, python-virtinst.spec.in: |
|
0 commit comments