[Qemu-devel] qemu and xubuntu as client
Hi If I try to start xubuntu/ubuntu (6.10) in qemu from cdrom the isolinux 3.11 says Loading... but can not change to graphic mode. How can I start ubuntu in qemu? Jens ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu vs gcc4
On Monday 30 October 2006 04:35, Rob Landley wrote: > On Monday 23 October 2006 1:58 pm, Paul Brook wrote: > > > Although, all told, it would seem to me that what might be called for > > > here is a new gcc target. A gcc target specifically for generating > > > qemu code. That would just simply generate whatever qemu wanted for > > > function postamble. > > > > Better to just teach qemu how to generate code. > > In fact I've already done most of the infrastructure (and a fair amount > > of the legwork) for this. The only major missing function is code to do > > softmmu load/store ops. > > https://nowt.dyndns.org/ > > So given that one of the reasons for doing this would be getting away from > depending on specific and increasily out of date versions of gcc to build > the thing, what would be involved in getting this version to build under > gcc-4.x? Should work pretty much out the box. Obviously if you build anything other than m68k then all bets are off. Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu vs gcc4
On Monday 30 October 2006 9:56 am, Paul Brook wrote: > On Monday 30 October 2006 04:35, Rob Landley wrote: > > On Monday 23 October 2006 1:58 pm, Paul Brook wrote: > > > > Although, all told, it would seem to me that what might be called for > > > > here is a new gcc target. A gcc target specifically for generating > > > > qemu code. That would just simply generate whatever qemu wanted for > > > > function postamble. > > > > > > Better to just teach qemu how to generate code. > > > In fact I've already done most of the infrastructure (and a fair amount > > > of the legwork) for this. The only major missing function is code to do > > > softmmu load/store ops. > > > https://nowt.dyndns.org/ > > > > So given that one of the reasons for doing this would be getting away from > > depending on specific and increasily out of date versions of gcc to build > > the thing, what would be involved in getting this version to build under > > gcc-4.x? > > Should work pretty much out the box. Obviously if you build anything other > than m68k then all bets are off. It didn't get to "work", it broke building. (The frighting part is that my patch at http://busybox.net/downloads/qemu applied to your version without rejects, but although that helped it get farther, it didn't finish.) I just did a standard "./configure --shutupaboutthecompilerversion; make; make install". (x86 is the first target I'm interested in, as it's the easiest to test and you said it's using at least some of the new code...) > Paul Rob -- "Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away." - Antoine de Saint-Exupery ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu vs gcc4
> > > So given that one of the reasons for doing this would be getting away > > > from depending on specific and increasily out of date versions of gcc > > > to build the thing, what would be involved in getting this version to > > > build under gcc-4.x? > > > > Should work pretty much out the box. Obviously if you build anything > > other than m68k then all bets are off. > > It didn't get to "work", it broke building. (The frighting part is that my > patch at http://busybox.net/downloads/qemu applied to your version without > rejects, but although that helped it get farther, it didn't finish.) > > I just did a standard "./configure --shutupaboutthecompilerversion; make; > make install". (x86 is the first target I'm interested in, as it's the > easiest to test and you said it's using at least some of the new code...) As I said before, the x86 target is a hybrid of the new and old code. ie. if it didn't work before it probably won't work after. configure with --target-list=m68k-user and it should work fine with gcc4. Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu and xubuntu as client
On Monday 30 October 2006 8:04 am, Jens Arm wrote: > Hi > > > If I try to start xubuntu/ubuntu (6.10) in qemu from cdrom > the isolinux 3.11 says Loading... but can not change to graphic mode. > > How can I start ubuntu in qemu? Are you trying the x86-64 version, or the x86 version? I haven't been able to get the 64-bit version to work for a while. The bios doesn't seem to like grub... Rob -- "Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away." - Antoine de Saint-Exupery ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu vs gcc4
> As I said before, the x86 target is a hybrid of the new and old code. ie. if > it didn't work before it probably won't work after. configure > with --target-list=m68k-user and it should work fine with gcc4. > > Paul I need a x86 instruction set simulator that can step-by-step execute could and allow me access to the internals. This is why I have looked at qemu because of a recommendation from a developer of Ptlsim. It was suggested that qemu would be lighter weight for what I need. So what do you suggest I use for a x86 instruction set simulator? Stephen -- PhD. Student Auburn University Department of Computer Science and Software Engineering 107 Dunstan Hall Auburn, AL 36849-5347 U.S.A. (334) 844-4330 (O) [EMAIL PROTECTED] ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu vs gcc4
On Monday 30 October 2006 22:54, Stephen Torri wrote: > > As I said before, the x86 target is a hybrid of the new and old code. ie. > > if it didn't work before it probably won't work after. configure > > with --target-list=m68k-user and it should work fine with gcc4. > > > > Paul > > I need a x86 instruction set simulator that can step-by-step execute > could and allow me access to the internals. This is why I have looked at > qemu because of a recommendation from a developer of Ptlsim. It was > suggested that qemu would be lighter weight for what I need. So what do > you suggest I use for a x86 instruction set simulator? Use qemu, and build it with gcc3. Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] qemu and xubuntu as client
> > Hi > > > > > > If I try to start xubuntu/ubuntu (6.10) in qemu from cdrom > > the isolinux 3.11 says Loading... but can not change to graphic mode. > > > > How can I start ubuntu in qemu? > Are you trying the x86-64 version, or the x86 version? I haven't been able > to > get the 64-bit version to work for a while. The bios doesn't seem to like > grub... It is booting the x86 version from CD. ISOLinux is trying to change to graphic (perhaps vesa), but qemu ist using 100% CPU and nothing happens. Qemu is newest from svn. Jens ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] IA64 host support about Qemu
Hi all, I noticed that IA64 host suport is only in develpment from Qemu's official Website. Can anyone tell me the current status about it ? Now I want to run X86 guest OS on IA64 host. Can I get it happen ? Currently, Seems sourcecode of Qemu was recursivly compiled in IA64 environment, and get an infinite loop for compiling. Hence, I couldn't get the target object. Can you give some tips about it ? Thanks a lot. --David ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel