[Qemu-devel] [PATCH] Fixes fullscreen aspect ratio and leaving fullscreen mode problem on Mac OS X

2014-12-29 Thread Programmingkid
This patch fixes these problems for QEMU on Mac OS X: - fullscreen mode not having the correct aspect ratio - the inability to leave fullscreen mode signed-off-by: John Arbuckle programmingk...@gmail.com From 5baa57950e03ed18afbb63b4b500bbde95baad5c Mon Sep 17 00:00:00 2001 From: John Arbuckle

Re: [Qemu-devel] [PATCH v2] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD

2014-12-28 Thread Programmingkid
On Dec 28, 2014, at 5:23 AM, Peter Maydell wrote: On 28 December 2014 at 03:00, Programmingkid programmingk...@gmail.com wrote: Here is version 2 of the patch. All the suggestions have been implemented. Thanks. Last round of nits, but the rest of the change is fine. If you post v3

[Qemu-devel] [PATCH v3] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD

2014-12-28 Thread Programmingkid
This patch fixes the problem with raw_getlength() on Mac OS X so that it actually calculates the correct size of a volume. It has been updated to fix certain coding style issues. Booting and using a real CD in QEMU works again. signed-off-by: John Arbuckle programmingk...@gmail.com ---

[Qemu-devel] [PATCH] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD

2014-12-27 Thread Programmingkid
The raw_getlength() function under Mac OS X incorrectly returned a constant value instead of calculating the size of a real CD-ROM disc. This patch fixes this problem and makes booting from a real CD-ROM disc possible again under Mac OS X. signed-off-by: John Arbuckle

Re: [Qemu-devel] [PATCH v2] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD

2014-12-27 Thread Programmingkid
On Dec 27, 2014, at 8:19 PM, Peter Maydell wrote: On 28 December 2014 at 00:36, Programmingkid programmingk...@gmail.com wrote: The raw_getlength() function under Mac OS X incorrectly returned a constant value instead of calculating the size of a real CD-ROM disc. This patch fixes

Re: [Qemu-devel] [PATCH 0/5] PPC: Mac99 emulation fixes

2014-07-13 Thread Programmingkid
On Jul 13, 2014, at 12:17 PM, Alexander Graf wrote: While trying to get Mac OS X booting with our -M mac99 emulation I stumbled over a few issues that prevented it from doing so. With these patches applied I still can't properly boot Mac OS X with -M mac99, but I get a lot further than

[Qemu-devel] Help debugging audio problem

2014-06-12 Thread Programmingkid
What does this code mean? if (!glue (s-nb_hw_voices_, TYPE)) { return NULL; } The code is found in audio_template.h at line 244. I tried using GDB to figure out what it was doing, but had little luck. The AC97 sound card does not work, and I'm trying to change that. Any help

Re: [Qemu-devel] [PATCH] ui/cocoa: Pass command key through to guest when VM has mousegrab

2013-12-10 Thread Programmingkid
On Dec 8, 2013, at 12:30 PM, Peter Maydell wrote: The guest might want to be able to use the command key for its won purposes (as command if it is MacOS X, or for the Windows key if it is a PC guest, for instance). In line with other UI frontends, pass it through if the guest has mousegrab,

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2] Adds the ability to use the command key in the guest operating system.

2013-08-14 Thread Programmingkid
On Aug 14, 2013, at 4:58 PM, Alexander Graf wrote: On 14.08.2013, at 22:52, Peter Maydell wrote: On 14 August 2013 21:44, Anthony Liguori anth...@codemonkey.ws wrote: I'm confident there's a way to get hardware keycodes on OS X. There is on every other UI platform that I know of.

Re: [Qemu-devel] [PATCH v2] Adds the ability to use the command key in the guest operating system.

2013-08-04 Thread Programmingkid
On Aug 4, 2013, at 5:39 AM, Peter Maydell wrote: On 4 August 2013 00:43, Programmingkid programmingk...@gmail.com wrote: On Aug 3, 2013, at 7:06 PM, Peter Maydell wrote: On 3 August 2013 23:52, G 3 programmingk...@gmail.com wrote: This patch adds the ability to use the command key

Re: [Qemu-devel] [PATCH v2] Adds the ability to use the command key in the guest operating system.

2013-08-04 Thread Programmingkid
On Aug 4, 2013, at 7:58 AM, Anthony Liguori wrote: On Sun, Aug 4, 2013 at 4:39 AM, Peter Maydell peter.mayd...@linaro.org wrote: Should the QEMU UI use the menu-accelerator key for menus or should it pass it through to the guest is a generic UI front-end problem; any solution should not

Re: [Qemu-devel] [PATCH v2] Adds the ability to use the command key in the guest operating system.

