[Qemu-devel] qemu for windows and sparc-Linux

2007-10-30 Thread ISHWAR RATTAN
Does the current version of qeumu-0.9.0+?? allow the serail port output of no-graphic boot option to be visible in the qemu window as is possible under Linux? -ishwar

[Qemu-devel] SDL initialization?

2007-04-29 Thread ISHWAR RATTAN
This is a strange one. I just compiled and installed 4/29 snapshot of qemu (all files in /usr/local). Before compilation: $ which sdl-config /usr/local/bin/sdl-config $ ./configure $ make #make install $ ldd /usr/local/bin/qemu libSDL-1.2.so.0 => /usr/local/lib/libSDL-1.2.s0.0 (0xb7e84000

Re: [Qemu-devel] qemu and debian-4.0r0-linux?

2007-04-27 Thread ISHWAR RATTAN
dereference tsk->{mm,active,mm}->context = 00c3 tsk->{mm, active,mm}->pgd = fc017000 Kernel panic -- not syncing; killing interrupt handler -ishwar On Fri, 27 Apr 2007, Stuart Brady wrote: On Thu, Apr 26, 2007 at 08:24:28PM -0400, ISHWAR RATTAN wrote: Has any one had succe

[Qemu-devel] qemu and debian-4.0r0-linux?

2007-04-26 Thread ISHWAR RATTAN
Has any one had success with this install? It seems to fail all the time even with -nographic option (this worked for 3.1r1)? -ishwar

Re: [Qemu-devel] configure flag for compilation question..

2006-10-16 Thread Ishwar Rattan
On Fri, 13 Oct 2006, Ben Taylor wrote: Manually add "-L/usr/local/lib -R/usr/local/lib" to the Makefile for the link phase so it will correctly add those paths to the library lookup. If I had a code base to look at this instance, I could tell you where. You could also add those flags to Make

Re: [Qemu-devel] configure flag for compilation question..

2006-10-13 Thread Ishwar Rattan
On Fri, 13 Oct 2006, Martin Bochnig wrote: In particular not for 64bit_amd64. You will hardly be able to meet the required dependencies. I'm leaving over the weekend now, much luck with it. Well, the source compiled after LD_LIBRARY_PATH trick with correct libSDL dependency, ldd shows this

Re: [Qemu-devel] configure flag for compilation question..

2006-10-13 Thread Ishwar Rattan
On Fri, 13 Oct 2006, Martin Bochnig wrote: Ishwar Rattan wrote: Where is the problem 64bit versus 32bit ? (32 bit version of libSDL-1.2.so.0 found while amd64 64bit version needed?) (should go under /usr/local/lib/amd64/libSDL-1.2.so.0) Well, the problem is I do not root privileges so

[Qemu-devel] configure flag for compilation question..

2006-10-13 Thread Ishwar Rattan
Trying to compile qemu on amd64 based Solaris. I do not have write permission to /usr/local subtree ./configure --libdir=other-path --prefix=not-ustlocal is fine but make always generates binaries that want to find /usr/local/lib/libSDL-1.2.so.0 etc. (checked with ldd). What is the way out for

[Qemu-devel] AMD64+Solaris10 compile

2006-10-12 Thread Ishwar Rattan
Is there a way to compile qemu-cvs-snapshot under Solaris-10 running on amd64 processor? -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu-system-sparc question?

2006-10-11 Thread Ishwar Rattan
On Wed, 11 Oct 2006, Paul Brook wrote: IMHO there's nothing particularly good about sparc for teaching assembly (Whoever thought register windows were a good idea!). The goal is not about assembly but programmer view of a processor architecture using a mix of C and a little assembly. -ishwar

RE: [Qemu-devel] qemu-system-sparc question?

