Revision | a68fc29ceb7ed18baffbe9cb47c4ab7f80131593 (tree) |
---|---|
Time | 2009-12-12 23:29:25 |
Author | Anthony Liguori <aliguori@us.i...> |
Commiter | Anthony Liguori |
Update Changelog and VERSION for 0.12.0-rc2
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
@@ -1,3 +1,39 @@ | ||
1 | +version 0.12.0-rc2: | |
2 | + | |
3 | + - v2: properly save kvm system time msr registers (Glauber Costa) | |
4 | + - convert more monitor commands to qmp (Luiz Capitulino) | |
5 | + - vnc: fix capslock tracking logic. (Gerd Hoffmann) | |
6 | + - QemuOpts: allow larger option values. (Gerd Hoffmann) | |
7 | + - scsi: fix drive hotplug. (Gerd Hoffmann) | |
8 | + - pci: don't hw_error() when no slot is available. (Gerd Hoffmann) | |
9 | + - pci: don't abort() when trying to hotplug with acpi off. (Gerd Hoffmann) | |
10 | + - allow default devices to be implemented in config file (Gerd Hoffman) | |
11 | + - vc: colorize chardev title line with blue background. (Gerd Hoffmann) | |
12 | + - chardev: make chardevs specified in config file work. (Gerd Hoffmann) | |
13 | + - qdev: also match bus name for global properties (Gerd Hoffmann) | |
14 | + - qdev: add command line option to set global defaults for properties. (Gerd Hoffmann) | |
15 | + - kvm: x86: Save/restore exception_index (Jan Kiszka) | |
16 | + - qdev: Replace device names containing whitespace (Markus Armbruster) | |
17 | + - fix rtc-td-hack on host without high-res timers (Gleb Natapov) | |
18 | + - virtio: verify features on load (Michael S. Tsirkin) | |
19 | + - vmware_vga: add rom file so that it boots. (Dave Airlie) | |
20 | + - Do not abort on qemu_malloc(0) in production builds (Anthony Liguori) | |
21 | + - Fix ARM userspace strex implementation. (Paul Brook) | |
22 | + - qemu: delete rule target on error (Michael S. Tsirkin) | |
23 | + - QMP: add human-readable description to error response (Markus Armbruster) | |
24 | + - convert more monitor commands to QError (Markus Armbruster) | |
25 | + - monitor: Fix double-prompt after "change vnc passwd BLA" (Markus Armbruster) | |
26 | + - monitor: do_cont(): Don't ask for passwords (Luiz Capitulino) | |
27 | + - monitor: Introduce 'block_passwd' command (Luiz Capitulino) | |
28 | + - pci: interrupt disable bit support (Michael S. Tsirkin) | |
29 | + - pci: interrupt status bit implementation (Michael S. Tsirkin) | |
30 | + - pci: prepare irq code for interrupt state (Michael S. Tsirkin) | |
31 | + - msix: function mask support (Michael S. Tsirkin) | |
32 | + - msix: macro rename for function mask support (Michael S. Tsirkin) | |
33 | + - cpuid: Fix multicore setup on Intel (Andre Przywara) | |
34 | + - kvm: x86: Fix initial kvm_has_msr_star (Jan Kiszka) | |
35 | + - Update OpenBIOS images to r640 (Aurelien Jarno) | |
36 | + | |
1 | 37 | version 0.10.2: |
2 | 38 | |
3 | 39 | - fix savevm/loadvm (Anthony Liguori) |
@@ -1 +1 @@ | ||
1 | -0.11.91 | |
1 | +0.11.92 |