[Bug 1818075] Re: qemu x86 TCG doesn't support AVX insns

2020-06-18 Thread Ronald Antony
Of course it’s open source, I get that. When I say „xyz should be done“ then in the sense of „2+2 should be 4“ not in the sense of „you must implement xyz right now“ ;) Nonetheless, if you run e.g. on an ARM platform the command qemu-system-x86_64 -cpu help then it shouldn’t list a slew of CPUs

[Bug 1884095] Re: QEMU not sufficiently focused on qEMUlation, with resulting holes in TCG emulation coverage

2020-06-18 Thread Ronald Antony
BTW: just because I bracket a report with why I think a matter is worth fixing, shouldn’t make it „invalid“. The instructions aren’t implemented, yet the CPUs are listed as available, which is a bug in my book, as functionality is advertised that is unavailable. -- You received this bug notifica

[Bug 1884095] Re: QEMU not sufficiently focused on qEMUlation, with resulting holes in TCG emulation coverage

2020-06-18 Thread Ronald Antony
The comments with the other reports were just in support of getting them fixed, and providing a reason as to why that matters. Someone looking at those reports may not read this one, and as the issues are symptoms of the same larger issue, this report was filed as an overarching report, as AVX is j

[Bug 1884095] [NEW] QEMU not sufficiently focused on qEMUlation, with resulting holes in TCG emulation coverage

2020-06-18 Thread Ronald Antony
Public bug reported: It seems that QEMU has stopped emphasizing the EMU part of the name, and is too much focused on virtualization. My interest is at running legacy operating systems, and as such, they must run on foreign CPU platforms. m68 on intel, intel on ARM, etc. Time doesn't stand still,

[Bug 1818075] Re: qemu x86 TCG doesn't support AVX insns

2020-06-18 Thread Ronald Antony
If I may be so free: It seems that QEMU has stopped emphasizing the EMU part of the name, and is too much focused on virtualization. My interest is at running legacy operating systems, and as such, they must run on foreign CPU platforms. m68 on intel, intel on ARM, etc. Time doesn't stand still,

[Bug 1877781] Re: TCG does not support x2APIC emulation

2020-06-18 Thread Ronald Antony
If I may be so free: It seems that QEMU has stopped emphasizing the EMU part of the name, and is too much focused on virtualization. My interest is at running legacy operating systems, and as such, they must run on foreign CPU platforms. m68 on intel, intel on ARM, etc. Time doesn't stand still,

[Qemu-devel] make error

2018-02-20 Thread Ronald Delobel
Hello, This is the error I get when building qemu-2.11.[0-1] with gcc-7.3.0/glibc-2.27, removing the static attribute suffice to finnish the build using the glibc provided memfd_create and qemu don't crash, but I miss some knowledge here about what a static function really is, a kind of private on

[Qemu-devel] [RFC] Starting a (secondary) CPU when it is halted or reset

2012-10-05 Thread Ronald Hecht
anks and best regards, Ronald

Re: [Qemu-devel] [PATCH RFC] hw/grlib: SMP support added to LEON interrupt controller

2012-09-20 Thread Ronald Hecht
On 09/19/2012 09:19 PM, Blue Swirl wrote: On Wed, Sep 19, 2012 at 3:30 PM, Ronald Hecht wrote: This patch adds SMP support to the LEON SPARC interrupt controller. I don't like that CPU status (halted/not halted) is accessed directly from the interrupt controller. How can th

Re: [Qemu-devel] [PATCH] Added more entries to the LEON processor configuration register

2012-09-20 Thread Ronald Hecht
ndex in env sounds a bit strange and overkill to me. Do you really mean the cpu_index in the structure CPUSPARCState? Or could we place it in dc->def as a constant? Best regards, Ronald

[Qemu-devel] [PATCH RFC] hw/grlib: SMP support added to LEON interrupt controller

2012-09-19 Thread Ronald Hecht
This patch adds SMP support to the LEON SPARC interrupt controller. I don't like that CPU status (halted/not halted) is accessed directly from the interrupt controller. How can this be implemented more elegant? Ideally the CPUSPARCState should not be accessed directly. Signed-off-by: Ronald

[Qemu-devel] [PATCH] target-sparc: SPARC LEON power-down support added

2012-09-18 Thread Ronald Hecht
Signed-off-by: Ronald Hecht --- target-sparc/cpu.c |2 +- target-sparc/cpu.h |1 + target-sparc/helper.h |1 + target-sparc/ldst_helper.c |9 + target-sparc/translate.c |5 + 5 files changed, 17 insertions(+), 1 deletions(-) diff --git a

