RE: [Qemu-devel] Mac as Host
Clearly, I'm an idiot! Now all I need to do is compile it for OS X, well considering I couldn't even find the CVS, that's going to be real fun! Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Daniel Jacobowitz Sent: 16 January 2006 19:51 To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] Mac as Host On Mon, Jan 16, 2006 at 03:10:02PM -, Farina, Jonathan wrote: > Paul, thanks for the link. > > That project looks dead. Can't link to the CVS and the page hasn't > been updated since March 05. Anyone know of any updated project > branch or has the functionality been merged into the main project? Did you even look at the same page Paul sent you to? :-) It's active, CVS works fine, and he's the author. -- Daniel Jacobowitz CodeSourcery ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel == Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html == ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] RE: qemu debian etch
Hi, win2003 (and as you say win XP) does not detect the media change. As a consequence the cached data gets not flushed (inside win). The "change cd /dev/cdrom" sometimes caused a qemu crash for me. So you probably found a bug. If nobody else solves the problem it will stay on my list as a low priority problem. TIP: mount your cd rom (images) via loopback and export them via smb (allow samba to follow symlinks and use simple ln -s commands to point to your mount points). Evidently you need a working win to do this. For (ms) win apps you don't need the iso images, just do what ms calls an "administrative install" to your smb server. Administrative installs are compatible with wine (if you like that) and can be shared from multiple clients (e.g. also saving disk space). TIP: to install windows (from MSDN cds) ... step (1) install a minimal system from a bootable cd. (2) make sure that the vm can access your smb server. (3) create a "slip stream" image of the win and SP you want to install on your smb server. (4) making an MSDN cd bootable will often be a problem - don't try it if you don't know better. (5) From your running vm re-install the (slip stream) win that you want via smb. (6) You should not go the other way round (installing a SP on the VM), which takes longer and wastes disk space. (7) start your VM with -vga to activate windows (8) configure your WSUS or other update mechanism and let it install the official patches from MS. TIP: don't panic. At least for win2003 the disk io can degenerate completely so that a login can take 75s. Sometimes it helps to run a disk-defrag (but stop it after a minute or so, otherwise it fills your virtual disk with crap). Here some figures for a P4 2.4 GHz and 1GByte memory (qemu -m 300 with kqemu used): (1) win2003 takes about 60s to boot (a factor of 2-3) (2) a login takes 6s (a factor of 3) (3) old COM based apps like Word have a "slow down" factor of 3 (4) .NET apps seem to run a little faster (VS 2003 is usable) (5) IO is a problem. Don't expect more than 5 MByte/s Win XP/2003 are a least usable and the cd rom bug is not so dramatic. It's also not a Debian problem. Yours Jürgen ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
[Qemu-devel] suggestion
Hello all, I use qemu 0.8.0 just a small suggestion about the resolution I have a wide screen and on 1024x768 the display is no good I suggest for the futur versions a support for the wide screen Guy ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
Re: [Qemu-devel] RE: qemu debian etch
Thanks Juergen, Finnally I Install first the win xp home, and after upgrade to the xp pro and install the office 2003 I use windows under qemu just to maintain applications that are builded with VS2002 and to help my users. I don't know if this problem is a bug but I loose about 4 days with this problem :) I install now VS2002, and same problem appear except that I can going to the windows explorer and start a refresh of the cdrom (D:) but a lot of try is needed :( No, the cdrom change does not crash my system, the only crash that I know come when the resolution of the screen is not correct and in this case qemu crash when I try to switch to full screen. Except this problem, qemu is a incredible product, I use for differents tests in the future, thanks a lot to the devellopers (sorry for my poor english) Best regards, Guy Juergen Pfennig a écrit : >Hi, >win2003 (and as you say win XP) does not detect the media change. >As a consequence the cached data gets not flushed (inside win). >The "change cd /dev/cdrom" sometimes caused a qemu crash for me. > >So you probably found a bug. If nobody else solves the problem it >will stay on my list as a low priority problem. > >TIP: mount your cd rom (images) via loopback and export them via >smb (allow samba to follow symlinks and use simple ln -s commands >to point to your mount points). Evidently you need a working win >to do this. For (ms) win apps you don't need the iso images, just >do what ms calls an "administrative install" to your smb server. >Administrative installs are compatible with wine (if you like >that) and can be shared from multiple clients (e.g. also saving >disk space). > >TIP: to install windows (from MSDN cds) ... step (1) install a >minimal system from a bootable cd. (2) make sure that the vm >can access your smb server. (3) create a "slip stream" image of >the win and SP you want to install on your smb server. (4) making >an MSDN cd bootable will often be a problem - don't try it if you >don't know better. (5) From your running vm re-install the (slip >stream) win that you want via smb. (6) You should not go the other >way round (installing a SP on the VM), which takes longer and >wastes disk space. (7) start your VM with -vga to activate windows >(8) configure your WSUS or other update mechanism and let it >install the official patches from MS. > >TIP: don't panic. At least for win2003 the disk io can degenerate >completely so that a login can take 75s. Sometimes it helps to >run a disk-defrag (but stop it after a minute or so, otherwise >it fills your virtual disk with crap). Here some figures for a >P4 2.4 GHz and 1GByte memory (qemu -m 300 with kqemu used): > >(1) win2003 takes about 60s to boot (a factor of 2-3) >(2) a login takes 6s (a factor of 3) >(3) old COM based apps like Word have a "slow down" factor of 3 >(4) .NET apps seem to run a little faster (VS 2003 is usable) >(5) IO is a problem. Don't expect more than 5 MByte/s > >Win XP/2003 are a least usable and the cd rom bug is not so dramatic. >It's also not a Debian problem. >Yours Jürgen > > >___ >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] Mac as Host
On 1/17/06, Farina, Jonathan <[EMAIL PROTECTED]> wrote: > Clearly, I'm an idiot! Now all I need to do is compile it for OS X, well > considering I couldn't even find the CVS, that's going to be real fun! I'm under the impression that it's for x86-only... -- "I decry the current tendency to seek patents on algorithms. There are better ways to earn a living than to prevent other people from making use of one's contributions to computer science." Donald Knuth ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel
RE: [Qemu-devel] MIPS emulation?
Hello Daniel, linux-mips.org CVS hasn't been updated in a couple of months (they switched to git). What's the latest MIPS kernel you've booted with qemu? The recent ones from the git repository seem to spin processing interrupts after detecting the wait instruction. Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Jacobowitz Sent: Saturday, January 14, 2006 12:45 PM To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] MIPS emulation? On Sat, Jan 14, 2006 at 07:34:36PM +0100, Tomasz Chmielewski wrote: > >(A) You have to build a qemu-specific kernel to use the MIPS QEMU. > > And how to build "qemu-specific MIPS kernel"? > > Is it just a kernel built for MIPS, or perhaps some qemu-specific > patches have to be applied? You have to select QEMU as your machine type when you configure the kernel. Use the linux-mips.org CVS, of course. > >(B) I have no idea if that method works with MIPS qemu; I only tested > >-kernel. > > Hmm? > > I didn't quite understand what you mean. I've never used -cdrom or -boot. -- Daniel Jacobowitz CodeSourcery ___ 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