Re: [Qemu-devel] [patch]Make GTK build on OS X

2013-03-27 Thread C.W. Betts
On Mar 27, 2013, at 2:34 AM, Paolo Bonzini pbonz...@redhat.com wrote: Il 26/03/2013 23:16, C.W. Betts ha scritto: This patch makes the GTK UI build on OS X by including the right headers. From b5cc84343f479d4870961c82fc7b384637e9616c Mon Sep 17 00:00:00 2001 From: C.W. Betts computer

[Qemu-devel] [patch v2] Make GTK build on OS X

2013-03-27 Thread C.W. Betts
From 1339a76e71d7b8a8e689b8a79530d4732a316d37 Mon Sep 17 00:00:00 2001 From: C.W. Betts computer...@hotmail.com Date: Wed, 27 Mar 2013 12:02:42 -0600 Subject: [PATCH] Make the GTK UI build on OS X. Moved the terminal includes from qemu-char.c to qemu-common.h. Removed the terminal includes from

[Qemu-devel] [patch v2.5] Make GTK UI build on OS X

2013-03-27 Thread C.W. Betts
This patch is identical to the previous, but this one is signed off. From f9009d44e4c4c5325d960a61eadcff0d9c352ee1 Mon Sep 17 00:00:00 2001 From: C.W. Betts computer...@hotmail.com Date: Wed, 27 Mar 2013 12:11:54 -0600 Subject: [PATCH] Make the GTK UI build on OS X. Moved the terminal includes

[Qemu-devel] [patch v3] Make GTK UI build on OS X

2013-03-27 Thread C.W. Betts
From 51326a5db7e774cfe405b8cbcac7fc748857faac Mon Sep 17 00:00:00 2001 From: C.W. Betts computer...@hotmail.com Date: Wed, 27 Mar 2013 13:19:07 -0600 Subject: [PATCH] Make the GTK UI build on OS X. Moved the terminal includes from qemu-char.c to qemu-common.h. Removed the terminal includes from

[Qemu-devel] [patch]Make GTK build on OS X

2013-03-26 Thread C.W. Betts
This patch makes the GTK UI build on OS X by including the right headers. From b5cc84343f479d4870961c82fc7b384637e9616c Mon Sep 17 00:00:00 2001 From: C.W. Betts computer...@hotmail.com Date: Sun, 24 Mar 2013 11:24:05 -0600 Subject: [PATCH 1/3] Make the GTK UI build on OS X. --- ui/gtk.c | 5

[Qemu-devel] Minor fixes to OS X.

2013-03-26 Thread C.W. Betts
This patch contains minor fixes for the Cocoa UI. From c36f0f8e4602fe014a3a383d6bb181401e72e8fe Mon Sep 17 00:00:00 2001 From: C.W. Betts computer...@hotmail.com Date: Sun, 24 Mar 2013 11:52:14 -0600 Subject: [PATCH 2/3] Minor Cocoa UI improvements. Use fileSystemRepresentation to get a file

[Qemu-devel] [Bug 1054812] [NEW] Configure uses wrong libtool on Darwin

2012-09-22 Thread C.W. Betts
Public bug reported: On Darwin/OS X, there are two versions of libtool: the GNU libtool, and Apple's libtool. Both are installed, but Apple's libtool (libtool) won't build libcacard that Qemu uses, but Gnu's libtool (glibtool) does. I get around using Apple's libtool by passing LIBTOOL=glibtool

[Qemu-devel] Milky Mist fbconfig misconfigured

2011-11-09 Thread C.W. Betts
I noticed when looking through Qemu's source code to find out about OpenGL in it, I noticed that the array glx_fbconfig_attr had two GLX_GREEN_SIZE methods defined. Is this on purpose, or a bug?

[Qemu-devel] Sheepdog doesn't build on OS X

2010-07-06 Thread C.W. Betts
When building the current master branch, I get an error when building the Sheepdog block driver: /Users/cwbetts/makestuff/qemu/block/sheepdog.c: In function ‘set_cork’: /Users/cwbetts/makestuff/qemu/block/sheepdog.c:903: error: ‘SOL_TCP’ undeclared (first use in this function)

[Qemu-devel] Make configure find uuid functions in Mac OS X by looking into libSystem.B

