[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)
 ..
$ /usr/local/bin/qemu -cdrom ./image.iso -boot d -m 128 -localtime

Could not initialize SDL - exiting

The above procdure used to work before on this Linux box :-(

-ishwar




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

2007-04-27 Thread ISHWAR RATTAN

The host system is Pentium 4 runing Linux.

Qemu is qemu-0.9.0 (snapshot 4/26)

I tried the net-installs:
  debian-40r0-sparc-netinst.iso
and
  debian-testing-sparc-netinst.iso

both stop at random points during the
step installing the systsem:

error seen:

Unable to handle kernel NULL pointer 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 success with this install? It seems to
fail all the time even with -nographic option (this worked
for 3.1r1)?


Which port?  i386, amd64, arm, mips(el), sparc or ppc?

How are you booting the installer?  I.e. which CD image?

What version of QEMU are you using?  0.9.0?  Or are you using CVS?

Could you describe the failure at all?  (Any console output would help.)

Thanks.
--
Stuart Brady







[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 Makefile.target in the SOLARIS specific areas,
which would probably make more sense.

Can you point the areas?  (I only found one

ifdef CONFIG_SOLARIS
LIBS+=-lsocket -lnsl -lresolv -L/home/faculty/r/rattan/solqemu/lib -R/home/facul
ty/r/rattan/solqemu/lib
endif
)
and it does not make a difference.

-ishwar


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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 too, but invocation of qemu:

qemu -hda ./minix.img -m 128 -localtime -no-kqemu
results in
[1]+  Segmentation Fault  ./qemu -hda ./minix.img -m 128 -localtime 
-no-kqemu

and
qemu-system-x86_64 ./minix.img -m 128 -localtime
results in a
   QEMU[Stopped] window

The HD image minix.img does boot correctly on a Linux machine.

Also, I downloaded the SDL-1.2.11 source from opensolaris.org download 
page. I can't figure out how to apply the 64bit patch (patch rejects the 
diffs, a visual inspection shows that patch is already applied to the

source?)

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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 can't place libSL in
/usr/local/lib or /usr/local/lib/amd64.

I would like to  keep it in $HOME/lib and want qemu to see the lib 
archive.


I will try LD_LIBRARY_PATH option. Is to possible to have a staticly
linked version of libSDL in the qemu binaries?

-ishwar


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 this sticky point?

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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


___
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-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 students) which defeats the puprpose
of the course. So, I thought that I could put together
the SPARC back, if I am able to boot a SPARC version of
Linux (with gcc, gas, text-editor and networking) under
qemu. Hence the barrage of questions. GUI is a non-issue.

-ishwar

On Tue, 10 Oct 2006, Blue Swirl wrote:


Is it possible to boot the iso image
  debian-31r3-sparc-netinst.iso

in qemu-system-sparc? What about other
Linux distributions?


In serial console mode it should boot and the install should finish (Qemu CVS 
version), at least on 3.1r1 full CD.


I made some tests a while ago, here are the results:

Aurora 1.0 graphical: X starts
Aurora 2.0 graphical: X starts, partitioning fails
Aurora 2.1 graphical: installer thinks CD is not correct
Debian 3.1 R1 serial: install complete
Gentoo 1.4 RC5 graphical: shell prompt, keyboard fast repeat
Gentoo 2004.1 graphical: shell prompt, keyboard fast repeat, hangs
NetBSD 1.6.1 graphical: loader can't find kernel
NetBSD 2.1 graphical: loader can't find kernel
NetBSD 3.0 graphical: loader can't find kernel
Red Hat 4.2 Zoot graphical: Cannot open /dev/kbd, keyboard doesn't work
SuSE 7.1 graphical: X starts, mouse doesn't work

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





