Re: [Qemu-devel] PPC little-endian mode support

2005-04-22 Thread art yerkes
On Mon, 18 Apr 2005 10:36:38 +0200 "J. Mayer" <[EMAIL PROTECTED]> wrote: > This patch adds little-endian mode support to PPC emulation. > This is needed by OS/2 and Windows NT and some programs like VirtualPC. > This patch have been tested using OS/2 bootloader (thanks to Tero > Kaarlela). Thanks

Re: [Qemu-devel] Qemu network?

2005-04-22 Thread Ben Taylor
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?

[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] X86_64 (AMD64) build segfaults

2005-04-22 Thread [EMAIL PROTECTED]
ok, just compiled the new gcc4, it doesnt segfault anymore, but i get the following error now: /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c In file included from /usr/src/emulator/qemu-snapshot-2005-04-21_23/target-i386/op.c:22: /usr/src/emulator/qemu-snapshot-2005-04-21_23/ta

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread Paul Brook
On Friday 22 April 2005 17:12, Jonas Maebe wrote: > On 22 apr 2005, at 17:41, [EMAIL PROTECTED] wrote: > > Hello Jonas, here is the output of the command you gave me for this > > function, does this help ? > > It helps in the sense that it confirms my suspicion, although I don't > know why it creat

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread [EMAIL PROTECTED]
Hello Jonas, here is the output of the command you gave me for this function, does this help ? 1ab0 : 1ab0: 89 d8 mov%ebx,%eax 1ab2: 25 ff ff 00 00 and$0x,%eax 1ab7: 75 27 jne1ae0 1ab9:

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread Jonas Maebe
On 22 apr 2005, at 17:41, [EMAIL PROTECTED] wrote: Hello Jonas, here is the output of the command you gave me for this function, does this help ? It helps in the sense that it confirms my suspicion, although I don't know why it creates such convoluted code. Maybe in order to have as small code a

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread Jung-uk Kim
> when trying to compile qemu i get always a segfault. My system is > uniarch x86_64, cc version 3.4.3, did happen with 3.3 too. > > tried snapshot and 0.6.1, no difference - getting only > > target-i386/op.c:374: internal compiler error: Segmentation fault > Please submit a full bug report, > with

Re: [Qemu-devel] Problems with Prep IDE

2005-04-22 Thread Tero Kaarlela
Ok, What I have made now: 1. Changed vendor id of PREP Pci bridge from 1011 to 1014 (ibm) 2. Tried booting and noticed that Bootloader did: pci_config_read: PCI Bridge address:10 value: 0x 3. Found out that address 10 should have base adress in it.

Re: [Qemu-devel] Problems with Prep IDE

2005-04-22 Thread Tero Kaarlela
J. Mayer wrote: On Fri, 2005-04-15 at 23:58 +0300, Tero Kaarlela wrote: Hi, I am still trying to boot OS/2 PPC edition with Qemu. Non-contiguos IO map & no support for Little-endian have been solved now thanks to J. Mayer who sent me patches to work these out. Now bootloader gives me foll

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

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread [EMAIL PROTECTED]
I don't think it'll be possible for me to fix this, i don't have any knowledge about these functions at all... On Fri, 22 Apr 2005 18:12:10 +0200 Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 22 apr 2005, at 17:41, [EMAIL PROTECTED] wrote: > > > Hello Jonas, here is the output of the command

[Qemu-devel] We need a Staff Engineer for Virtual Machine Hypervisor

2005-04-22 Thread Blair Mandell
We are a recently funded startup in Santa Clara, CA.   3Leaf Networks is developing the infrastructure required to support both scale-up and scale-out virtual computing in the enterprise datacenter. 3Leaf is ramping up the engineering team, providing an opportunity for you to participat

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread Jonas Maebe
On 22 apr 2005, at 16:50, [EMAIL PROTECTED] wrote: dyngen: ret or jmp expected at the end of op_bsfw_T0_cc any ideas for that ? :) gcc 4.0 apparently performs some sort of optimization which is incompatible with qemu's object parser. Post the code of that routine to have people see what the probl

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread Jung-uk Kim
> when trying to compile qemu i get always a segfault. My system is > uniarch x86_64, cc version 3.4.3, did happen with 3.3 too. > > tried snapshot and 0.6.1, no difference - getting only > > target-i386/op.c:374: internal compiler error: Segmentation fault > Please submit a full bug report, > with

Re: [Qemu-devel] Problems with Prep IDE more info

2005-04-22 Thread Tero Kaarlela
Is this ok?(I just figured it out somehow) Now bootloader gives me: dma:command 0x24 not supported dma:command 0x25 not supported Just figuring out what these commands are Turned on #debug DMA and here is the whole deal: command: 0x24 not supported

Re: [Qemu-devel] X86_64 (AMD64) build segfaults

2005-04-22 Thread Joshua Root
FWIW, there are similar problems with gcc 4 on ppc. Dyngen dies on _op_bsfl_T0_cc, because the blr is in the middle of the function. The only way I've found to get around this is to put -O0 in the CFLAGS in Makefile.target. I tried the various -fno-align-* options to no avail. In case anyone is

Re: [Qemu-devel] Solaris (9 and 10) supported on 0.6.1?

2005-04-22 Thread Celso Pinto
Hi, >> I just pulled the source from CVS and applied the mentioned patch > > Which patch? hmmm not the one you just sent. Taking a look at this patch, the only code I patched was: @@ -500,6 +506,10 @@ static inline void ide_set_irq(IDEState *s) { if (!(s->cmd & IDE_CMD_DISABLE_IRQ)) { +

[Qemu-devel] both kqemu and qvm86 fail to build against kernel 2.6.4

2005-04-22 Thread William barath
"William barath" <[EMAIL PROTECTED]> wrote: > > I've tried recently to build both qvm86 and kqemu kernel modules with > identical results... > > Instead of building the module, it builds ALL other kernel modules. Luckily > this only takes a few minutes on the second and third attempt! don't know

Re: [Qemu-devel] Solaris (9 and 10) supported on 0.6.1?

2005-04-22 Thread emuls
Hello, I install a Solaris 10 (03/05) on couple QEMUs from CVS 0.6.2 (Host FEDORA or CentOS) without huge problems (With or without IDE patch). I tried both instalation from CD-ROM image and CD (/dev/cdrom). Issues: 1. If HOST is LINUX check your kernel (QEMU dont like some kernel hacks to make L

Re: [Qemu-devel] Solaris (9 and 10) supported on 0.6.1?

2005-04-22 Thread Juergen Keil
> I just pulled the source from CVS and applied the mentioned patch Which patch? > but had no luck (tried running qemu both > with and without -isa). It keeps bumping on the "cannot mount root" > error and reboot automatically again and again. Are you trying to install Solaris 9 x86, or Solaris