[Qemu-devel] getdents patch for 64-bit app on 32-bit host

2018-04-17 Thread Henry Wertz
ity checks! --Thanks! Henry Wertz Signed-off-by: Henry Wertz <hwert...@gmail.com> *** linux-user/syscall.c~ 2017-03-04 10:31:14.0 -0600 --- linux-user/syscall.c 2017-03-07 17:08:24.615399116 -0600 *** *** 9913,9921 #endif #ifdef TARGET_NR_getdents case TARGET_NR_ge

[Qemu-devel] ARM memory barrier patch

2018-04-17 Thread Henry Wertz
of aarch64's barrier instruction. Signed-off-by: Henry Wertz <hwert...@gmail.com> *** tcg/arm/tcg-target.inc.c.orig 2018-04-04 15:28:50.0 -0500 --- tcg/arm/tcg-target.inc.c 2018-04-16 12:55:04.917518898 -0500 *** *** 158,167 INSN_LDRD_REG = 0x00d0, INSN_ST

Re: [Qemu-devel] Patch for ARM memory barriers and getdent

2018-04-17 Thread Henry Wertz
Hi Henry; thanks for these patches. Please could you provide > a Signed-off-by: line for them? This says you're happy for us > to apply them to QEMU under our license, and we can't do anything > with them without one. The top part of > https://wiki.qemu.org/Contribute/SubmitAPatch > has more

[Qemu-devel] Patch for ARM memory barriers and getdent

2018-04-16 Thread Henry Wertz
Please find submitted a patch for ARM memory barriers. This patch is against qemu-2.12-rc2 but I do believe it should apply for anything from 2.11.x to current. I found with qemu 2.11.x or newer that I would get an illegal instruction error running some Intel binaries on my ARM chromebook. On

Re: [Qemu-devel] Small patch for getdents syscall

2017-03-13 Thread Henry Wertz
On Mar 13, 2017 5:49 AM, "Peter Maydell" <peter.mayd...@linaro.org> wrote: > > On 8 March 2017 at 00:40, Henry Wertz <hwert...@gmail.com> wrote: > > I have a trivial, 1-line patch for getdents function; due to > >... > There is a theoretically better way

[Qemu-devel] Small patch for getdents syscall

2017-03-07 Thread Henry Wertz
this way ("if target != host") or if something like "if (target==32 && host==64) || (target==64 && host==32)" would be preferrable. --- Signed-off-by: Henry Wertz <hwert...@gmail.com> *** linux-user/syscall.c~

[Qemu-devel] [Bug 902413] Re: qemu-i386-user on ARM host: wine hangs/spins when trying to run anything

2016-06-28 Thread Henry Wertz
I'm running qemu-2.5.0 on ARM, and wine (wine-1.7, 1.8, wine-staging) all seem to behave similarly; rename the winepreloader and you'll be able to run winecfg, notepad run, a few installers do run and the software runs. But Windows software LOVES using threads so you rapidly end up with some