2006-10-10 Thread Ishwar Rattan
Well here is the situation. Dept had a lab with SPARC based Solaris machines that were phased out in summer (over my objections). I needed the environment to teach first computer archt course with some assembly language thrown in. Intel processor assembly requires a much bigger effort (on part of

Re: [Qemu-devel] qemu-system-sparc question?

2006-10-10 Thread Ishwar Rattan
On Tue, 10 Oct 2006, WaxDragon wrote: I've booted both aurora sparc linux 2.0-rcsomething and the last sparc32 gentoo iso available (install-sparc-universal-2004.1.iso). They both "work" to a certian point. There are still bugs to be fixed / uncovered. Can you give some more information on

[Qemu-devel] qemu-system-sparc question?

2006-10-10 Thread Ishwar Rattan
Is it possible to boot the iso image debian-31r3-sparc-netinst.iso in qemu-system-sparc? What about other Linux distributions? -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Sparc binary question?

2006-10-09 Thread Ishwar Rattan
What is the difference between qemu-sparc and qemu-system-sparc generated during Qemu build under Linux on a i386 box? -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu-0.8.2 question..

2006-09-28 Thread Ishwar Rattan
I saw the file src/hw/lance.c. Is it the driver for amdlance NIC (as the one emulated in vmware)? -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Solaris-10 and qemu-0.8.2?

2006-08-10 Thread Ishwar Rattan
The command in qemu-source directory: ./configure --install=/usr/ucb/install generates Makfile for i386 architecture. Is there a way to force it to generate one for amd64? -ishwar On Thu, 10 Aug 2006, Ishwar Rattan wrote: These are new boxes in the lab. Hardware is Opetron based Solaria box

[Qemu-devel] Solaris-10 and qemu-0.8.2?

2006-08-10 Thread Ishwar Rattan
These are new boxes in the lab. Hardware is Opetron based Solaria box: SunOS cps203 5.10 Generic_118855-14 i86pc i386 i86pc Solaris Any idea how to compile qemu on this box. I tried configuration and compilation but no success. Any idea? -ishwar _

[Qemu-devel] qemu-0.8.2 under Solaris compilation?

2006-07-26 Thread Ishwar Rattan
I failed to compile qemu-0.8.2 under Solaris on SPARC Sun-Blade-100 box. [EMAIL PROTECTED]: qemu-0.8.2 $ uname -a SunOS cps222 5.10 Generic_118833-03 sun4u sparc SUNW,Sun-Blade-100 [EMAIL PROTECTED]: qemu-0.8.2 $ gcc -v Reading specs from /opt/sfw/bin/../lib/gcc/sparc-sun-solaris2.10/3.4.4/sp

[Qemu-devel] Kernel-kqemu question

2006-06-14 Thread Ishwar Rattan
I am trying to use kqemu-1.3.0pre7 under few linux boxen I works for some guests and not for others. Is there a list of guests that work with -kernel-kqemu? (differences exist even for same kernel but different distributions..) Is any one using it for Windows98 guest? -ishwar _

[Qemu-devel] qemu+SDL question..

2006-06-13 Thread Ishwar Rattan
On a new Linux system: (Kanotix-lite) I compiled and installed SDL-1.2.10 compiled and installed qemu-0.8.1 but invocation of qemu results in error message: Couldn't Initialize SDL -- exiting any ideas? -ishwar ___ Qemu-devel mailing list Qe

[Qemu-devel] Qemu-0.8.1 and Belneix-0.4.3?

2006-05-23 Thread Ishwar Rattan
Any one has had success with this combination? Also, anyone running any x86 version of Solaris under qemu? I would like a copy of the disk-image if possible. -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/li

[Qemu-devel] qemu-0.8.1 and Solaris-10

2006-05-11 Thread Ishwar Rattan
I was able to compile the qemu-cvs code with Taylor's patches applied. I did not see a qemu executable? Is it the same as qemu/aprc-softmmu/qemu-system-sparc? When I try to use it it keeps complaining that it can't load:: /usr/local/share/qemu/proll.elf: No such file or directory qemu: could not

Re: [Qemu-devel] qemu-0.8.1-cvs patch for Solaris/sparc

2006-05-10 Thread Ishwar Rattan
On Wed, 10 May 2006, Ben Taylor wrote: > > Enclosed is a set of patches that allows qemu-0.8.1-cvs to be compiled on > Solaris 10 > Sparc systems and run x86 software (tested DamnSmallLinux and Win98SE). I > will Is thre a support for Sun-Blade-100 based system? I tried to compile the 0.8.1

[Qemu-devel] Re: kqemu-1.3.0-pre6 and qemu-0.8.1

2006-05-04 Thread Ishwar Rattan
-localtime) System Kanotix-2005-4, kernel-2.6.15.1 gcc-4.0 used for kqemu anf gcc-3.4 used for qemu-8.8.1 -ishwar On Thu, 4 May 2006, Ishwar Rattan wrote: > > Syatme is Debian derivative, kernel version 2.6.15.1. > compiled k1qemu with gcc-4.0, compiles and insmods fine > compiled qemu

[Qemu-devel] kqemu-1.3.0-pre6 and qemu-0.8.1

2006-05-04 Thread Ishwar Rattan
Syatme is Debian derivative, kernel version 2.6.15.1. compiled k1qemu with gcc-4.0, compiles and insmods fine compiled qemu with gcc-3.4, compiles, installs and runs fine without -kernel-kqemu option kernel panic with -kernel-kqemu option (guest slax, host linux). Is this a known issue? -ishwar

[Qemu-devel] qemu and SPARC(Solaris-10)?

2006-04-20 Thread Ishwar Rattan
I recall (vaguely) that some one was able to compile and run qemu under Solaris-10 on SPARC? I would like to have the details too. -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu-0.8.0 and vde-1.5.9 question

2006-04-05 Thread Ishwar Rattan
The system is Kanotix-2005-4 Qemu-0.8.0 Vde-1.5.9 I setup the bridge and add interface tun0 to the bridge (have done it before correctly) but /usr/bin/vdeqemu -hda disk-image -m256 -localtime -net vde -net nic,macaddr=54:52:00:12:34:62 reports error: qemu: invalid option -- '-tun-fd' qemu exit

[Qemu-devel] qemu-snapshot-2006-02-28_23 and kqemu-0.7.2

