From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43027 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzDDD-0003wb-2X for qemu-devel@nongnu.org; Fri, 24 Sep 2010 14:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzDDB-00047r-1n for qemu-devel@nongnu.org; Fri, 24 Sep 2010 14:41:34 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:62481) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzDDA-00047Y-LW for qemu-devel@nongnu.org; Fri, 24 Sep 2010 14:41:33 -0400 Message-ID: <4C9CF0D1.4010309@mail.berlios.de> Date: Fri, 24 Sep 2010 20:41:21 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] [PULL] Missing patches in qemu master 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: Anthony Liguori Cc: Riku Voipio , QEMU Developers 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 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(-)