Re: [Qemu-devel] WE NEED GCC 4 please

2008-01-20 Thread Sunil Amitkumar Janki
On Jan 20, 2008 11:26 PM, Mike Frysinger <[EMAIL PROTECTED]> wrote: > > On Sunday 20 January 2008, Johannes Schindelin wrote: > > On Sun, 20 Jan 2008, Mike Frysinger wrote: > > > having people type all caps e-mails contributes nothing. > > > > I disagree: it makes it easier to spot whom to ignore.

Re: [Qemu-devel] qemu alpha?

2007-10-20 Thread Sunil Amitkumar Janki
Rob Landley wrote: I'm interested in testing Alpha too, but I haven't seem a qemu-system-alpha show up yet. Alas, I have no hardware or specific expertise in this platform, I'm just trying to build and boot Linux kernels (and corresponding root filesystems) on as many emulated target platforms

Re: [Qemu-devel] merging kqemu into mainline kernel?

2007-08-17 Thread Sunil Amitkumar Janki
dragoran wrote: It looks like you are right. Apparently the plan is to move the acceptance of kernel modules to kernel maintainers. For the most part, they only want to accept very cleanly written modules that are likely to be integrated into the kernel. Since "kqemu" is viewed as a solution o

Re: [Qemu-devel] [PATCH] S/390 host fixed

2007-07-30 Thread Sunil Amitkumar Janki
Ulrich Hecht wrote: Hi! S/390 host support has been broken for a long time (since 0.4.2 or something like that). I finally got around to fix it, adding disassembly support on the way. CU Uli Do you or anyone else have any plans to add S/390 target support? Or is there some other S/390

Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...)

2007-07-28 Thread Sunil Amitkumar Janki
Thiemo Seufer wrote: The problem is the linker (presumably /usr/bin/ld) does not find the math library (likely name is /lib/libm.so.6). You can add "-v" to the gcc command line to find out what it looks for. JFTR, building qemu on Debian mips worked for me some days ago, but the resulting binary

Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...)

2007-07-27 Thread Sunil Amitkumar Janki
Thiemo Seufer wrote: A missing libm sounds like a build environment problem. Thiemo Do you have a test for this because I reinstalled the entire system from scratch and have had no problems building lots of packages over the last week except for those applications that assume that all the worl

Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...)

2007-07-27 Thread Sunil Amitkumar Janki
Dan Shearer wrote: You do also have the architectures provided to you by QEMU :-) :-) I have been able to build modular Xorg for Armedslack in QEMU without having the hardware but when I tried to port Slackware 12.0 to SPARC in QEMU I found it was way too slow and started looking for some re

Re: QEMU Automated Testing (was [Qemu-devel] qemu Makefile.target vl.h hw/acpi.c hw/adlib.c ...)

2007-07-27 Thread Sunil Amitkumar Janki
Dan Shearer wrote: On Fri, Jul 27, 2007 at 09:29:11AM -0500, Anthony Liguori wrote: FYI, I've started building a VNC based automated tester. You provide it a series of screenshots with masks of data that's likely to be That's excellent. I see this as a different class of testing to

Re: [Qemu-devel] A couple of question

2007-06-06 Thread Sunil Amitkumar Janki
C.W. Betts wrote: It looks like you are missing the pthread library. What might be happening is that the pthread library is installed, but qemu is not linking to it for some odd reason. Maybe it's looking for a static version of it that isn't on your Hard Drive? I have been seeing these kin

[Qemu-devel] QEMU build error on MIPS

2007-05-31 Thread Sunil Amitkumar Janki
I am running Slackware Current on MIPS (Loongson) and am trying to compile QEMU with GCC 3.4.6 using Glibc 2.5 and 2.6.18.1 kernel headers. The build works fine except for warnings about linking PIC code with no-PIC code but I get this error message when building Alpha user emulation: make[1]: E

Re: [Qemu-devel] why "-hda myimgfile" can not work ??