2006-03-10 Thread Ishwar Rattan
Has kqemu become obsolete with CVS version of qemu? A ./configure followed by make, do not produce kqemu.ko in the kqemu subdirectory. -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Vdeqemu question?

2006-01-24 Thread Ishwar Rattan
few hours and than resets network interface back to DHCP address? Any pointers to a solution for this annoying problem. (How to make the 169.x address stick in guest OS). -ishwar On Mon, 23 Jan 2006, Paul Brook wrote: > On Monday 23 January 2006 20:17, Ishwar Rattan wrote: > > vde

[Qemu-devel] Vdeqemu question?

2006-01-23 Thread Ishwar Rattan
I have Linux (Debian absed) system with qemu-0.8.0 and vde-2.0.1 installed and running. It comes out that vdeqemu does not pass the macaddress info correctly to qemu: vdeqemu -hda ./image1 -m 128 & and vdeqemu -hda ./image2 -m 128 -net nic,macaddr=54:42:00:12:34:57 & end up having the same mac

[Qemu-devel] Quesion on ethernet card emulation?

2006-01-07 Thread Ishwar Rattan
I know that qemu emulates ne2000 compatible card but which of the following version is it? - NE2000 compatibel PCI - NE2000 compatibel ISA I am having ptoblems in networking part of QNX-6.2.1 under qemu-0.8.0. I can't make the system see the card. -ishwar ___

[Qemu-devel] qemu-0.8.0 question?

2006-01-02 Thread Ishwar Rattan
Has there been a change in -user-net part (other than -net user) for qemu-0.8.0? I installed Minix-3.1.1 under qemu-0.7.2 and the network part of the install does not work with qemu-0.8.0. -> qemu-0.7.2 (with -user-net option) #ifconfig -a /dev/ip: address 10.0.2.15 netmask 255.255.255.0 mtu 15

[Qemu-devel] multiple instances of qemu process?

2005-12-02 Thread Ishwar Rattan
If more than one qemu instances are started (with same different guest OS) on Linux with -user-net option each gets ip-address 10.0.2.15 and only one of them (the first one to come up) can acess Intenet. Has this issue come up before? Is there a solution? -ishwar ___

[Qemu-devel] qemu-7.2 and minix-3 networking

2005-12-01 Thread Ishwar Rattan
I just tried Minix-3.1.1 install on qemu-7.2 on a Linux. I have had no success with getiing ether card emulation to work. What are the attributes of this device in terms of: i/o_address:irq:mem-address triple? Any one got it working? -ishwar ___

[Qemu-devel] Invocation under windows..

2005-10-09 Thread Ishwar Rattan
I am running Win2000 system. I down loaded qemu-7.1-3.zip from dad-answers.com/download/win32/. Extracted it in a folder Qemu. >From command windowd cded to the folder. Invocation does nothing, I get the prompt right back (no error messages or help etc.). So how can I invoke it to boot a boota

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

2005-06-14 Thread Ishwar Rattan
A points to note: It is free software, doesn't work for you, do not use it. -ishwar On Mon, 13 Jun 2005 [EMAIL PROTECTED] wrote: > As near as I can tell, they haven't done a thing, and weren't the slightest > bit interested in the bug report. ___ Qe

Re: [Qemu-devel] Re: xen is not working with qemu0.7/kqemu

2005-06-13 Thread Ishwar Rattan
Why would anyone want run an emulator in another emulator.. -ishwar ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Can't link kqemu kernel module on AMD64 system?

2005-06-09 Thread Ishwar Rattan
Short answer is no. The patch does not work for 64-bit kernel/system. -ishwar On Thu, 9 Jun 2005, Jeff Wiegley wrote: > I have an AMD64 system with Debian pure64 distribution. > My kernel is 2.6.12-rc6 (I'm stuck with it due to a particular > patch fix) > > Is it possible to get kqemu working on

Re: [Qemu-devel] Bug compiling kqemu

2005-05-29 Thread Ishwar Rattan
On Sun, 29 May 2005, Juergen Bullinger wrote: > LD [M] /home/juergen/downloads/qemu/qemu-0.7.0/kqemu/kqemu.o > ld: Relocatable linking with relocations from format elf32-i386 > (/home/juergen/downloads/qemu/qemu-0.7.0/kqemu/kqemu-mod.o) to format > elf64-x86-64 (/home/juergen/downloads/qemu/qem

[Qemu-devel] Qemu network?

2005-04-22 Thread Ishwar Rattan
Finally got the qemu working under 2.6.10 kernel. Wtih -user-net option ifconfig -a (linux guest too!) I can see the interface assigned address 10.0.2.15. I can't ping it from host side. Is there way to allow guest OS to have Internet access? -ishwar ___

Re: [Qemu-devel] Qemu network?

2005-04-22 Thread Ishwar Rattan
On Fri, 22 Apr 2005, Ben Taylor wrote: > Ishwar Rattan <[EMAIL PROTECTED]> wrote: > > > > > > Finally got the qemu working under 2.6.10 kernel. Wtih > > -user-net option ifconfig -a (linux guest too!) I can see > > the interface assigned address 10.0.2.15.