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

2005-04-21 Thread Ben Taylor
Celso Pinto [EMAIL PROTECTED] I noticed on the website that Solaris is a supported guest OS so I took a shot at trying to install them without much luck. The installed keeps panic-ing stating it cannot mount root (screenshot: http://yimports.com/~cpinto/downloads/qemu/Screenshot-1.png).

[Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch

2005-04-28 Thread Ben Taylor
This patch is mostly a collation of several sets of Solaris host patches that have been around. It deals with several issues, mostly around the configure script since Solaris doesn't have bash functionality in /bin/sh. I've also added the ability to use OSS Audio support at configure time.

Re: Re: [Qemu-devel] Windows Laptop Idea

2005-04-29 Thread Ben Taylor
[EMAIL PROTECTED] wrote: Hertz has alreadyc ommented a bit, but I thought I'd add a few thoughts. It dawned on me that I really hate the fact that I can't really install my HP restore CD's on anything but my Welcome to Microsoft's grip on the world I've never seen an HP restore

[Qemu-devel] Interaction between snapshot and savevm/loadvm

2005-05-01 Thread Ben Taylor
Does anyone know the interaction between using snapshot and a savevm'd state. I'd like to do some testing without having to lug around several copies of an image file, so I'm thinking that i'd like to use a snapshot with a savevm state file to restart an image. This way, if something blows up

Re: Re: [Qemu-devel] Windows Laptop Idea

2005-05-01 Thread Ben Taylor
[EMAIL PROTECTED] wrote: The rescue disks aren't an OEM copy of WinXP Home, they are a set of 6 CD's containing a very fixed version of Partition Quest's partition restorer. I went down into Ahh... Yeah, you got screwed. I thought those kinds of practices went out with Win98.

Re: Re: [Qemu-devel] loadvm keyboard weirdness

2005-05-02 Thread Ben Taylor
Oliver Gerlich [EMAIL PROTECTED] wrote: Ben Taylor wrote: However, once I am booting the debian off the hard disk, customize the image and save it, the problem I see is when I reload the image using the command line parameter -loadvm knoppix-save.vm. I get the screen back exactly

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil [EMAIL PROTECTED] wrote: I have retested on sparc (sol9), by adding some of the defines in fenv.h for Solaris 10 to the gnu-c99-math.h file you created, and the patches you posted, and now I'm getting an error when I compile that looks like this: for d in

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil [EMAIL PROTECTED] I have retested on sparc (sol9), by adding some of the defines in fenv.h for Solaris 10 to the gnu-c99-math.h file you created, and the patches you posted, and now I'm getting an error when I compile that looks like this: for d in i386-softmmu

Re: Re: [Qemu-devel] user networking - win xp quest, amd64 linux host

2005-05-08 Thread Ben Taylor
Adrian Smarzewski [EMAIL PROTECTED] wrote Ben Taylor wrote: From: Adrian Smarzewski [EMAIL PROTECTED] Date: 2005/05/08 Sun PM 06:22:27 EDT To: qemu-devel@nongnu.org Subject: [Qemu-devel] user networking - win xp quest, amd64 linux host When I set 10.0.2.15 for win xp guest I can ping

Re: Re: [Qemu-devel] Dynamic bridging

2005-05-18 Thread Ben Taylor
Paul Brook [EMAIL PROTECTED] wrote: On Wednesday 18 May 2005 01:52, Ben Taylor wrote: I was trying to get the bridging working (with the help of pbrook and nox- on the irc #qemu channel) and eventually got it working under Sun JDS/3 (Suse 9.1) after adding the bridge-util's rpm

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

2005-06-13 Thread Ben Taylor
From: Ishwar Rattan [EMAIL PROTECTED] wrote: Why would anyone want run an emulator in another emulator.. because, AFAIK, xen doesn't run windows under a linux host with xen. Using qemu/kqemu, you could (assuming it actually works) run a windows session under qemu in a xen session. If qemu

[Qemu-devel] Growing qcow images

2005-06-23 Thread Ben Taylor
I was looking at the differences between a 1G and 2G initial qcow formatted image, and found that there wasn't much difference. Just a a size byte for the image, along with a difference in 4K of zeros at the end of the file. (This seems to be consistent for every increment of 1G at initial

Re: Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Ben Taylor
Jim C. Brown [EMAIL PROTECTED] On Tue, Aug 09, 2005 at 10:33:31PM +0200, Michael Hoeller wrote: Hello, is there a way to access an usb stick from Windows which runs in qemu under Linux?? Michael No. http://usbip.naist.jp/ and http://sourceforge.net/projects/usbip/ might

[Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4)

2005-09-05 Thread Ben Taylor
Testing the new qemu-0.7.2 on Solaris Express (11) using gcc-3.4.4. I'm getting a couple of weird errors I can't seem to get my hands around. in qemu-0.7.2/hw/apic.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/export/src/qemu-05-18-05/test/qemu-0.7.2/target-i386

Re: [Qemu-devel] linux-test image for user-net?

2005-11-15 Thread Ben Taylor
Stealth Dave [EMAIL PROTECTED] Is it possible to build a linux-test image that enables network access via user-net instead of tun/tap? I'm trying to build a special-purpose and very minimal linux distro for use with QEMU, and the linux-test image looks like a very good place to start.

Re: [Qemu-devel] user-net -redir working?

2005-11-22 Thread Ben Taylor
Richard Neill [EMAIL PROTECTED] wrote: Re: User-net not working: Disabling the Nagle algorithm (i.e., enabling TCP_NODELAY) or typing a lot of garbage just to fill the buffer with enough data can help, also. And IIRC, netcat has a UDP mode as well. I see no reason for this to

Re: [Qemu-devel] multiple instances of qemu process?

2005-12-02 Thread Ben Taylor
Ishwar Rattan [EMAIL PROTECTED] 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?

[Qemu-devel] Patch to compile qemu-cvs under Solaris

2006-04-13 Thread Ben Taylor
I've been too busy the last 8 months or so to do much with qemu, but I finally just went back to basics and re-ported my 0.6.2/0.7.0 patches with the minimal amount of changes to get it working under Solaris 10/Solaris express and the latest qemu-cvs (last night). Other than the change to

[Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
This is a patch to make configure truly /bin/sh compatible, as well as changing some logic to remove echo -n for output to files, as echo -n is not consistent among environments. This is against the latest cvs branch, and I appreciate any feedback. Ben --- configure.ORIG 2006-04-14

[Qemu-devel] Update: Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
Here's a replacement patch to configure to make it /bin/sh and echo compatible. The other patch had some typos and one big mistake (the sdl_libs and cflags). Please review and let me know if you have any problems with the patch. Again, this is off the cvs head. Ben --- configure.ORIG

Re: Re: [Qemu-devel] Patch to make configure /bin/sh compatible

2006-04-14 Thread Ben Taylor
Thiemo Seufer [EMAIL PROTECTED] Ben Taylor wrote: This is a patch to make configure truly /bin/sh compatible, as well as changing some logic to remove echo -n for output to files, as echo -n is not consistent among environments. This is against the latest cvs branch, and I

Re: [Qemu-devel] qemu ./qemu-doc.texi ./vl.c slirp/bootp.c slirp...

2006-04-16 Thread Ben Taylor
From: Paul Brook [EMAIL PROTECTED] Date: 2006/04/16 Sun AM 07:06:58 EDT To: qemu-devel@nongnu.org Subject: [Qemu-devel] qemu ./qemu-doc.texi ./vl.c slirp/bootp.c slirp... CVSROOT: /sources/qemu Module name: qemu Branch: Changes by: Paul Brook [EMAIL PROTECTED] 06/04/16

[Qemu-devel] PATCH: patch to qemu CVS-head for compiling under Solaris 10

2006-04-16 Thread Ben Taylor
This patch is to allow qemu to configure/compile/build under Solaris 10. It is the third revision in a couple of days, due to a variety of reasons. I hand verified the patch twice and rebuilt the code fresh on two different systems and was able to boot a WinXP image that was installed under

Re: [Qemu-devel] [PATCH] fpu/softfloat-native.h incorrectly includes missing header (gnu-c99-math.h) in latest CVS

2006-04-26 Thread Ben Taylor
Damien Mascord [EMAIL PROTECTED] wrote: Hi, Seems as though a missing header is being included in this file. Removing it enables qemu to compile cleanly, but is not the correct fix. I have reposted the missing file (for Solaris users) and the fix to fpu/softfloat-native.h to

Re: [Qemu-devel] gnu-c99-math.h file

2006-04-26 Thread Ben Taylor
Sylvain Petreolle [EMAIL PROTECTED] wrote: --- Ben Taylor [EMAIL PROTECTED] a écrit : Apologies. That should have been isolated with a #ifdef __sun__ #include gnu-c99-math.h #endif correct. I rechecked the patch I sent to Fabrice and the gnu-c99-math.h file

[Qemu-devel] updated fpu/softfloat-native.h patch

2006-04-26 Thread Ben Taylor
The ammended version of fpu/softfloat-native.h patch. botched the flags when I posted it last night (no more 3am patching for me). This should be the correct fix. Ben --- softfloat-native.h.ORIG 2006-04-26 10:58:51.426224000 -0400 +++ softfloat-native.h 2006-04-26 10:59:01.255441000

[Qemu-devel] Where is this change coming from?

2006-04-26 Thread Ben Taylor
Compile environment - Solaris 9/Ultra 10 workstation this is code generated by a 0.7.2-solaris port of dyngen for i386-softmmu/op.h for the function case INDEX_op_imulb_AL_T0: { extern void op_imulb_AL_T0(); extern char __dot_umul __asm__(.umul); memcpy(gen_code_ptr, (void *)((char

[Qemu-devel] updated fpu/softfloat-native.h patch

2006-04-27 Thread Ben Taylor
Here is an updated patch that collapses the hackery need to get Solaris compiling with changes to fpu/softfloat-native.h apologies if the patch ends up mangled. The new webmail interface has been mangling attachments. Ben diff -ruN qemu/configure qemu-2/configure --- qemu/configure

[Qemu-devel] corrected fpu/softfloat-native.h patch

2006-04-27 Thread Ben Taylor
Here is a corrected version of the patch. Fixed an else missing a #, and changed the logic to do some defines for Solaris 8/9 as it doesn't seem to like doing an #if defined(X) (X =Y) patch works on Solaris 9 and 10. diff -ruN qemu/configure qemu-2/configure --- qemu/configure 2006-04-26

PATCH: was Re: [Qemu-devel] Where is this change coming from?

2006-04-27 Thread Ben Taylor
This patch fixes correctly the size of the string (which happens to explain why all of the functions in op.h had the exact same format ) as well as fixes a stack adjustment that op_pavgb_xmm exceeds. Ben Ben Taylor [EMAIL PROTECTED] wrote: Compile environment - Solaris 9/Ultra 10

[Qemu-devel] PATCH: Solaris softfloat

2006-04-28 Thread Ben Taylor
This is an updated patch to modify configure and files in the fpu directory to allow qemu to compile on Solaris. This patch has been extensively tested with Solaris 10 on X86 and Solaris 9 on Sparc. diff -ruN qemu/configure qemu-solaris/configure --- qemu/configure 2006-04-27

[Qemu-devel] PATCH: solaris sparc and hw patch

2006-04-28 Thread Ben Taylor
This patch adds support for compiling/running on Solaris SPARC (9 and 10) This patch allows qemu to compile on Solaris X86 and SPARC, under Solaris 9, 10 and Solaris express.. This should apply against the current CVS tree. Comments? Ben diff -ruN qemu/Makefile qemu-solaris/Makefile ---

Re: [Qemu-devel] PATCH: solaris sparc and hw patch

2006-04-28 Thread Ben Taylor
Ben Taylor [EMAIL PROTECTED] wrote: This patch adds support for compiling/running on Solaris SPARC (9 and 10) This patch allows qemu to compile on Solaris X86 and SPARC, under Solaris 9, 10 and Solaris express.. This should apply against the current CVS tree. But will require

[Qemu-devel] Updated PATCH: solaris-softloat.diff

2006-04-28 Thread Ben Taylor
After figuring out there was some typos in fpu/softfloat-native.h, this patch has been reworked to more closely mirror the BSD structure. This is against the current CVS post pbrook's patching of fpu/softfloat-native.h Bendiff -ruN qemu/configure qemu-solaris/configure --- qemu/configure

[Qemu-devel] Solaris SPARC host patch

2006-04-28 Thread Ben Taylor
This patch is to allow Solaris Hardware host a qemu session. This is a current patch requires CVS plus the latest current solaris-softfloat.diff patch diff -ruN qemu/Makefile qemu-solaris/Makefile --- qemu/Makefile 2006-04-23 13:57:59.0 -0400 +++ qemu-solaris/Makefile 2006-04-28

[Qemu-devel] Qemu cleanup

2006-04-28 Thread Ben Taylor
This is just a cosmetic patch to move declarations to the begining of functions, and change things like int x=(rand(y)) to int x; x=(rand(y)); As always, this is against the current CVS archive. Ben Reporting-MTA: dns; eastrmmtao04.cox.net Arrival-Date: Fri, 28 Apr 2006 14:54:59 -0400

Re: [Qemu-devel] hw/ide.c patch

2006-04-28 Thread Ben Taylor
Hetz Ben Hamo [EMAIL PROTECTED] wrote: Solaris for Sparc on X86? Solaris for X86, on X86. Prior attempts with a known working DVD failed when it tried to read the catalog off the disk. Ben ___ Qemu-devel mailing list

[Qemu-devel] Qemu cleanup. tale duex

2006-04-28 Thread Ben Taylor
Ben Dailey [EMAIL PROTECTED] wrote: You may want to send this may having gotten stripped by peoples viruses scanners. Ben Ben Taylor [EMAIL PROTECTED] 04/28/06 3:28 PM This is just a cosmetic patch to move declarations to the begining of functions, and change things like int x

[Qemu-devel] solaris configure and fpu/softfloat-native.h

2006-05-01 Thread Ben Taylor
This is a minimal patch to configure and fpu/softfloat-native.h to get qemu to compile and run on Solaris 10. Compile support for Solaris 9 and Sparc will be updated in a different patch. Bendiff -ruN qemu/configure qemu-solaris/configure --- qemu/configure 2006-04-29 19:05:22.0 -0400

Re: [Qemu-devel] PATCH: Solaris 9/sparc host patches

2006-05-01 Thread Ben Taylor
The attachment included this time... Ben Taylor [EMAIL PROTECTED] wrote: Here is a patch for qemu-CVS to allow qemu to be compiled under Solaris 9/Sparc. the fixes are the following: vl.c: add a rtc for sparc (previously Unsupported CPU) Makefile/Makefile.target: compile flags

Re: [Qemu-devel] PATCH: solaris-sparc-slirp fix

2006-05-02 Thread Ben Taylor
Leonardo E. Reiter [EMAIL PROTECTED] wrote: Ben, You can use the patch I posted here recently to get QEMU to fix the BGR problem internally. It doesn't have to be done at the VNC level - and in fact, this way, you can use it on the Solaris native X server (or even SunRays) in 24-bit

Re: [Qemu-devel] PATCH: solaris-sparc-slirp fix

2006-05-02 Thread Ben Taylor
Johannes Schindelin [EMAIL PROTECTED] wrote: Hi, On Tue, 2 May 2006, Ben Taylor wrote: Tried it, still didn't come up correctly, with or without the -bgr flag and using the vnc option. I guess the problem is that client format and pixel format are different. The RFB protocol

Re: [Qemu-devel] Re: DMA with Knoppix and qemu (cvs-version)

2006-05-05 Thread Ben Taylor
Sven Köhler [EMAIL PROTECTED] wrote: i just booted a recent knoppix-cd (4.0.2) and i'm trying to enable DMA, but it won't work! I started qemu with that command: qemu -m 256 -cdrom knoppix.iso -boot d But inside knoppix, a hdparm -d1 /dev/hdc won't work: HDIO_SET_DMA

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

2006-05-10 Thread Ben Taylor
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 be following up with a second patch which corrects the bgr colors that Solaris/Sparc natviely displays, but am keeping it

[Qemu-devel] PATCH: fix bgr color mapping on qemu on Solaris/SPARC

2006-05-10 Thread Ben Taylor
Enclosed is a patch that fixes the color mapping when running qemu on a Solaris/Sparc system. To enable the color mapping bgr, call qemu with the flag -bgr. This patch *requires* the qemu-0.8.1cvs-sparc-solaris.patch diff that was posted earlier today. I separated out this patch as there has

Re: [Qemu-devel] PATCH: fix bgr color mapping on qemu on Solaris/SPARC

2006-05-10 Thread Ben Taylor
Fabrice Bellard [EMAIL PROTECTED] wrote: In order to stop the release of incomplete BGR patches, I am implementing a more complete patch. I am just adding depth = 32 with BGR instead of RGB. If other pixel formats are wanted, you should signal it now. I added an int bgr; to the

[Qemu-devel] PATCH: Solaris/Sparc patch against yesterdays' BGR CVS update

2006-05-11 Thread Ben Taylor
Fabrice Bellard [EMAIL PROTECTED] wrote: In order to stop the release of incomplete BGR patches, I am implementing a more complete patch. I am just adding depth = 32 with BGR instead of RGB. If other pixel formats are wanted, you should signal it now. Fabrice - nice job. The patch

Re: [Qemu-devel] Re: QEMU 0.8.1 and vnc

2006-05-12 Thread Ben Taylor
Troy Benjegerdes [EMAIL PROTECTED] wrote: On Fri, May 05, 2006 at 09:06:20AM -0500, Anthony Liguori wrote: Ben Taylor wrote: I'm seeing quite a few bugs on Qemu 0.8.1 with the vnc feature 1) Sparc based system comes up in distored colors (foreground of a Damn Small linux iso

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

2006-05-12 Thread Ben Taylor
Ishwar Rattan [EMAIL PROTECTED] wrote: 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::

[Qemu-devel] PATCH: enable samba for Solaris

2006-05-12 Thread Ben Taylor
This patch is to allow the onboard samba configuration in qemu to correctly start the samba server on Solaris (It's in a different location than a normal linux system). Bendiff -ruN qemu-orig/vl.c qemu/vl.c --- qemu-orig/vl.c 2006-05-03 18:02:44.0 -0400 +++ qemu/vl.c 2006-05-12

[Qemu-devel] PATCH: Solaris/Sparc patch for 0.8.1 CVS

2006-05-15 Thread Ben Taylor
Just regressed the solaris/sparc patches for qemu 0.8.1 CVS and found that everything works fine with the new PCI, VGA and VNC patches. Bendiff -ruN qemu-orig/Makefile qemu/Makefile --- qemu-orig/Makefile 2006-05-14 08:07:53.0 -0400 +++ qemu/Makefile 2006-05-14 22:30:59.0 -0400 @@

Re: [Qemu-devel] objective benchmark?

2006-05-16 Thread Ben Taylor
Kazu [EMAIL PROTECTED] wrote: Tuesday, May 16, 2006 3:55 PM Christian MICHON wrote: how can we do the same if the host is winXP ? Today, on linux guests, 2.4.x kernel boot faster than 2.6.x kernel inside qemu (unless using clock=pit on 2.6.x). 2 days ago, when I tried to setup

Re: [Qemu-devel] Re: PATCH: Solaris/Sparc patch against yesterdays' BGR CVS update

2006-05-16 Thread Ben Taylor
Ben Pfaff [EMAIL PROTECTED] wrote: Ben Taylor [EMAIL PROTECTED] writes: Enclosed is the latest version of the qemu solaris/sparc patch, applied against yesterday's CVS (post BGR update). I'm happy to say that this patch makes qemu compile and work on Solaris quite nicely for me

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

2006-05-24 Thread Ben Taylor
Ishwar Rattan [EMAIL PROTECTED] wrote: Any one has had success with this combination? Haven't tried it yet. Also, anyone running any x86 version of Solaris under qemu? I would like a copy of the disk-image if possible. Depending on the version of Solaris x86 you want to run, the

Re: [Qemu-devel] work needed to get solaris to boot under qemu-system-sparc

2006-05-25 Thread Ben Taylor
Paul Brook [EMAIL PROTECTED] wrote: On Thursday 25 May 2006 14:16, Ben Taylor wrote: The question came up a little while back about getting Solaris (Sparc) to boot in qemu under qemu-system-sparc. I did a little work yesterday to find out that the boot process in hw/sun4m.c

Re: [Qemu-devel] Typo in get_reloc_expr (dyngen.c)

2006-06-06 Thread Ben Taylor
Fabrice or Paul: Can we get this added? This patch has been posted to the list 4 or 5 times in various incarnations in the last year or soj. I posted a long message with the logs from the compile on why the current code is wrong, and why this patch fixes it. The basic problem is that code

Re: [Qemu-devel] getting the 5446 in 1152x864 mode

2006-06-06 Thread Ben Taylor
Julian Seward [EMAIL PROTECTED] wrote: Using the latest cvs sources on x86 SuSE 10.0 host, Win2K guest, the 1152x864 mode offered to me by Windows doesn't work. Instead I just get moved to 640x480, it looks like. The modes on either side of it - 1024x768 and 1280x1024 work fine. Is

Re: RE : Re: [Qemu-devel] Windows Vista

2006-06-09 Thread Ben Taylor
Christian MICHON [EMAIL PROTECTED] wrote: no the error message from vista is explicit: no acpi, no boot. On 6/9/06, Sylvain Petreolle [EMAIL PROTECTED] wrote: --- Nigel J. Terry [EMAIL PROTECTED] a écrit : Yes you do need ACPI to get the .iso to boot. I tried it and it

Re: [Qemu-devel] PATCH: floppy controller missing in acpi tables

2006-06-12 Thread Ben Taylor
Paul Jakma [EMAIL PROTECTED] wrote: On Tue, 16 May 2006, Ben Taylor wrote: (ITU), such as the DiskUpdate on tools.de/solaris/itu/DU.zip which has a modifed RTL8029 driver that works with Qemu on SolarisX86. Obviosly, if you boot a Solaris 10/x86 install with -B acpi-user

Re: [Qemu-devel] [PATCH] Soft float for Sparc32/64 (update)

2006-06-22 Thread Ben Taylor
Blue Swirl [EMAIL PROTECTED] wrote: Last time I missed a lot of the functions, this version should be complete. I see no difference in operation with or without the patch. Comments? Other than it didn't apply against the current CVS? Was there a requirement for a previous patch you

Re: [Qemu-devel] A question about QEMU performance

2006-09-26 Thread Ben Taylor
Alessandro Corradi [EMAIL PROTECTED] wrote: Hi all, This is my question: If I run qemu for i386 without kqemu it uses soft-mmu, so it operates as another architetture as ppc or mips right? So... are the performace of qemu the same if I use i386 or mips or something change deeply?

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

2006-10-11 Thread Ben Taylor
Blue Swirl [EMAIL PROTECTED] wrote: BTW, we could easily design and implement an ideal CPU just for Qemu purposes. This s reminds me of Java. Except that Java VM is not suitable target for all classes of programming languages, like C. I wondered if you could use the

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

2006-10-13 Thread Ben Taylor
Ishwar Rattan [EMAIL PROTECTED] wrote: 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

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

2006-10-13 Thread Ben Taylor
Ishwar Rattan [EMAIL PROTECTED] wrote: 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

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

2006-10-13 Thread Ben Taylor
Martin Bochnig [EMAIL PROTECTED] wrote: Ben Taylor wrote: As Martin indicated, setting LD_LIBRARY_PATH may get you a running binary, but LD_LIBRARY_PATH is the wrong answer for Solaris. My answer had been a bit longer: Read ld.so.1(1) i.e. # man ld.so.1 Then: *One

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

2006-10-13 Thread Ben Taylor
Martin Bochnig [EMAIL PROTECTED] wrote: Ben Taylor wrote: Ishwar Rattan [EMAIL PROTECTED] wrote: 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

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

2006-10-13 Thread Ben Taylor
Ishwar Rattan [EMAIL PROTECTED] wrote: 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

[Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
Seeing as there is some working going on in the Solaris QEMU port again, here's a real short patch to support Samba working on a Solaris Host. --- qemu-ORIG/vl.c 2006-12-22 12:29:05.0 -0500 +++ qemu/vl.c 2006-12-22 14:22:17.338815000 -0500 @@ -3069,8 +3069,13 @@

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
Paul Brook [EMAIL PROTECTED] wrote: On Friday 22 December 2006 21:29, Paul Brook wrote: On Friday 22 December 2006 20:07, Ben Taylor wrote: Seeing as there is some working going on in the Solaris QEMU port again, here's a real short patch to support Samba working on a Solaris Host

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
Paul Brook [EMAIL PROTECTED] wrote: On Friday 22 December 2006 21:29, Paul Brook wrote: On Friday 22 December 2006 20:07, Ben Taylor wrote: Seeing as there is some working going on in the Solaris QEMU port again, here's a real short patch to support Samba working on a Solaris Host

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-22 Thread Ben Taylor
Paul Brook [EMAIL PROTECTED] wrote: On Friday 22 December 2006 21:29, Paul Brook wrote: On Friday 22 December 2006 20:07, Ben Taylor wrote: Seeing as there is some working going on in the Solaris QEMU port again, here's a real short patch to support Samba working on a Solaris Host

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-23 Thread Ben Taylor
Lennert Buytenhek [EMAIL PROTECTED] wrote: On Fri, Dec 22, 2006 at 08:40:27PM -0500, Ben Taylor wrote: -snprintf(smb_cmdline, sizeof(smb_cmdline), /usr/sbin/smbd -s %s, - smb_conf); +snprintf(smb_cmdline, sizeof(smb_cmdline), % -s %s, + SMBD_BINARY

Re: [Qemu-devel] qemu block-raw.c block.c block_int.h qemu-doc.t...

2006-12-27 Thread Ben Taylor
Fabrice, Quick question about this patch (August 19, 2006) The ENOMEDIUM variable is dummy'd up for Windows in vl.h. I found that Solaris doesn't have an ENOMEDIUM variable, and I've been able to get block.c to compile correctly by adding this to vl.h. Before I go submitting anything, I just

[Qemu-devel] patch for block-raw.c for Solaris

2006-12-28 Thread Ben Taylor
This is a patch to make block-raw.c compile correctly on Solaris. I successfully created a raw image file after the patch was applied. Ben diff -ruN qemu-122806/block-raw.c qemu/block-raw.c --- qemu-122806/block-raw.c 2006-12-22 09:19:53.0 -0500 +++ qemu/block-raw.c 2006-12-28

[Qemu-devel] Solaris kqemu patch

2007-01-12 Thread Ben Taylor
This patch allows for the opensolaris kqemu module to be activated under a Solaris Express (11) host running qemu. The solaris kqemu module is located at: http://www.opensolaris.org/os/project/qemu/downloads/kqemu-osol-1.3.0pre9-v0.2.tar.gz diff -ruN qemu-base/configure qemu/configure ---

[Qemu-devel] monitor help menu paging?

2007-01-12 Thread Ben Taylor
Anyone think that the monitor help screen ought to implement some kind of paging (think more) or something? I did a help, and half of the help is off the screen before I can figure out what I'm looking for (and apparently what I'm looking for is already scrolled off). THoughts? Ben

Re: [Qemu-devel] [RFC] qemu-gui status report

2007-01-21 Thread Ben Taylor
got patches? ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: CAP_NET_ADMIN (was Re: [Qemu-devel] Two quick requests.)

2007-02-10 Thread Ben Taylor
Kevin F. Quinn [EMAIL PROTECTED] wrote: On Fri, 9 Feb 2007 22:48:51 + Paul Brook [EMAIL PROTECTED] wrote: I've very little sympathy (read: none) for people who accidentally break things by running them as root. On a related note, I've been running qemu(-system 0.8.2) as root

[Qemu-devel] PATCH: updated solaris tap patch

2007-02-12 Thread Ben Taylor
This patch against current CVS is an update of the previously posted Solaris TAP patch. This small change fixes a large performance problem with inbound packets (scp, ftp). The author found that some packets were concatenated, which was the reason for the poor performance. This patch fixes

Re: [Qemu-devel] Can I run FC4 inside Qemu on Sparc?

2007-02-12 Thread Ben Taylor
Neo Jia [EMAIL PROTECTED] wrote: hi, I am wondering if I can do this - running FC4 inside Qemu on Sparc. From opensolaris website, it seems that qemu 0.8.2 can be built but not sure if it can work correctly. http://www.opensolaris.org/os/project/qemu/ The current 0.9.0 CVS code

[Qemu-devel] Expanding the size of the vram for GDM5446?

2007-02-16 Thread Ben Taylor
I was wondering about the possibility of expanding the amount of vram for the Cirrus Logic GDM5446 emulation. 8MB of ram would give the ability to do 1600x1200 24 bit color. I know, this would probably completely break windows and other drivers, but am wondeirng if the Cirrus Xorg driver could

Re: [Qemu-devel] How to get 1280x1024 display from guest running Xorg?

2007-02-21 Thread Ben Taylor
Robin Atwood [EMAIL PROTECTED] wrote: This has been driving me mad! I have just installed Solaris 10 under Qemu and specified the Xorg server to be used. I created xorg.conf with xorgconfig and X started fine at 1024x768 using the Cirrus driver. When I edited xorg.conf to specify a

Re: [Qemu-devel] How to get 1280x1024 display from guest running Xorg?

2007-02-21 Thread Ben Taylor
Robin Atwood [EMAIL PROTECTED] wrote: On Wednesday 21 Feb 2007, Julian Seward wrote: (replying off list) So you have Solaris 10 (x86 ?) running on qemu-0.9 ? Is it stable? Does it work? I have it running on vmware-5.5.3 but would prefer to move to running it on qemu if

[Qemu-devel] Patch: allow Solaris to use OSS (OpenSound)

2007-02-25 Thread Ben Taylor
As I seem to have hit a wall with the ES1370 driver in qemu not working on Solaris, I have modified configure to allow Solaris to use OpenSoundSystems audio. Is there any interest in having a default audio setting for SDL so that you won't have to always put QEMU_SDL_AUDIO=oss before you start

Re: [Qemu-devel] Patch: allow Solaris to use OSS (OpenSound)

2007-02-26 Thread Ben Taylor
Hi Malc, malc [EMAIL PROTECTED] wrote: On Sun, 25 Feb 2007, Ben Taylor wrote: As I seem to have hit a wall with the ES1370 driver in qemu not working on Solaris, I have modified configure to allow Solaris to use OpenSoundSystems audio. Is there any interest in having

Re: [Qemu-devel] Patch: allow Solaris to use OSS (OpenSound)

2007-02-26 Thread Ben Taylor
malc [EMAIL PROTECTED] wrote: On Mon, 26 Feb 2007, Ben Taylor wrote: [..snip..] From where i stand SDL as the default is a bad idea. Solaris without OSS audio doesn't have any other options. There is no ALSA, and AFAIK, there isn't an fmod either. However, I still think

[Qemu-devel] Access to qemu-monitor on Solaris/Sparc host

2007-03-02 Thread Ben Taylor
Was doing some testing on a sparc host, and found an interesting situation. Code is 0.9.0-CVS, and I start qemu on my Ultra 60 (guest is windows 98se). When I hit ctrl-alt-2, I don't get the monitor. I've added some debugging to sdl.c, to try and figure out what is going on. Hitting

Re: [Qemu-devel] (no subject)

2007-03-03 Thread Ben Taylor
jeremy fenelon [EMAIL PROTECTED] wrote: Hey guys thanks for a great product. I don't know if its been documented already but I was able to install windows xp on qemu with a HP Laptop Restore disk. Lucky. I think the last time I tried that, it didn't work because of the way that HP

[Qemu-devel] Patch: trunc undefined in Solaris 9/Sparc

2007-03-07 Thread Ben Taylor
This fix was suggested by Juergen Kiel, and appears to work on my Solaris 9/Sparc V490. --- fpu/softfloat-native.c.ORIG 2007-03-07 07:30:28.662257000 -0500 +++ fpu/softfloat-native.c 2007-03-07 07:30:44.595051000 -0500 @@ -221,6 +221,12 @@

[Qemu-devel] PATCH: hw/rtl8139.c for Sparc (BigEndian) Hosts

2007-03-12 Thread Ben Taylor
This patch is to fix a big-endian problem in the RTL-8139 driver. The additional debugging is mine, and the actual code fixes are by Garrison (Igor Kovalenko - [EMAIL PROTECTED]). Code has been tested on 32-bit Solaris x86 and 32-bit Solaris Sparc hosts, with and without debugging. There were

[Qemu-devel] Updated PATCH: hw/rtl8139.c for Sparc (BigEndian) Hosts

2007-03-12 Thread Ben Taylor
Apologies to the list. I forgot to separate out the patches in a more appropriate manner. Patch 1: qemu-rtl8139-bigend.diff This fixes the big-endian problem with the hw/rtl8139.c on a Sparc host. Patch 2: qemu-rtl8139-impv-debug.difff This is an improved macro for debugging. This patch

[Qemu-devel] PATCH: allow Sparc hosts to run arm/mips/sparc-softmmu

2007-03-13 Thread Ben Taylor
This patch fixes crashes when testing with arm-test-0.2.tar.gz and mips-test-0.2.tar.gz. Without the patch, both arm-test and mips-test segfault when trying to boot. The original patch was authored by Martin Bochnig. --- qemu/cpu-exec.c.ORIG 2007-03-13 09:46:51.940624000 -0400 +++

Re: [Qemu-devel] PATCH: allow Sparc hosts to run arm/mips/sparc-softmmu

2007-03-13 Thread Ben Taylor
Paul Brook [EMAIL PROTECTED] wrote: On Tuesday 13 March 2007 14:01, Ben Taylor wrote: This patch fixes crashes when testing with arm-test-0.2.tar.gz and mips-test-0.2.tar.gz. Without the patch, both arm-test and mips-test segfault when trying to boot. I don't believe

Re: [Qemu-devel] QCOW(2) image corruption under QEMU 0.9.0 reproducible

2007-03-16 Thread Ben Taylor
J M Cerqueira Esteves [EMAIL PROTECTED] wrote: herbie hancock wrote: Hello, i had also a reproducible disk crash: info of the last good image, size is about 3,5GB I never experienced such a bad problem with qemu before, maybe it is a problem with qcow2 format ? After the

Re: [Qemu-devel] qemu Makefile Makefile.target configure

2007-03-18 Thread Ben Taylor
Thiemo Seufer [EMAIL PROTECTED] wrote: CVSROOT: /sources/qemu Module name: qemu Changes by: Thiemo Seufer ths 07/03/17 15:00:38 Modified files: . : Makefile Makefile.target configure Log message: Better way to select -lrt, by Andrzei

Re: [Qemu-devel] please review this scsi patch

2007-03-19 Thread Ben Taylor
Avi Kivity [EMAIL PROTECTED] wrote: Wang Cheng Yeh wrote: thanks If you include a description of what the patch does and why it is necessary, it will probably be reviewed a lot quicker. He's posted this one before, and the patch fixes such blatent programming errors like an XOR

[Qemu-devel] PATCH: arm, mips and sparc targets on Host Solaris/sparc

2007-03-19 Thread Ben Taylor
This patch is to fix (correctly) running mips, sparc and arm targets on a Solaris/Sparc host. This patch reverts the patch posted February 2nd, 2007, (found at http://lists.gnu.org/archive/html/qemu-devel/2007-02/msg8.html for reference). Juergen Keil found that config.h was not included

Re: [Qemu-devel] PATCH: arm, mips and sparc targets on Host Solaris/sparc

2007-03-19 Thread Ben Taylor
Thiemo Seufer [EMAIL PROTECTED] wrote: Ben Taylor wrote: This patch is to fix (correctly) running mips, sparc and arm targets on a Solaris/Sparc host. This patch reverts the patch posted February 2nd, 2007, (found at http://lists.gnu.org/archive/html/qemu-devel/2007-02

[Qemu-devel] PATCH Makefile.target cleanup

2007-03-19 Thread Ben Taylor
This patch cleans up Makefile target for sparc32 and sparc64 Solaris and non-Solaris targets share a large amount of the definitions, so I split out the common parts and isolate just the Solaris/non-Solaris portions and added readability. Also fixed the x86_64 targets for Solaris to not use the

[Qemu-devel] PATCH: arm guest on Solaris/Sparc host

2007-03-19 Thread Ben Taylor
This patch was suggested by Juergen Keil. It prevents a crash by qemu when running the arm-test on Solaris/Sparc. Removing the previous arm patch for sparc uncovered a use of global registers o0-05 which hadn't been defined previously. Ben--- qemu-ORIG/cpu-exec.c 2007-03-16 19:58:11.0

  1   2   >