Re: [Qemu-devel] [PATCH QEMU] hw/char/sh_serial: Add timeout handling to unbreak serial input

2018-08-01 Thread Rich Felker
7 for rts7751r2dplus. > > Works for me too. > > Tested-by: Rob Landley Me too. This would be a very welcome fix for a longstanding and annoying problem. Tested-by: Rich Felker Rich

Re: [Qemu-devel] [PATCH 0/2] sh4 linux-user cpu and hwcap

2015-05-24 Thread Rich Felker
On Sat, May 23, 2015 at 03:06:52PM -0700, Richard Henderson wrote: As reported by Rich the other day. As I don't have a user-land binary that depends on this, I merely note that it still runs the linux-user-test sh4 binary. And gdb confirms that the LLSC bit does get set. Rich, can you

[Qemu-devel] Broken SuperH atomics in qemu app-level emulation

2015-05-17 Thread Rich Felker
While testing the inline sh4a atomics patch for musl (see http://www.openwall.com/lists/musl/2015/05/17/22) I noticed that qemu-sh4 crashed on the instructions used for atomics, which are only available in sh4a. Adding -cpu SH7785 made it work, but that got me wondering what's happening when we

Re: [Qemu-devel] [musl] Re: Bogus struct stat64 for qemu-microblaze (user emulation)?

2014-07-16 Thread Rich Felker
On Wed, Jul 16, 2014 at 09:36:23AM +0100, Peter Maydell wrote: On 16 July 2014 05:02, Rich Felker dal...@libc.org wrote: The qemu-microblaze definition of struct stat64 seems to mismatch the kernel definition, which is using asm-generic/stat.h. See: http://git.qemu.org/?p=qemu.git;a=blob

[Qemu-devel] qemu virtfs 9p not working on arm?

2013-08-01 Thread Rich Felker
Hi, I'm not sure whether this is a kernel problem or a qemu problem (or even a user problem). The folks on OFTC #qemu suggested I email the list and relevant section maintainers so that's what I'm doing -- hope it's okay. I'm trying to boot qemu-system-arm with rootfs on 9p, and experiencing the

Re: [Qemu-devel] qemu virtfs 9p not working on arm?

2013-08-01 Thread Rich Felker
On Thu, Aug 01, 2013 at 10:43:01AM +0100, Peter Maydell wrote: On 1 August 2013 00:25, Rich Felker dal...@aerifal.cx wrote: I'm not sure whether this is a kernel problem or a qemu problem (or even a user problem). The folks on OFTC #qemu suggested I email the list and relevant section