The following changes since commit 72230c523bda18d4dd2f7d16f96cc59e8fbbd6c9:
Update version for 0.13.0-rc1 (2010-08-31 08:19:23 -0500) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-stable-0.13 Bernhard Kohl (6): scsi-disk: fix the mode data length field returned by the MODE SENSE command scsi-disk: fix the mode data header returned by the MODE SENSE(10) command scsi-disk: respect the page control (PC) field in the MODE SENSE command scsi-disk: fix the block descriptor returned by the MODE SENSE command scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE command scsi-disk: fix the check of the DBD bit in the MODE SENSE command Kevin Wolf (7): raw-posix: Don't use file name for host_cdrom detection on Linux qemu-img convert: Use cache=unsafe for output image block: Fix BDRV_O_CACHE_MASK qcow2: Remove unnecessary flush after L2 write vvfat: Fix segfault on write to read-only disk vvfat: Fix double free for opening the image rw vvfat: Use cache=unsafe block.h | 2 +- block/qcow2-cluster.c | 16 ++++++-- block/raw-posix.c | 3 -- block/vvfat.c | 26 ++++++++++---- hw/scsi-disk.c | 90 ++++++++++++++++++++++++++++++++++++++---------- qemu-img.c | 3 +- 6 files changed, 105 insertions(+), 35 deletions(-)