Re: qemu wine experiments on ARM

2012-10-05 Thread Peter Robinson
On Fri, Oct 5, 2012 at 5:22 AM, Martin Langhoff mar...@laptop.org wrote: Just a quick outline of one experiment to see if simple Win32 content-ware apps can be run. Commands may be missing switches, options and steps. Caveat reader. BYO smarts. On x87 host F17 - install livecd-tools

Re: qemu wine experiments on ARM

2012-10-05 Thread Reuben K. Caron
On Oct 5, 2012, at 12:59 AM, Martin Langhoff wrote: On Fri, Oct 5, 2012 at 12:22 AM, Martin Langhoff mar...@laptop.org wrote: Qemu's user-mode is a lot more practical. We would need a minimal fedora x86 chroot that has wine, and use qemu over that. After a bit of googling, I found PRoot,

Re: qemu wine experiments on ARM

2012-10-05 Thread Martin Langhoff
On Fri, Oct 5, 2012 at 6:53 AM, Reuben K. Caron reu...@laptop.org wrote: [reuben@koji3 ~]$ proot -Q wine/qemu-i386 mock/ proot info: started sh-4.2$ ls sh: fork: Invalid argument sh-4.2$ ok, so that's the fork . Avenues I can suggest. - The proot folks have their own (old) qemu-user rpms.

Re: qemu wine experiments on ARM

2012-10-05 Thread Jon Nettleton
On Fri, Oct 5, 2012 at 3:53 PM, Martin Langhoff mar...@laptop.org wrote: On Fri, Oct 5, 2012 at 6:53 AM, Reuben K. Caron wrote: [reuben@koji3 ~]$ proot -Q wine/qemu-i386 mock/ proot info: started sh-4.2$ ls sh: fork: Invalid argument sh-4.2$ ok, so that's the fork . Avenues I can

Re: qemu wine experiments on ARM

2012-10-05 Thread Martin Langhoff
On Fri, Oct 5, 2012 at 10:02 AM, Jon Nettleton jon.nettle...@gmail.com wrote: I have tested that patch already and it does not fix it with the current codebase. I believe you need to get qemu 0.14.1 to use that patch for success. Oh, grumble -- the discussion around it in the ml was not

Re: qemu wine experiments on ARM

2012-10-05 Thread Jon Nettleton
On Fri, Oct 5, 2012 at 4:09 PM, Martin Langhoff mar...@laptop.org wrote: On Fri, Oct 5, 2012 at 10:02 AM, Jon Nettleton jon.nettle...@gmail.com wrote: I have tested that patch already and it does not fix it with the current codebase. I believe you need to get qemu 0.14.1 to use that patch

Re: qemu wine experiments on ARM

2012-10-05 Thread Martin Langhoff
On Fri, Oct 5, 2012 at 10:15 AM, Jon Nettleton jon.nettle...@gmail.com wrote: This can't be that difficult will just take some more poking I think Maybe, and maybe not. The comments in this thread http://comments.gmane.org/gmane.comp.emulators.qemu/113828 and discussion in

qemu wine experiments on ARM

2012-10-04 Thread Martin Langhoff
Just a quick outline of one experiment to see if simple Win32 content-ware apps can be run. Commands may be missing switches, options and steps. Caveat reader. BYO smarts. On x87 host F17 - install livecd-tools spin-kickstarts - copy fedora-live-mini.ks, add wine -- remove some stuff - sudo

Re: qemu wine experiments on ARM

2012-10-04 Thread Martin Langhoff
On Fri, Oct 5, 2012 at 12:22 AM, Martin Langhoff mar...@laptop.org wrote: Qemu's user-mode is a lot more practical. We would need a minimal fedora x86 chroot that has wine, and use qemu over that. After a bit of googling, I found PRoot, which seems to provide the right glue to make qemu's user