• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision8be3691a9adcf8e75b77dffedd76837504e54c46 (tree)
Time2009-07-30 06:35:28
AuthorAnthony Liguori <aliguori@us.i...>
CommiterAnthony Liguori

Log Message

Update Changelog and VERSION for 0.11.0-rc1 release

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Change Summary

Incremental Difference

--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,92 @@
1+version 0.11.0-rc1
2+ - add machine aliasing support (Mark McLoughlin)
3+ - add getfd/closefd monitor commands (Mark McLoughlin)
4+ - use correct headers for tap-win32 (Filip Navara)
5+ - fix live migration (Glauber Costa)
6+ - slirp: use monotonic clock if available (Ed Swierk)
7+ - clear msix_entries_nr on error (Michael Tsirkin)
8+ - HPET: fix reg writes (Beth Kon)
9+ - slirp: fix guestfwd for incoming data (Jan Kiszka)
10+ - fix build of qemu-thread.c on win32 (Sebastian Herbszt)
11+ - improve signrom.sh portability (Christoph Egger)
12+ - fix qemu-img convert to copy unallocated parts of the image
13+ (Akkarit Sangpetch)
14+ - vmdk: fix backing file handling (Kevin Wolf)
15+ - scsi: add save/restore support (Nolan Leake)
16+ - fix live migration for SCSI (Nolan Leake)
17+ - various sparc build fixes (Blue Swirl)
18+ - fix OpenBSD build (Blue Swirl)
19+ - only allow -cpu host when using KVM (Anthony Liguori)
20+ - fix build breakage when !KVM (Anthony Liguori)
21+
22+version 0.10.6:
23+ - e1000: ignore reset command (Kevin Wolf)
24+ - fix VNC memory allocation (Stefan Weil)
25+ - fix raw_pread_aligned return value (Christoph Hellwig)
26+ - allow monitor interaction when using -incoming exec: (Chris Lalancette)
27+ - fix -net socket,listen (Jan Kiszka)
28+ - live migration: don't send gratuitous packets all at once (Gleb Natapov)
29+ - serial: fix lost characters after sysrq (Jason Wessel)
30+ - Fix prototype of zfree (Stefan Weil)
31+ - Handle EINTR with exec: migration (Uri Lublin)
32+ - Delete io-handler before closing fd after migration (Uri Lublin)
33+ - Fix qemu_aio_flush (Andrea Arcangeli)
34+ - lsi53c895a: Implement additional registers (Sebastian Herbszt)
35+ - virtio-blk: fix warning (Gerd Hoffman)
36+ - i386: fix cpu reset (Nitin Kamble)
37+ - kvm: fix irq injection into full queue (Jan Kiszka)
38+ - Prevent CD-ROM eject while device is locked (Mark McLoughlin)
39+ - Fix screen dump with blank screen (Eduardo Habkost)
40+ - Fix memory leak with cpu_unregister_map_client (Isaku Yamahata)
41+ - Fix memory leak in SDL (Jan Kiszka)
42+ - Fix build on OS X 10.4 (John Arbuckle)
43+ - Fix leak of vlan clients after hot remove (Mark McLoughlin)
44+ - Fix migration after hot remove with eepro100 (Mark McLoughlin)
45+ - Don't start a VM after failed migration if stopped (Anthony Liguori)
46+ - Fix live migration under heavy IO load (Glauber Costa)
47+ - Honor -S on incoming migration (Paolo Bonzini)
48+ - Reset HPET config register on reset (Beth Kon)
49+ - Reset PS2 keyboard/mouse on reset (Dinesh Subraveti)
50+
51+version 0.10.5:
52+ - kvm: trim unsupported cpu features from cpuid (Avi Kivity)
53+ - kvm: provide a better error message for -smp > 1 (Mark McLoughlin)
54+ - Remove initrd printfs (Richard Jones)
55+ - Initial variables found by valgrind (Jean-Christophe Dubois)
56+ - Fix -initrd with > 4GB guests (Glauber Costa)
57+ - Fix busy loop on live migration for certain platforms (Uri Lublin)
58+ - Remove GCC 3.x requirements from docs (Hollis Blanchard)
59+ - ETRAX: fixes for kernel command line, ethernet address, bmi (Edgar Iglesias)
60+ - CRIS: Fix bmi (Edgar Iglesias)
61+ - Fix bounce buffer errors (Avi Kivity)
62+ - Fix regression in -kernel (Anthony Liguori)
63+
64+version 0.10.4:
65+ - Improve block range checks to remove integer overflow (Kevin Wolf)
66+ - e1000: do not re-init PCI config space 0 (Amit Shah)
67+ - fix AIO deletion race (Alex Graf)
68+ - reset option roms on reboot (Glauber Costa)
69+ - fix qcow2 corruption in cluster freeing (Gleb Natapov)
70+ - Enable power button event generation (Gleb Natapov)
71+
72+version 0.10.3:
73+ - fix AIO cancellations (Avi Kivity)
74+ - fix live migration error path on incoming
75+ - avoid SEGV on pci hotplug failure (Chris Wright)
76+ - fix serial option in -drive
77+ - support DDIM for option roms (Glauber Costa)
78+ - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka)
79+ - block-vpc: don't silently create smaller images than requested (Kevin Wolf)
80+ - Fix non-ACPI timer interrupt routing (Beth Kon)
81+ - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka)
82+ - kvm: fix cpuid initialization (Jan Kiszka)
83+ - qcow2: fix corruption on little endian hosts (Kevin Wolf)
84+ - avoid leaing memory on hot unplug (Mark McLoughlin)
85+ - fix savevm/migration after hot unplug (Mark McLoughlin)
86+ - Fix keyboard mapping on newer Xords with non-default keymaps (balrog)
87+ - Make PCI config status register read-only (Anthony Liguori)
88+ - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)
89+
190 version 0.10.2:
291
392 - fix savevm/loadvm (Anthony Liguori)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
1-0.10.90
1+0.10.91