Re: [Qemu-devel] sparc-linux-usermode broken after latest pull

2010-04-15 Thread Gabriel Southern
On Thu, Apr 15, 2010 at 9:33 AM, Blue Swirl wrote: > On 4/15/10, David Munday wrote: >> Hello, >>  Our lab just did a pull from the qemu repository and now we are unable to >> run a 32-bit sparc target on a 64-bit host. This functionality was working >> before we did the pull. The error message

[Qemu-devel] x86_64-linux-user multithreaded?

2010-04-19 Thread Gabriel Southern
Hi, Does the linux-user mode in QEMU support running multithreaded code? I am most interested in running SPARC binaries, but I tested with x86_64 and it seems like some system calls needed for pthreads are not included. I've attached a very simple program that uses pthreads. When I run it normall

Re: [Qemu-devel] SPARC user mode multithread

2010-04-19 Thread Gabriel Southern
Hi, I noticed that this patch never got applied, but I'm not sure if it works. It seems like it works for forks, but not for pthreads. I tried applying it to the current git head and it seems to change the behavior from dumping the registers to dying silently for code with pthreads, but does wor

Using loadvm with snapshot

2021-08-11 Thread Gabriel Southern
Hi, Are there plans to support using -loadvm with -snapshot? I saw some past discussion on mailing list including bug that was closed earlier this year but no recent activity: https://lore.kernel.org/qemu-devel/162424905685.11837.7303570061857383641.mal...@loganberry.canonical.com/ Testing wit