On Tue, Oct 12, 2010 at 05:00:34PM -0500, Anthony Liguori wrote: > On 10/12/2010 04:34 PM, Juergen Lock wrote: > > In article<4cb38c82.1090...@linux.vnet.ibm.com> you write: > > > >> After suffering from a prolonged maintainer softlockup, I'm attempting > >> to get 0.13.0 release process back on track. > >> > >> I've tagged qemu-0.13.0-rc3 in git which only carries a few changes > >> since 0.13.0-rc1. Most notably, a series of updates from Kevin Wolf and > >> Cam Macdonell's ivshmem device. > >> > >> I think we're pretty good testing wise for the final release but I > >> wanted to offer a 24-hour window for last minute fixes. I'm only > >> interested in the following: > >> > >> 1) Patches that are *tested* against the stable-0.13 branch that are > >> already committed in master. Please tell me explicitly that you've > >> tested the patch and how you've tested it. > >> > >> [...] > >> > > First tests: > > > > - vmmouse seems broken (or disabled? I don't see it in `info qdm'...) > > > > I don't think vmmouse is part of qdev yet. > Ok, but it also stopped working, pointer doesn't move...
> > - to test arm emulation I tried booting my old zaurus images (-M terrier) > > which failed (q&d fix below), and in the process also tested -M n800 > > w/o an image which failed with: > > > > qemu-system-arm: Duplicate ID 'null' for chardev > > Can't create serial device, empty char device > > > > and that I got fixed by cherry-picking this commit from master: > > > > 6a8aabd3c132188ee8e0e82ef4aba09f782cbe96 > > > > From: Stefan Weil<w...@mail.berlios.de> > > Date: Sun, 8 Aug 2010 14:09:26 +0200 > > Subject: [PATCH] hw/omap: Fix default setup for OMAP UART devices > > > > Sorry, is the patch below an additional fix? Yes, different and unrelated bug. > If so, please submit > against master. > Right, I shall build & test that as well - later. :) Thanx, Juergen