From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53920 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0g33-0005YK-0D for qemu-devel@nongnu.org; Tue, 28 Sep 2010 15:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0g31-0006tN-MD for qemu-devel@nongnu.org; Tue, 28 Sep 2010 15:41:08 -0400 Received: from afflict.kos.to ([92.243.29.197]:57839) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0g31-0006t8-H9 for qemu-devel@nongnu.org; Tue, 28 Sep 2010 15:41:07 -0400 Date: Tue, 28 Sep 2010 22:41:05 +0300 From: Riku Voipio Subject: Re: [Qemu-devel] [PULL] Missing patches in qemu master Message-ID: <20100928194105.GA3081@afflict.kos.to> References: <4C9CF0D1.4010309@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C9CF0D1.4010309@mail.berlios.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , Riku Voipio , QEMU Developers On Fri, Sep 24, 2010 at 08:41:21PM +0200, Stefan Weil wrote: > could you please pull some patches which had been sent to > qemu-devel some time ago? See these links: > > http://patchwork.ozlabs.org/patch/59044/ > http://patchwork.ozlabs.org/patch/60469/ > http://patchwork.ozlabs.org/patch/61150/ > http://patchwork.ozlabs.org/patch/64624/ > > The original subject of the last one was 'linux-user: Fix type m86k -> > m68k'. > I fixed the typo (type -> typo) in the subject for the pull request. > > The first and the last patch are *-user related patches. > I hope you will commit them nevertheless - people had time enough to make > a comment. Looks good, Acked-by: Riku Voipio I should more available from now again. > The following changes since commit c973a36d178510790c148f88104b85016f59235a: > > fmopl: workaround for -Wempty-body (2010-09-24 04:09:01 +0400) > > are available in the git repository at: > git://git.weilnetz.de/git/qemu for-anthony > > Stefan Weil (4): > Add new user mode option -ignore-environment > docs: Improve documentation > Fix spelling in comments > linux-user: Fix typo m86k -> m68k > > bsd-user/main.c | 6 +++++ > docs/migration.txt | 56 > ++++++++++++++++++++++++------------------------ > hw/pci.c | 2 +- > linux-user/m68k-sim.c | 6 ++-- > linux-user/main.c | 6 +++++ > posix-aio-compat.c | 2 +- > qemu-doc.texi | 14 ++++++++++++ > ui/vnc-enc-tight.c | 2 +- > 8 files changed, 60 insertions(+), 34 deletions(-)