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
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
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
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,
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,
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,
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
anks and best regards,
Ronald
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
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
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
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
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
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
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
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
unubscribe jjQ6hDYc [EMAIL PROTECTED]
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.
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
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
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
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
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
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).
-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
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
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,
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
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
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
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
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
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
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,
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
35 matches
Mail list logo