Revision | 9e3a7df77c6c456ff58ab9931cb86e3d5983404d (tree) |
---|---|
Time | 2009-05-21 05:42:42 |
Author | Anthony Liguori <aliguori@us.i...> |
Commiter | Anthony Liguori |
Update for 0.10.5 release
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
@@ -1,3 +1,16 @@ | ||
1 | +version 0.10.5: | |
2 | + - kvm: trim unsupported cpu features from cpuid (Avi Kivity) | |
3 | + - kvm: provide a better error message for -smp > 1 (Mark McLoughlin) | |
4 | + - Remove initrd printfs (Richard Jones) | |
5 | + - Initial variables found by valgrind (Jean-Christophe Dubois) | |
6 | + - Fix -initrd with > 4GB guests (Glauber Costa) | |
7 | + - Fix busy loop on live migration for certain platforms (Uri Lublin) | |
8 | + - Remove GCC 3.x requirements from docs (Hollis Blanchard) | |
9 | + - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias) | |
10 | + - CRIS: Fix bmi (Edgar Iglesias) | |
11 | + - Fix bounce buffer errors (Avi Kivity) | |
12 | + - Fix regression in -kernel (Anthony Liguori) | |
13 | + | |
1 | 14 | version 0.10.4: |
2 | 15 | - Improve block range checks to remove integer overflow (Kevin Wolf) |
3 | 16 | - e1000: do not re-init PCI config space 0 (Amit Shah) |
@@ -1 +1 @@ | ||
1 | -0.10.4 | |
1 | +0.10.5 |