2013-08-04 Thread Programmingkid
On Aug 4, 2013, at 2:07 PM, Peter Maydell wrote: On 4 August 2013 18:53, Programmingkid programmingk...@gmail.com wrote: On Aug 4, 2013, at 5:39 AM, Peter Maydell wrote Right, but I don't have to specify anything about any other key on the keyboard, why should command be special

Re: [Qemu-devel] [PATCH v2] Adds the ability to use the command key in the guest operating system.

2013-08-03 Thread Programmingkid
On Aug 3, 2013, at 7:06 PM, Peter Maydell wrote: On 3 August 2013 23:52, G 3 programmingk...@gmail.com wrote: This patch adds the ability to use the command key in the guest operating system. Just add -command-key 55 to the command line options sent to QEMU to use this feature. I have

[Qemu-devel] [PATCH] Adds the ability to use the command key in the guest OS.

2013-07-12 Thread Programmingkid
This patch adds the ability to use the command key in the guest OS. This patch will allow you to send keyboard shortcuts to Macintosh applications running in QEMU. signed-off-by: John Arbuckle programmingk...@gmail.com --- ui/cocoa.m | 123

Re: [Qemu-devel] [OpenBIOS] [Qemu-ppc] Mac OS X on QEMU

2013-07-10 Thread Programmingkid
On Jul 10, 2013, at 12:10 AM, Tarl Neustaedter wrote: On 2013-Jul-9 23:36 , Programmingkid wrote: I don't think so. The command key is equal to 0x37. The windows key is equal to 0x5B. This is my source:http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx Err

Re: [Qemu-devel] [Qemu-ppc] Mac OS X on QEMU

2013-07-10 Thread Programmingkid
On Jul 10, 2013, at 3:03 PM, Scott Wood wrote: On 07/09/2013 10:36:37 PM, Programmingkid wrote: On Jul 9, 2013, at 1:32 PM, Scott Wood wrote: On 07/04/2013 09:58:04 AM, Programmingkid wrote: On Jul 4, 2013, at 10:51 AM, Stefan Hajnoczi wrote: On Thu, Jul 4, 2013 at 4:45 PM, Alexander

Re: [Qemu-devel] [Qemu-ppc] Mac OS X on QEMU

2013-07-10 Thread Programmingkid
On Jul 10, 2013, at 4:17 PM, Scott Wood wrote: On 07/10/2013 02:54:19 PM, Programmingkid wrote: On Jul 10, 2013, at 3:03 PM, Scott Wood wrote: On 07/09/2013 10:36:37 PM, Programmingkid wrote: On Jul 9, 2013, at 1:32 PM, Scott Wood wrote: On 07/04/2013 09:58:04 AM, Programmingkid wrote

Re: [Qemu-devel] [Qemu-ppc] Mac OS X on QEMU

2013-07-10 Thread Programmingkid
On Jul 10, 2013, at 7:28 PM, Anthony Liguori wrote: Programmingkid programmingk...@gmail.com writes: On Jul 10, 2013, at 4:17 PM, Scott Wood wrote: Keyboards don't generally speak ASCII (or Unicode). They produce keycodes, which are generally translated into some sort of event

Re: [Qemu-devel] [Qemu-ppc] Mac OS X on QEMU

2013-07-09 Thread Programmingkid
On Jul 9, 2013, at 1:32 PM, Scott Wood wrote: On 07/04/2013 09:58:04 AM, Programmingkid wrote: On Jul 4, 2013, at 10:51 AM, Stefan Hajnoczi wrote: On Thu, Jul 4, 2013 at 4:45 PM, Alexander Graf ag...@suse.de wrote: On 04.07.2013, at 16:40, Programmingkid wrote: We have made a lot

Re: [Qemu-devel] [Qemu-ppc] Mac OS X on QEMU

2013-07-04 Thread Programmingkid
On Jul 4, 2013, at 10:45 AM, Alexander Graf wrote: On 04.07.2013, at 16:40, Programmingkid wrote: We have made a lot of progress in the last month with making Mac OS X run in QEMU. A lot of people are to thank for this milestone. To everyone involved, thank you. There is one thing

Re: [Qemu-devel] [Qemu-ppc] Mac OS X on QEMU

2013-07-04 Thread Programmingkid
On Jul 4, 2013, at 10:51 AM, Stefan Hajnoczi wrote: On Thu, Jul 4, 2013 at 4:45 PM, Alexander Graf ag...@suse.de wrote: On 04.07.2013, at 16:40, Programmingkid wrote: We have made a lot of progress in the last month with making Mac OS X run in QEMU. A lot of people are to thank

[Qemu-devel] Build problem on Mac OS 10.6.3

2010-06-07 Thread Programmingkid
I would just like to know if anyone else has seen this build problem with Qemu when building on Mac OS 10.6.3: Makefile:7: config-devices.mak: No such file or directory make[1]: *** No rule to make target `config-devices.mak'. Stop. make: *** [subdir-x86-softmmu] Error 2 I am using the most

<    6   7   8   9   10   11