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

[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

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

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

[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

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

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

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

[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

[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

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?

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] 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.

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

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

[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] 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] [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: [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).

<    1   2