From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41527 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3CvU-0002sB-Lm for qemu-devel@nongnu.org; Tue, 05 Oct 2010 15:11:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3CvT-0000hL-DN for qemu-devel@nongnu.org; Tue, 05 Oct 2010 15:11:48 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:58853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3CvT-0000f2-Aw for qemu-devel@nongnu.org; Tue, 05 Oct 2010 15:11:47 -0400 Received: by mail-qy0-f180.google.com with SMTP id 5so1340255qyk.4 for ; Tue, 05 Oct 2010 12:11:47 -0700 (PDT) Message-ID: <4CAB786E.1090302@codemonkey.ws> Date: Tue, 05 Oct 2010 14:11:42 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] Missing patches in qemu master References: <4C9CF0D1.4010309@mail.berlios.de> In-Reply-To: <4C9CF0D1.4010309@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 09/24/2010 01:41 PM, Stefan Weil wrote: > Hello Anthony, > > 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. > > Thanks, > Stefan > > 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 Pulled. Thanks. Regards, Anthony Liguori > 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(-) > > >