2007-05-04 Thread Sunil Amitkumar Janki
tang peilei wrote: > My phy system is my PC, a computer with ubuntu. > and qemu-system-arm is running in this PC . > > I also use command like you, but I can not find any hard disk info in > qemu's system.(in dmesg's output). > Are you create your disk img with command qemu-img ??? I create my im

Re: [Qemu-devel] why "-hda myimgfile" can not work ??

2007-05-04 Thread Sunil Amitkumar Janki
tang peilei wrote: >> The ARM boards do not support IDE. Some of them have a SCSI controller >> instead, as described in the documentation. > As the ARM boards do not support IDE, and my net can not work. How can > I copy files from QEMU system to my phy system ??? I don't really understand what yo

Re: [Qemu-devel] qemu-cvs-2007-5-2 compile error

2007-05-02 Thread Sunil Amitkumar Janki
Hwang YunSong(황윤성) wrote: > make[1]: Entering directory `/home/hys545/qemu/arm-softmmu' > gcc33 -Wall -O2 -g -fno-strict-aliasing -I. -I.. > -I/usr/src/Haansoft/BUILD/qemu/target-arm -I/usr/src/Haansoft/BUILD/qemu > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -I/usr/src/Haansoft/B

Re: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-16 Thread Sunil Amitkumar Janki
I am sorry but the kernel config I previously attached is for my PDA (Xscale). I have attached the Armedslack Current kernel config for ARM Versatile. Regard, Sunil # # Automatically generated make config: don't edit # Linux kernel version: 2.6.20 # Mon Feb 12 20:38:46 2007 # CONFIG_ARM=y # CONF

Re: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-16 Thread Sunil Amitkumar Janki
tang peilei wrote: > thank you for your help. > > is this config you build your kernel and run in qemu ? > and can you debug yur kernel image in qemu ? i tried the gdb debug > ,but it failed. I have tried to build it a few times but it always errors out somewhere in the drivers section, probably b

Re: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-16 Thread Sunil Amitkumar Janki
tang peilei wrote: > or if some body had successfully install linux in qemu-arm, could you > tell me your steps ?? > so mybe i can find out what is wrong in my kernel image. thank you. I have followed these directions for installing Debian ARM in QEMU: http://www.aurel32.net/info/debian_arm_qemu.p

Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-29 Thread Sunil Amitkumar Janki
Thomas Orgis wrote: Sure, 32bit is vanishing from new hardware sales. You can hardly buy a 32-bit AMD chip anymore and I wouldn't buy a 32-bit Intel chip when you can get a 64-bit AMD for the same price or less. So for me, 32 bits are the state-of-the art, apart from my two machines at

Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-24 Thread Sunil Amitkumar Janki
Thomas Orgis wrote: Am Fri, 23 Mar 2007 15:45:49 + schrieb Paul Brook <[EMAIL PROTECTED]>: I do not understand enough of QEMU yet, but I have checked out CVS and am reading through its source. When I understand more I hope we can fix this long-standing annoyance. This is GCC PR1

Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-23 Thread Sunil Amitkumar Janki
Thomas Orgis wrote: Am Thu, 22 Mar 2007 21:13:00 +0100 schrieb Sunil Amitkumar Janki <[EMAIL PROTECTED]>: I have seen this error as well when building with i686/pentium3/athlon optimisations. As I am doing a course on x86 assembly programming at the moment I can tell you that it s

Re: [Qemu-devel] 0.9.0 and svn don't build with -march=pentium2 etc.; was: Latest SVN fails to build on Fedora Core 6 (same with 0.9.0)

2007-03-22 Thread Sunil Amitkumar Janki
Thomas Orgis wrote: Am Sun, 18 Mar 2007 09:18:40 + schrieb Nigel Horne <[EMAIL PROTECTED]>: The first part is true, the second is not, in that I already upgraded to the 686 kernel, so the qemu build on FC6 is not fixed by installing the 686 kernel. So, do we have any other clue