___
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-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 the boot process itself?
Where can I find install-sparc-universal-2004.1.iso (it is not
on the mirrors?

Thanks,
-ishwar


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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:

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 mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel




___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as 
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.4.4

[EMAIL PROTECTED]: qemu-0.8.2
---
...
.8.2/slirp -c -o vl.o /home/faculty/r/rattan/qemu-0.8.2/vl.c
/home/user/r/rattan/qemu-0.8.2/vl.c: In function `cpu_get_ticks':
/home/user/r/rattan/qemu-0.8.2/vl.c:589: warning: implicit declaration of 
function `cpu_get_real_ticks'
/home/user/r/rattan/qemu-0.8.2/vl.c: In function `init_timer_alarm':
/home/user/r/rattan/qemu-0.8.2/vl.c:1008: warning: label `use_itimer' defined 
but not used
/home/user/r/rattan/qemu-0.8.2/vl.c: In function `net_slirp_smb':
/home/user/r/rattan/qemu-0.8.2/vl.c:2931: warning: int format, pid_t arg (arg 4)
/home/user/r/rattan/qemu-0.8.2/vl.c: In function `create_pidfile':
/home/user/r/rattan/qemu-0.8.2/vl.c:3892: warning: int format, pid_t arg (arg 3)
/home/user/r/rattan/qemu-0.8.2/vl.c: At top level:
/home/user/r/rattan/qemu-0.8.2/vl.c:922: warning: 'start_rtc_timer' defined but 
not used
/home/user/r/rattan/qemu-0.8.2/vl.c: In function `cpu_get_ticks':
/home/user/r/rattan/qemu-0.8.2/vl.c:589: warning: implicit declaration of 
function `cpu_get_real_ticks'
...
lm -lz -lsocket -lnsl -lresolv -L/opt/sfw/lib -R/opt/sfw/lib -lSDL -lpthread 
-lposix4
Undefined   first referenced
 symbol in file
 cpu_get_real_ticks  vl.o
 ld: fatal: Symbol referencing errors. No output written to qemu
 collect2: ld returned 1 exit status
 gmake[1]: *** [qemu] Error 1
 gmake[1]: Leaving directory `/home/user/r/rattan/qemu-0.8.2/i386-softmmu'
 make: *** [subdir-i386-softmmu] Error 2


Any ideas?
-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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/listinfo/qemu-devel


[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 load prom '/usr/local/share/qemu/proll.bin'

I know I have not installed it in /usr/local as I do not
have the privileges but should this file be somewhere
in the qemu/* (where it was compiled)?

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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 version, and it quit with message that the processor is
unknown.

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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

2006-05-04 Thread Ishwar Rattan

I have a few images from qemu-0.8.0 version::
  debian-3.r1   boots
  freebsd-6.0   complains about caclcru:...
  openbsd-3.8   does not boot
  plan 9does not boot
  minix-3.0 does not boot

all of the boot and work without -kernel-kqemu option
(qemu -hda ./image-file -m 128 -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 with gcc-3.4, compiles, installs and runs
> fine without -kernel-kqemu option
>
> kernel panic with -kernel-kqemu option (guest slax,
> host linux).
>


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 exited: vdeqemu quits

I seem to reacall that it worked with qemu-0.7.2 ?

Any ideas?

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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

Thanks for the information. It works. Now I
see one more problem.

Dept has two LANs (169.x and 170.X), my desktop
is on 169.x (static IP) and 170.x is used for DHCP server.

Qemu guest, gets a DHCP address, I change it to an unused
IP in 169.x (ipconfig/route add). The guest OS works fine
for a 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:
> > vdeqemu -hda ./image1 -m 128 &
> >
>
> Add -net vde and it should work.
>
> Paul
>


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 macaddress.

Any one using this type of setups?

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 1500
#

-> qemu-0.8.0 (with -net user option)
#ifconfig -a
# ifconfig -h 10.0.2.15 -n 255.255.255.0
ifconfig: Unable to open /dev/ip: No such device or address
#

Any ideas?
-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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 bootable.iso
image?

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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 this system?
>
> When I compile I get this:
>
> make -C kqemu
> make[1]: Entering directory `/home/jeffw/Downloads/qemu-0.7.0/kqemu'
> make -C /lib/modules/2.6.12-rc6-jw9/build M=`pwd` modules
> make[2]: Entering directory `/usr/src/linux-2.6.12-rc6'
>CC [M]  /home/jeffw/Downloads/qemu-0.7.0/kqemu/kmod.o
> cp /home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu-mod-i386.o
> /home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu-mod.o
>LD [M]  /home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu.o
> ld: Relocatable linking with relocations from format elf32-i386
> (/home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu-mod.o) to format
> elf64-x86-64 (/home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu.o) is not
> supported
> make[3]: *** [/home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu.o] Error 1
> make[2]: *** [_module_/home/jeffw/Downloads/qemu-0.7.0/kqemu] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.6.12-rc6'
> make[1]: *** [kqemu.ko] Error 2
> make[1]: Leaving directory `/home/jeffw/Downloads/qemu-0.7.0/kqemu'
> make: *** [all] Error 2
>
> I saw the posting about a x86-64 alpha version of kqemu coming out in
> "the next few days" but that was a month ago. Did this happen? Or does
> it just not work on AMD64 systems/kernels yet?
>
> Thanks,
>
> --
> Jeff Wiegley, PhDhttp://www.csun.edu/~jeffw
> Computer Science Assistant ProfessorEA1407 Engineering Addition
> California State University Northridge   email   [EMAIL PROTECTED]
> 18111 Nordhoff Street office phone   818.677.3887
> Northridge CA 91330-8281CS Dept. phone   818.677.3398
> USA   (ignore:cea2d3a38843531c7def1deff59114de)
>
>
> ___
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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/qemu-0.7.0/kqemu/kqemu.o) is
> not supported
  ^
Probably the kernel patch does not work for 64-bit
kernel scenario, read the error carefully.

-ishwar



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[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



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


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. I can't ping it
> > from host side. Is there way to allow guest OS to have Internet
> > access?
>
> The qemu process "proxies" the requests from the user-net
> network stack out to the public net.  It's documented that
> you can't ping the guest interface from the host.  If you
> need access from the host to the guest, you can setup
> a couple of redirection ports which the qemu process
> opens as listeners on the host which then get redirected
> to the guest network stack.

Where can I find info on this on these proxies?

Thanks in advance,
-ishwar


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel