• 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

Revisionb04c3db504f35b57a2ce519313f3d49fcecf6cb3 (tree)
Time2010-05-04 23:17:19
AuthorAnthony Liguori <aliguori@us.i...>
CommiterAnthony Liguori

Log Message

Update for 0.12.4 release

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

Change Summary

Incremental Difference

--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,53 @@
1+version 0.12.4
2+ - Workaround for broken OSS_GETVERSION on FreeBSD, part two (Juergen Lock)
3+ - oss: fix fragment setting (malc)
4+ - oss: issue OSS_GETVERSION ioctl only when needed (malc)
5+ - oss: refactor code around policy setting (malc)
6+ - oss: workaround for cases when OSS_GETVERSION is not defined (malc)
7+ - block: Free iovec arrays allocated by multiwrite_merge() (Stefan Hajnoczi)
8+ - lsi: fix segfault in lsi_command_complete (Gerd Hoffmann)
9+ - lsi: pass lsi_request to lsi_reselect (Gerd Hoffmann)
10+ - lsi: move dma_len+dma_buf into lsi_request (Gerd Hoffmann)
11+ - lsi: move current_dev into lsi_request (Gerd Hoffmann)
12+ - lsi: have lsi_request for the whole life time of the request. (Gerd Hoffmann)
13+ - lsi: use QTAILQ for lsi_queue (Gerd Hoffmann)
14+ - tcp/mips: Change TCG_AREG0 (fp -> s0) (Stefan Weil)
15+ - sh_pci: fix memory and I/O access (Aurelien Jarno)
16+ - Fix incoming migration with iothread (Marcelo Tosatti)
17+ - Fix SIGFPE for vnc display of width/height = 1 (Chris Webb)
18+ - net: remove broken net_set_boot_mask() boot device validation (Eduardo Habkost)
19+ - qcow2: Remove request from in-flight list after error (Kevin Wolf)
20+ - qcow2: Don't ignore immediate read/write failures (Kevin Wolf)
21+ - block: Fix multiwrite memory leak in error case (Kevin Wolf)
22+ - block: Fix error code in multiwrite for immediate failures (Kevin Wolf)
23+ - block: Fix multiwrite error handling (Kevin Wolf)
24+ - scsi-disk: fix buffer overflow (Gerd Hoffmann)
25+ - qcow2: Rewrite alloc_refcount_block/grow_refcount_table (Kevin Wolf)
26+ - qcow2: Factor next_refcount_table_size out (Kevin Wolf)
27+ - block: avoid creating too large iovecs in multiwrite_merge (Christoph Hellwig)
28+ - json-parser: Fix segfault on malformed input (Kevin Wolf)
29+ - linux-user: switch default ppc64 CPU to 970fx from 970 (Aurelien Jarno)
30+ - target-sh4: MMU: fix store queue addresses (Aurelien Jarno)
31+ - target-sh4: MMU: fix ITLB priviledge check (Aurelien Jarno)
32+ - target-sh4: MMU: fix mem_idx computation (Aurelien Jarno)
33+ - sh7750: handle MMUCR TI bit (Aurelien Jarno)
34+ - UHCI spurious interrut fix (Paul Brook)
35+ - tcg/mips: fix branch offset during retranslation (Aurelien Jarno)
36+ - tcg/arm: correctly save/restore registers in prologue/epilogue (Aurelien Jarno)
37+ - workaround for cmd646 bmdma register access while no dma is active (Igor V. Kovalenko)
38+ - Fix corner case in chardev udp: parameter (Jan Kiszka)
39+ - Don't set default monitor when there is a mux'ed one (Jan Kiszka)
40+ - spelling typo (compatibilty) in hw/fw_cfg.c (Vagrant Cascadian)
41+ - fdc: fix drive property handling. (Gerd Hoffmann)
42+ - target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957 (TeLeMan)
43+ - target-i386: fix SIB decoding with index = 4 (Aurelien Jarno)
44+ - Fix segfault with ram_size > 4095M without kvm (Ryan Harper)
45+ - target-i386: Fix long jumps/calls in long mode with REX.W set (malc)
46+ - target-i386: fix lddqu SSE instruction (Aurelien Jarno)
47+ - qemu-char.c: drop debug printfs from qemu_chr_parse_compat (Jan Kiszka)
48+ - fix undefined shifts by >32 (Paolo Bonzini)
49+ - Fix qemu -net user,hostfwd= example (Aurelien Jarno)
50+
151 version 0.12.3
252 - kvm: Fix eflags corruption in kvm mode (Jan Kiszka)
353 - qcow2: Fix access after end of array (Kevin Wolf)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
1-0.12.3
1+0.12.4