2010-07-03 Thread C.W. Betts
functions. Signed off by C.W. Betts computer...@hotmail.com --- configure |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 966cd7d..ecc3317 100755 --- a/configure +++ b/configure @@ -1198,7 +1198,11 @@ fi

[Qemu-devel] [PATCH] My patches

2010-05-16 Thread C.W. Betts
These are my following patches to contribute to Qemu. Included in the patch: * ignore missing libuuid on Darwin: libSystem has the needed functions in it. * quiet warning about no prototype for qemu_main when building Cocoa. * fixes handleEvent: warning in Cocoa.m * use other than in

[Qemu-devel] qemu-thread doesn't compile on OS X

2009-11-11 Thread C.W. Betts
When I tried to compile qemu git with --enable-io-thread on Mac OS X 10.6.2, it botches on qemu-thread: CCqemu-thread.o /Users/cwbetts/makestuff/qemu/qemu-thread.c: In function ‘qemu_mutex_timedlock’: /Users/cwbetts/makestuff/qemu/qemu-thread.c:66: warning: implicit declaration of function

Re: [Qemu-devel] don't look for libuuid on Darwin

2009-11-09 Thread C.W. Betts
On Nov 9, 2009, at 12:22 PM, Christoph Hellwig wrote: On Mon, Nov 09, 2009 at 11:46:13AM -0700, C.W. Betts wrote: Does this work? diff --git a/configure b/configure index aa2cc43..00e04e9 100755 --- a/configure +++ b/configure @@ -1060,7 +1060,11 @@ fi

[Qemu-devel] don't look for libuuid on Darwin

2009-11-08 Thread C.W. Betts
In Darwin, the libSystem.B.dylib is a container for a lot of libraries, among them is libuuid. However, there isn't, by default, a static link libuuid to libSystem. The configure script should just check to see if there's a uuid header and don't look for a libuuid.

Re: [Qemu-devel] Patches?

2008-03-17 Thread C.W. Betts
On Monday 17 March 2008 07:19:18 am Gary Thomas wrote: I've fixed a number of problems with the user mode code. Where's the best place to send/propose/discuss these? What's the preferred format? The best place to send patches is this mailing list. I think they have to be a unified diff, i.e.

Re: [Qemu-devel] build failure on x86, any suggestions?

2008-03-16 Thread C.W. Betts
On Saturday 15 March 2008 09:13:02 am Peter Volkov wrote: В Сбт, 15/03/2008 в 14:20 +, Paul Brook пишет: On Saturday 15 March 2008, Peter Volkov wrote: Hello. I just wanted to point developers attention to the following bug: bugs.gentoo.org/212351 , comment #11 and further. The

[Qemu-devel] helper.c chokes up when using -march