[Qemu-devel] [PATCH] Added more entries to the LEON processor configuration register

2012-09-18 Thread Ronald Hecht
Signed-off-by: Ronald Hecht --- target-sparc/helper.h |1 + target-sparc/ldst_helper.c |6 ++ target-sparc/translate.c | 10 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/target-sparc/helper.h b/target-sparc/helper.h index 74ecad1..23a2ad4 100644

[Qemu-devel] [PATCH] SPARC LEON power-down support added

2012-09-18 Thread Ronald Hecht
Signed-off-by: Ronald Hecht --- target-sparc/cpu.c |2 +- target-sparc/cpu.h |1 + target-sparc/helper.h |1 + target-sparc/ldst_helper.c |9 + target-sparc/translate.c |5 + 5 files changed, 17 insertions(+), 1 deletions(-) diff --git a

[Qemu-devel] [PATCH] Added LEON MMU ASI mappings and corrected LEON3 MMU masks.

2012-09-18 Thread Ronald Hecht
This patch adds SPARC ASI mappings that are used by the LEON processor.It also corrects the MMU context register and context table pointer mask of the LEON3. Signed-off-by: Ronald Hecht --- target-sparc/cpu.c |4 ++-- target-sparc/ldst_helper.c |6 ++ 2 files changed, 8

[Qemu-devel] [PATCH] Added LEON MMU ASI mappings and corrected LEON3 MMU masks.

2012-09-18 Thread Ronald Hecht
This patch adds SPARC ASI mappings that are used by the LEON processor.It also corrects the MMU context register and context table pointer mask of the LEON3. Signed-off-by: Ronald Hecht --- target-sparc/cpu.c |4 ++-- target-sparc/ldst_helper.c |6 ++ 2 files changed, 8

[Qemu-devel] unubscribe

2007-10-01 Thread Ronald
unubscribe jjQ6hDYc [EMAIL PROTECTED]

Re: [Qemu-devel] Mips guest

2007-09-19 Thread Ronald
Nigel Horne schreef: I don't see this on my systems. It looks like broken kernel headers. What host (OS version) do you use? Linux/x86 (F7) Thiemo -Nigel I think Thiemo also wants to know the kernel version.

Re: [Qemu-devel] Insta-segfault! i386-linux-user

2007-09-18 Thread Ronald
Thayne Harbaugh schreef: Has anyone seen an insta-segfault with i386-linux-user qemu? I've compiled qemu-0.9.0 as well as qemu-cvs (2007-09-18) with gcc-3.4 and -fno-strict-aliasing on an amd64 and I get this: ./i386-linux-user/qemu-i386 --help Segmentation fault >From GDB: Program received s

Re: [Qemu-devel] QEMU - I/O document

2007-09-17 Thread Ronald
Artur Baruchi schreef: Hi guys, I'm studying Virtual Machines, and I would like to read something about QEMU... Does anybody know a paper(s) that shows how I/O works in qemu (I have interest in how qemu emulate network interface). Thanks in advance... Att. Artur Baruchi Don't exactly kn

Re: [Qemu-devel] 32 bit on a 64 bit machine

2007-09-06 Thread Ronald
Alexey Eremenko schreef: On 9/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have a 64 bit gentoo box that I need to run a 32 bit OS on. Is it possible to configure a hardware profile to run Qemu against? If so, how would it be done? Is there any documentation? There is a lot

Re: [Qemu-devel] sparc32 networking working?

2007-09-02 Thread Ronald
Robert Reif schreef: I'm trying to use sparc32 on linux i686 RH9 and am unable to to get this working with current CVS. My old scripts that didn't set any networking options no longer work. When running a debian sparc netinst cd the setup finds a dhcp connection but is unable to connect to the

Re: [Qemu-devel] [patch] make qemu work with GCC 4

2007-08-29 Thread Ronald
Johannes Schindelin schreef: Hi, On Wed, 29 Aug 2007, Andreas F?rber wrote: I referred to previous patches, specifically those currently applied for Q: http://www.kju-app.org/proj/browser/trunk/patches Is there _any_ way to get at the raw diffs instead of some @!%! marked up HTML ab

[Qemu-devel] linux/sched.c not included in kqemu-linux.c

2007-08-26 Thread Ronald
The first post gives my problem: http://qemu-forum.ipi.fi/viewtopic.php?t=3981 This link provides the fix: http://article.gmane.org/gmane.comp.emulators.qemu/18976 This is because I have a *very* small kernel (less than 2MB). I tested this by using the full stock kernels devel (which worked).

