From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvGUD-0001KX-2O for qemu-devel@nongnu.org; Fri, 05 Jul 2013 20:36:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvGUC-0002qr-1J for qemu-devel@nongnu.org; Fri, 05 Jul 2013 20:36:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42296 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvGUB-0002qW-R3 for qemu-devel@nongnu.org; Fri, 05 Jul 2013 20:36:23 -0400 From: Alexander Graf Date: Sat, 6 Jul 2013 02:36:09 +0200 Message-Id: <1373070978-11966-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/9] linux-user: Wine enablement patch set List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Riku Voipio Howdy, It's been a while since I've tried to run wine in QEMU's i386 linux-user target, so I figured I'd give it a go again. Obviously I've hit a bunch of obstacles, some of which were old, some of which we only introduced recently. However, with this patch set I am able to successfully run Civilization II in wine on my ARM Chromebook: http://db.tt/AvHJOKSg Beware that this patch set is based on Andreas' qom-cpu branch. If you just want a working git tree to try this out on, check out: git://github.com/agraf/qemu.git linux-user-x86-tls-v1 Alex Alexander Graf (9): linux-user: fix segmentation fault passing with h2g(x) != x linux-user: Add is_write segfault check for ARM hosts linux-user: Don't reset a new thread's CPU linux-user: Fix sendrecvmsg() with QEMU_GUEST_BASE linux-user: Fix epoll on ARM hosts linux-user: Add i386 TLS setter linux-user: Enable NPTL for i386 linux-user: Default to 64k guest base linux-user: Unlock mmap_lock when resuming guest from page_unprotect configure | 1 + linux-user/i386/target_cpu.h | 12 ++++++++++-- linux-user/main.c | 6 +++--- linux-user/syscall.c | 4 ++-- linux-user/syscall_defs.h | 7 +++++-- translate-all.c | 10 +++++++--- user-exec.c | 9 +++++++-- 7 files changed, 35 insertions(+), 14 deletions(-)