2008-02-12 Thread C.W. Betts
When I try to compile qemu on MinGW gcc 3.4.5 using -march=i686 or higher, or use -msse, the helper.c file on the i386 (but not the x86_64 target, for some odd reason) spits out C:/msys/1.0/home/Owner/SoureCode/qemu/target-i386/helper.c: In function `svm_check_intercept_param':

[Qemu-devel] [PATCH]version.rc patch

2008-02-10 Thread C.W. Betts
First of all, I'd like to thank Johannes Schindelin for all the help and patience when dealing with a newbie like me. This is a patch that will add version information to the Windows executable. Index: Makefile.target === RCS file:

[Qemu-devel] [PATCH] Better version.rc patch

2008-02-08 Thread C.W. Betts
This is a better patch to make qemu on Windows show info when you go into properties. versionrc.diff Description: Binary data

Re: [Qemu-devel] [PATCH] Better version.rc patch

2008-02-08 Thread C.W. Betts
] To: C.W. Betts [EMAIL PROTECTED] Cc: qemu-devel@nongnu.org Sent: Friday, February 08, 2008 1:49 PM Subject: Re: [Qemu-devel] [PATCH] Better version.rc patch Hi, On Fri, 8 Feb 2008, C.W. Betts wrote: It is _still_ a hassle to review your patch, since you did not inline it again. Sorry. I'm

[Qemu-devel] [PATCH] Windows: put version and file info into exe

2008-02-07 Thread C.W. Betts
This patch will make an .rc file that will put the version info as well as a brief discription of the app for Windows. versionrc.diff Description: Binary data

Re: [Qemu-devel] qemu configure

2008-02-03 Thread C.W. Betts
mingw doesn't have readlink - Original Message - From: andrzej zaborowski [EMAIL PROTECTED] To: C.W. Betts [EMAIL PROTECTED] Cc: qemu-devel@nongnu.org Sent: Sunday, February 03, 2008 8:58 AM Subject: Re: [Qemu-devel] qemu configure On 03/02/2008, C.W. Betts [EMAIL PROTECTED] wrote

Re: [Qemu-devel] [qemu 0.9.1] broken build system

2008-02-02 Thread C.W. Betts
Don't set host-cc. It can be gcc4. The current qemu configure script will look for an alternate version of GCC if the gcc program is version 4. It should find your gcc 3.4 executable. - Original Message - From: solsTiCe d'Hiver [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent:

Re: [Qemu-devel] qemu configure

2008-02-02 Thread C.W. Betts
That's all nice and good, but it doesn't seem to work with systems that don't use symlinks, such as mingw (the ln command creates duplicates). This may work with cygwin. - Original Message - From: Andrzej Zaborowski [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent: Saturday, February

Re: [Qemu-devel] TCG

2008-02-01 Thread C.W. Betts
Well, it compiles fine on Windows using gcc 3.4.5. Haven't tried Linux yet. - Original Message - From: Fabrice Bellard [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent: Friday, February 01, 2008 6:13 AM Subject: [Qemu-devel] TCG Hi, I added a new code generator (TCG) in QEMU. Read

[Qemu-devel] using actual PPC ROM?

2008-01-31 Thread C.W. Betts
is it possible to use an actual PowerPC ROM in qemu-system-ppc? If so, what would be the minimum Mac ROM that would be used (I'm guessing the blue and white G3)? If not, why isn't it?

[Qemu-devel] threads on qemu

2008-01-21 Thread C.W. Betts
I was thinking, maybe qemu could use threads for at least every processor it emulates (on emulated smp computers) and, at the most, every single device emulated. This would help users who have multiple cores, but it might impact performance on those of us who don't. Just an idea I'm throwing

Re: [Qemu-devel] threads on qemu

2008-01-21 Thread C.W. Betts
Still, is there a way to make qemu take advantage of multiple cores? They are pretty commonplace in new computers (is there any selling computer that doesn't have multiple cores?). - Original Message - From: Johannes Schindelin [EMAIL PROTECTED] To: C.W. Betts [EMAIL PROTECTED] Cc

Re: [Qemu-devel] Using multiple cores in qemu was Re: threads on qemu

2008-01-21 Thread C.W. Betts
I'm just trying to think of ways to improve, so don't hurt me too much. What about splitting up the CPU and other functions into their own threads? The CPU emulation is probably the biggest thing that uses the CPU, the second biggest the display(?). From reading the past e-mails, the only

[Qemu-devel] kqemu working with qemu cvs?

2008-01-19 Thread C.W. Betts
Is there a version of kqemu that works with the cvs version of qemu? When I tried to run qemu with kqemu, it hung while booting SuSE Linux. And I'm sorry if this is the second one with this question; MDaemon seems to like to block me when I use Outlook Express.

[Qemu-devel] kqemu working with qemu cvs?

2008-01-18 Thread C.W. Betts
Is there a version of kqemu that works with the cvs version of qemu? When I tried to run qemu with kqemu, it hung while booting SuSE Linux.

[Qemu-devel] temporary fix for Dsound

2008-01-14 Thread C.W. Betts
The current patches break directsound. This tiny fix makes it compile, but it throws a lot of warnings. Index: audio/dsound_template.h === RCS file: /sources/qemu/qemu/audio/dsound_template.h,v retrieving revision 1.5 diff -u

[Qemu-devel] recent patches break

2008-01-13 Thread C.W. Betts
The current patches break directsound. This tiny fix makes it compile, but it throws a lot of warnings. Index: audio/dsound_template.h === RCS file: /sources/qemu/qemu/audio/dsound_template.h,v retrieving revision 1.5 diff -u

Re: [Qemu-devel] Re: Windows Vista 64 bit on QEMU

2008-01-08 Thread C.W. Betts
Don't take my word for it, but I don't think AMD64 (or EM64T) uses efi. I'd look it up for myself, but I gotta go to bed. - Original Message - From: Anup Gangwar To: qemu-devel@nongnu.org Sent: Tuesday, January 08, 2008 3:51 AM Subject: [Qemu-devel] Re: Windows Vista 64 bit

[Qemu-devel] Unable to run on Windows

2007-12-15 Thread C.W. Betts
When I try to run qemu with a disk image, I get a segmentation fault. When I run it under GDB, this is the following error: Program received signal SIGSEGV, Segmentation fault. [Switching to thread 5516.0x15b0] 0x0048e2f3 in cpu_interrupt (env=0x0, mask=1) at

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread C.W. Betts
Same problem with cygwin. I think it's a problem with BlockInterfaceType not being correctly parsed on mingw-gcc for some odd reason. - Original Message - From: Balazs Attila-Mihaly (Cd-MaN) [EMAIL PROTECTED] To: Qemu Devel qemu-devel@nongnu.org Sent: Tuesday, December 11, 2007 8:05 PM

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread C.W. Betts
] Windows build broken 2007/12/12, C.W. Betts [EMAIL PROTECTED]: Same problem with cygwin. I think it's a problem with BlockInterfaceType not being correctly parsed on mingw-gcc for some odd reason. Hi, I don't think it is related with BlockInterfaceType itself. The problem is to use

[Qemu-devel] [patch] fixing compiling problems on Windows

2007-11-19 Thread C.W. Betts
The patch that's attached contains a fix that prevents qemu-img from compiling on Windows under cygwin. It also contains a patch to the old and probably unused cocoa file as well as some include fixes for monitor.c and adlib.c . diffFromHead.diff Description: Binary data

[Qemu-devel] mac99: which Mac?

2007-04-11 Thread C.W. Betts
I'm just wondering which Mac does the mac99 architecture in Qemu-ppc reference. I, for some reason, thought it was referencing a Mac with the Mac OS Toolbox in the ROM, but they stopped making those earlier than that, didn't they?

[Qemu-devel] unable to boot Linux PPC live CD

2007-04-03 Thread C.W. Betts
After failing to boot my Beige G3 from http://www.sysresccd.org/ the system rescue CD, I decided to try the PPC version on Qemu. when using both 0.9.0 and the CVS tree, the bootloader says that the bootstrap partition type is Apple_HFS but it should be Apple_Bootstrap. It also shows

Re: [Qemu-devel] no meta key?

2007-03-31 Thread C.W. Betts
29, 2007 at 07:43:01PM -0600, C.W. Betts wrote: When I was trying to get the PowerPC qemu to go into open Firmware mode, The mode you're looking for doesn't exist :-) Open Hack'ware implements a bunch of PROM operations that let the OS query it, et cetera, but the Forth interpreter

Re: [Qemu-devel] Clock runs at double speed in guest

2007-03-31 Thread C.W. Betts
What OS are you using? - Original Message - From: Thomas Tuttle [EMAIL PROTECTED] To: qemu-devel@nongnu.org Sent: Wednesday, March 28, 2007 6:54 PM Subject: [Qemu-devel] Clock runs at double speed in guest Hi. I have a 64-bit dual-core (Core 2 Duo) laptop, and I'm trying to install

[Qemu-devel] slirp as a static library?

2007-03-31 Thread C.W. Betts
I'm just wondering if anyone has thougt about making the slirp interface a static library so that each processor type doesn't have to build the same source code over and over again. This would make it so that it would build only once, saving time and processing power for the rest of the

[Qemu-devel] PowerPC: Doesn't boot OS 8.5

2007-03-29 Thread C.W. Betts
When I tried to boot from the Mac OS 8.5.1 CD using the -M g3bw command, the firmware says: Found Apple Partition map... Not a bootable partition 0 0 (0 5834d80) Partition: 8 'Macintosh HD' 'Apple_HFS' st 3c4 size 113000 HFS volume ERROR: Found boot partition : 5834d80 582eb80 ERROR: Not a

[Qemu-devel] qemu-ppc doesn't like local CDs

2007-03-29 Thread C.W. Betts
Whenever I have tried to use the local CDs, qemu-system-ppc hangs. I am using XP home with the qemu cvs, but the problem isn't just there. This isn't a problem with the i386 version.

[Qemu-devel] no meta key?

2007-03-29 Thread C.W. Betts
When I was trying to get the PowerPC qemu to go into open Firmware mode, I tried to send the command key (not the control key), but I couldn't find any key that resembles it in the built-in sendkey command. There was no meta or Windows key in the autocomplete function of sendkey (as well as a