All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU
@ 2010-07-23 16:46 Aurelien Jarno
  2010-07-23 17:29 ` Natalia Portillo
  2010-07-23 19:41 ` Mulyadi Santosa
  0 siblings, 2 replies; 6+ messages in thread
From: Aurelien Jarno @ 2010-07-23 16:46 UTC (permalink / raw)
  To: qemu-devel

The QEMU team is pleased to announce the availability of the 0.12.5
release. This is a stable release of the 0.12 series and only contains
bug fixes since 0.12.4.
 
It can be downloaded from Savannah at:
 
  http://download.savannah.gnu.org/releases/qemu/qemu-0.12.5.tar.gz

On behalf of the QEMU team, I'd like to thank everyone who contributed
to make this release happen!

 - audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler
 - block: Handle multiwrite errors only when all requests have completed
 - block: Fix early failure in multiwrite
 - vpc: Use bdrv_(p)write_sync for metadata writes
 - vmdk: Use bdrv_(p)write_sync for metadata writes
 - qcow2: Use bdrv_(p)write_sync for metadata writes
 - qcow: Use bdrv_(p)write_sync for metadata writes
 - block: Add bdrv_(p)write_sync
 - qcow2: Restore L1 entry on l2_allocate failure
 - block/vdi: Fix image opening and creation for odd disk sizes
 - block/vpc: Fix conversion from size to disk geometry
 - qcow2: Remove abort on free_clusters failure
 - vmdk: Fix COW
 - qcow2: Fix creation of large images
 - vmdk: fix double free
 - qemu-options: add documentation for stdio signal=on|off
 - target-arm : fix parallel saturated subtraction implementation
 - target-arm : fix thumb2 parallel add/sub opcode decoding
 - target-arm: fix addsub/subadd implementation
 - target-i386: fix xchg rax,r8
 - block/vvfat.c: fix warnings with _FORTIFY_SOURCE
 - audio/alsa: Spelling typo (paramters)
 - target-mips: fix DINSU instruction
 - Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
 - qcow2: Fix corruption after error in update_refcount
 - qcow2: Fix corruption after refblock allocation
 - block: Fix multiwrite with overlapping requests
 - qcow2: Fix error handling in l2_allocate
 - qcow2: Clear L2 table cache after write error
 - ide: Fix ide_dma_cancel
 - usb-bus: fix no params
 - Avoid crash on '-usbdevice <device>' without parameters
 - Fix -usbdevice crash
 - Fix multiboot compilation
 - Fix missing symbols in .rel/.rela.plt sections
 - target-ppc: fix RFI by clearing some bits of MSR
 - Fix typo in balloon help
 - arm_timer: fix oneshot mode
 - arm_timer: reload timer when enabled
 - qemu-sockets: avoid strlen of NULL pointer
 - block: fix aio_flush segfaults for read-only protocols (e.g. curl)
 - virtio-blk: fix barrier support
 - block: fix sector comparism in multiwrite_req_compare
 - pci: irq_state vmstate breakage
 - qemu-img: use the heap instead of the huge stack array for win32

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU
  2010-07-23 16:46 [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU Aurelien Jarno
@ 2010-07-23 17:29 ` Natalia Portillo
  2010-07-23 19:41 ` Mulyadi Santosa
  1 sibling, 0 replies; 6+ messages in thread
From: Natalia Portillo @ 2010-07-23 17:29 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: qemu-devel


El 23/07/2010, a las 17:46, Aurelien Jarno escribió:

> The QEMU team is pleased to announce the availability of the 0.12.5
> release. This is a stable release of the 0.12 series and only contains
> bug fixes since 0.12.4.
> 
> It can be downloaded from Savannah at:
> 
>  http://download.savannah.gnu.org/releases/qemu/qemu-0.12.5.tar.gz
> 
> On behalf of the QEMU team, I'd like to thank everyone who contributed
> to make this release happen!
> 
> - audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler
> - block: Handle multiwrite errors only when all requests have completed
> - block: Fix early failure in multiwrite
> - vpc: Use bdrv_(p)write_sync for metadata writes
> - vmdk: Use bdrv_(p)write_sync for metadata writes
> - qcow2: Use bdrv_(p)write_sync for metadata writes
> - qcow: Use bdrv_(p)write_sync for metadata writes
> - block: Add bdrv_(p)write_sync
> - qcow2: Restore L1 entry on l2_allocate failure
> - block/vdi: Fix image opening and creation for odd disk sizes
> - block/vpc: Fix conversion from size to disk geometry
> - qcow2: Remove abort on free_clusters failure
> - vmdk: Fix COW
> - qcow2: Fix creation of large images
> - vmdk: fix double free
> - qemu-options: add documentation for stdio signal=on|off
> - target-arm : fix parallel saturated subtraction implementation
> - target-arm : fix thumb2 parallel add/sub opcode decoding
> - target-arm: fix addsub/subadd implementation
> - target-i386: fix xchg rax,r8
> - block/vvfat.c: fix warnings with _FORTIFY_SOURCE
> - audio/alsa: Spelling typo (paramters)
> - target-mips: fix DINSU instruction
> - Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
> - qcow2: Fix corruption after error in update_refcount
> - qcow2: Fix corruption after refblock allocation
> - block: Fix multiwrite with overlapping requests
> - qcow2: Fix error handling in l2_allocate
> - qcow2: Clear L2 table cache after write error
> - ide: Fix ide_dma_cancel
> - usb-bus: fix no params
> - Avoid crash on '-usbdevice <device>' without parameters
> - Fix -usbdevice crash
> - Fix multiboot compilation
> - Fix missing symbols in .rel/.rela.plt sections
> - target-ppc: fix RFI by clearing some bits of MSR
> - Fix typo in balloon help
> - arm_timer: fix oneshot mode
> - arm_timer: reload timer when enabled
> - qemu-sockets: avoid strlen of NULL pointer
> - block: fix aio_flush segfaults for read-only protocols (e.g. curl)
> - virtio-blk: fix barrier support
> - block: fix sector comparism in multiwrite_req_compare
> - pci: irq_state vmstate breakage
> - qemu-img: use the heap instead of the huge stack array for win32

Great.

Official OS Support List ( http://www.claunia.com/qemu )updated.

Regards,
Natalia Portillo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU
  2010-07-23 16:46 [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU Aurelien Jarno
  2010-07-23 17:29 ` Natalia Portillo
@ 2010-07-23 19:41 ` Mulyadi Santosa
  2010-07-23 21:47   ` Aurelien Jarno
  1 sibling, 1 reply; 6+ messages in thread
From: Mulyadi Santosa @ 2010-07-23 19:41 UTC (permalink / raw)
  To: qemu-devel

On Fri, Jul 23, 2010 at 23:46, Aurelien Jarno <aurelien@aurel32.net> wrote:
> The QEMU team is pleased to announce the availability of the 0.12.5
> release. This is a stable release of the 0.12 series and only contains
> bug fixes since 0.12.4.

Great! looking forward to test that

NB: Please no offense... Aurelien, you're replacing Anthony as the
lead developer?


-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU
  2010-07-23 19:41 ` Mulyadi Santosa
@ 2010-07-23 21:47   ` Aurelien Jarno
  2010-07-24  5:09     ` Mulyadi Santosa
  0 siblings, 1 reply; 6+ messages in thread
From: Aurelien Jarno @ 2010-07-23 21:47 UTC (permalink / raw)
  To: Mulyadi Santosa; +Cc: qemu-devel

On Sat, Jul 24, 2010 at 02:41:31AM +0700, Mulyadi Santosa wrote:
> On Fri, Jul 23, 2010 at 23:46, Aurelien Jarno <aurelien@aurel32.net> wrote:
> > The QEMU team is pleased to announce the availability of the 0.12.5
> > release. This is a stable release of the 0.12 series and only contains
> > bug fixes since 0.12.4.
> 
> Great! looking forward to test that
> 
> NB: Please no offense... Aurelien, you're replacing Anthony as the
> lead developer?
> 

I don't really think there is a real lead developer. People contribute
as a function of their time and interests.  I got some time to cut a 
stable release release, as I already did for some of them in the past.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU
  2010-07-23 21:47   ` Aurelien Jarno
@ 2010-07-24  5:09     ` Mulyadi Santosa
  0 siblings, 0 replies; 6+ messages in thread
From: Mulyadi Santosa @ 2010-07-24  5:09 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: qemu-devel

On Sat, Jul 24, 2010 at 04:47, Aurelien Jarno <aurelien@aurel32.net> wrote:
> I don't really think there is a real lead developer. People contribute
> as a function of their time and interests.  I got some time to cut a
> stable release release, as I already did for some of them in the past.

I see.... well, again..happy to hear newest release of Qemu...

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU
@ 2010-07-23 17:34 Dennis Clarke
  0 siblings, 0 replies; 6+ messages in thread
From: Dennis Clarke @ 2010-07-23 17:34 UTC (permalink / raw)
  To: Natalia Portillo; +Cc: qemu-devel, Aurelien Jarno


> El 23/07/2010, a las 17:46, Aurelien Jarno escribió:
>
>> The QEMU team is pleased to announce the availability of the 0.12.5
>> release. This is a stable release of the 0.12 series and only contains
>> bug fixes since 0.12.4.
>>
>> It can be downloaded from Savannah at:
>>
>>  http://download.savannah.gnu.org/releases/qemu/qemu-0.12.5.tar.gz
>>

awesome !

Has there been a Solaris port done lately? If not I'll jump on that.


-- 
Dennis Clarke
dclarke@opensolaris.ca  <- Email related to the open source Solaris
dclarke@blastwave.org   <- Email related to open source for Solaris

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-24  5:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-23 16:46 [Qemu-devel] [ANNOUNCE] Release 0.12.5 of QEMU Aurelien Jarno
2010-07-23 17:29 ` Natalia Portillo
2010-07-23 19:41 ` Mulyadi Santosa
2010-07-23 21:47   ` Aurelien Jarno
2010-07-24  5:09     ` Mulyadi Santosa
2010-07-23 17:34 Dennis Clarke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.