[Qemu-devel] couid for x86 CPUs

2005-11-14 Thread Ronald Aigner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Version 0.7.2 from the Website returns invalid cache size for the i386 architecture. Currently the 'cpuid' instruction with eax==1 returns a processor ID of 0x633 that is an "Intel Pentium II (Klamath)". The Klamath is specified with 512kB of L2 Ca

[Qemu-devel] Re: Re: Building a disk image?

2005-07-05 Thread Ronald
Le Tue, 05 Jul 2005 12:55:49 -0500, Matt Lawrence a écrit : > > > > > > [EMAIL PROTECTED] wrote on 07/04/2005 > 10:34:35 AM: > >> Le Sun, 03 Jul 2005 22:11:53 -0500, Matt Lawrence a écrit : >> >> > I'm trying to figure out how to script the creation of disk images for >> > qemu. I've alread

[Qemu-devel] Re: Building a disk image?

2005-07-04 Thread Ronald
Le Sun, 03 Jul 2005 22:11:53 -0500, Matt Lawrence a écrit : > I'm trying to figure out how to script the creation of disk images for > qemu. I've already scripted file system creation with user-mode-linux, so > once I can get the partitions created correctly, the rest should be easy. > Right now,

[Qemu-devel] Re: Build environment image

2005-06-24 Thread Ronald
Le Fri, 24 Jun 2005 22:30:40 +0100, Tim Walker a écrit : > Cross compile to Windows from Linux is an unknown quantity to me - has > anyone tried it yet with QEMU? the win32 installers on FreeOSZoo are build on a linux box :) > Tim ___ Qemu-devel

[Qemu-devel] Re: Latest CVS build of qemu-system-ppc no longer seems to work on FC3 x86_64

2005-06-15 Thread Ronald
Le Mon, 13 Jun 2005 15:17:01 +0200, Bob Deblier a écrit : > Hi, > > As of the latest cvs update, qemu-system-ppc no longer seems to function > properly. I've tried: > > - MacOS X 10.3 used to boot up to a grey screen with the Apple logo - now > shows a black screen at 100% cpu usage. - Fedora Co

[Qemu-devel] Re: Norton Ghost crashes with page fault for me too.

2005-06-14 Thread Ronald
Le Tue, 14 Jun 2005 16:27:12 -0400, Jim C. Brown a écrit : > E.g. I'm the developer of the gtk2 interface for qemu, and I have no idea > about what bugs it may have as no one has reported any to me. In fact, I > have no idea if anyone is even using it because I get no direct feedback. > This is e

[Qemu-devel] RE: qemu/slirp bootp.c bootp.h ip_icmp.h libslirp.h...

2005-06-05 Thread Ronald
Le Sun, 05 Jun 2005 20:00:12 +0200, Andreas Bollhalder a écrit : > Hello > > On my WinXP host, I get a compile error in "udp.c" with the current QEMU > version from the CVS. I use MinGW and MSYS (1.0.10). I was able to compile > all versions of QEMU before. > > Maybe, I'm too early and miss some

[Qemu-devel] live cd guest for qemu?

2005-05-17 Thread Ronald
Hi, I am playing with the live cd concept with the help of qemu, just to see how it's done, I think I have something that is presentable enough even if it's not perfect, so I can share. http://daimon55.free.fr/qemu/live.iso.part00 http://daimon55.free.fr/qemu/live.iso.part01 two parts (33025024

[Qemu-devel] Re: fat-assertion, was Re: Re: Old DOS under Qemu

2005-05-13 Thread Ronald
Le Fri, 13 May 2005 17:02:05 +0200, Johannes Schindelin a écrit : > Hi, > > On Fri, 13 May 2005, Ronald wrote: > >> By the way, I get an "Assertion failed" box when trying vfat: in >> block-vvfat.c line 752 "Expression mapping->beginend", that&#x

[Qemu-devel] Re: Old DOS under Qemu

2005-05-13 Thread Ronald
Le Thu, 12 May 2005 16:20:32 -0500, jeebs a écrit : >>euh... I only meant sharing my compiled version of qemu. >>Sorry it was interpreted wrongly. The offer still stands :) > > I'm already using the latest FreeOSZoo windows build. This doesn't mean that it perform like Christian's or Kazu's one,

[Qemu-devel] [WIN32] qemu kqemu qvm86

2005-04-26 Thread Ronald
Hi, I had some troubles building current cvs, the build process abort on kqemu.o with i386-mingw32-gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/ronald/cvs/win32/qemu/target-i386 -I/home/ronald/cvs/win32/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I