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

Re: [Qemu-devel] [PATCH] configure: Change capstone's default state to disabled

2019-05-11 Thread Programmingkid
> On Apr 20, 2019, at 6:40 AM, Thomas Huth wrote: > > On 19/04/2019 15.44, G 3 wrote: >> >> On Apr 19, 2019, at 3:10 AM, Thomas Huth wrote: >> >>> On 19/04/2019 00.47, John Arbuckle wrote: Capstone is not necessary in order to use QEMU. Disable it by default. This will save the user

Re: [Qemu-devel] [PATCH] configure: Change capstone's default state to disabled

2019-05-11 Thread Programmingkid
> On May 11, 2019, at 2:05 PM, Thomas Huth wrote: > > On 11/05/2019 19.21, Programmingkid wrote: >> >>> On Apr 20, 2019, at 6:40 AM, Thomas Huth wrote: >>> >>> On 19/04/2019 15.44, G 3 wrote: >>>> >>>> On Apr 19, 2019, at

Re: [PATCH v3] Implement the Screamer sound chip for the mac99 machine type

2020-02-16 Thread Programmingkid
> On Feb 16, 2020, at 4:59 PM, BALATON Zoltan wrote: > > On Sun, 16 Feb 2020, Howard Spoelstra wrote: >> On Sun, Feb 16, 2020 at 5:32 PM John Arbuckle >> wrote: >>> diff --git a/hw/audio/screamer.c b/hw/audio/screamer.c >>> new file mode 100644 >>> index 00..ad4aba12eb >>> --- /dev/nul

Re: [PATCH v3] Implement the Screamer sound chip for the mac99 machine type

2020-02-16 Thread Programmingkid
> On Feb 16, 2020, at 2:57 PM, Howard Spoelstra wrote: > > > > > On Sun, Feb 16, 2020 at 5:32 PM John Arbuckle > wrote: > Signed-off-by: John Arbuckle > --- > v3 changes: > - Updated the location of patched code in hw/ppc/kconfig. > - Removed setting the props variable in screamer.c. > -

Re: [RFC PATCH v2] target/ppc: Enable hardfloat for PPC

2020-02-18 Thread Programmingkid
> On Feb 18, 2020, at 12:10 PM, BALATON Zoltan wrote: > > While other targets take advantage of using host FPU to do floating > point computations, this was disabled for PPC target because always > clearing exception flags before every FP op made it slightly slower > than emulating everyting wi

Ping: [PATCH 0/2] cocoa.m: keyboard quality of life reborn

2021-09-23 Thread Programmingkid
Hi Peter, are you reviewing cocoa patches? Should someone else see these patches? Thank you. Ping: https://patchwork.kernel.org/project/qemu-devel/patch/90e28997-9afa-4d8c-8323-bd087e629...@gmail.com/ https://patchwork.kernel.org/project/qemu-devel/patch/20210730170945.4468-3-programmingk...@g

Re: Ping: [PATCH 0/2] cocoa.m: keyboard quality of life reborn

2021-09-24 Thread Programmingkid
> On Sep 24, 2021, at 5:26 AM, Peter Maydell wrote: > > On Fri, 24 Sept 2021 at 00:08, Programmingkid > wrote: >> >> Hi Peter, are you reviewing cocoa patches? Should someone else see these >> patches? > > Gerd sent out a message a while back sugges

[Qemu-devel] helper_compute_fprf() purpose

2016-10-29 Thread Programmingkid
What is the purpose for the helper_compute_fprf() function in target-ppc/fpu_helper.c?

[Qemu-devel] How to print value of float instruction argument

2016-10-30 Thread Programmingkid
I'm trying to print the value of the arguments sent to gen_fmadds() in target-ppc/translate/fp-impl.inc.c. How do I do this? I have tried printf("cpu_fpr[rA(ctx->opcode)] = %d\n", cpu_fpr[rA(ctx->opcode)]), but that always prints the same value of 138 even if I change the values sent to fmadds.

Re: [Qemu-devel] How to print value of float instruction argument

2016-11-01 Thread Programmingkid
On Oct 31, 2016, at 4:39 AM, Peter Maydell wrote: > On 31 October 2016 at 03:13, Programmingkid wrote: >> I'm trying to print the value of the arguments sent to >> gen_fmadds() in target-ppc/translate/fp-impl.inc.c. How >> do I do this? I have tried printf("

[Qemu-devel] Make file problem?

2016-08-31 Thread Programmingkid
When I tried to make a change to the file hw/misc/macio/cuda.c, the make command would not detect the changes. I would have to delete the cuda.o file to make the changes actually compile.

Re: [Qemu-devel] [Qemu-ppc] [PATCH RFC 0/4] Enable MTTCG on PowerPC

2016-09-02 Thread Programmingkid
> On 09/02/2016 08:32 AM, Nikunj A Dadhania wrote: >> The series is a first attempt at enabling Multi-Threaded TCG on PowerPC. >> Changes that were needed to enable PowerPC are pretty simple; >> >> Patch 01: Take a iothread lock during hcall, as hcall can generate io >> requests >> 02: For T

Re: [Qemu-devel] [Qemu-ppc] [PATCH RFC 0/4] Enable MTTCG on PowerPC

2016-09-03 Thread Programmingkid
On Sep 3, 2016, at 1:11 PM, Nikunj A Dadhania wrote: > Nikunj A Dadhania writes: > >> Programmingkid writes: >> The result was this error message: >>> qemu-system-ppc: Number of SMP CPUs requested (4) exceeds max CPUs >>> supported by machine 'mac99&#

Re: [Qemu-devel] ARM documentation

2016-12-02 Thread Programmingkid
On Nov 30, 2016, at 9:55 PM, G 3 wrote: > > On Nov 30, 2016, at 6:58 PM, Alistair Francis wrote: > >> On Fri, Nov 18, 2016 at 4:53 PM, Programmingkid >> wrote: >>> >>> On Nov 18, 2016, at 7:31 PM, Programmingkid wrote: >>> >>>&g

[Qemu-devel] New wiki page: http://wiki.qemu.org/Hosts

2016-12-02 Thread Programmingkid
I thought we could use a Hosts page to sort all the host documentation we have. It is located here: http://wiki.qemu.org/Hosts Here is what I have so far: AIX Darwin FreeBSD, NetBSD, OpenBSD Linux Mac OS X Solaris Windows

[Qemu-devel] [RFC] target-ppc/fpu_helper.c: Use C99 code to speed up floating point unit

2016-12-02 Thread Programmingkid
The floating point code used in fpu_helper.c can be sped up by using the IEEE 754 support added to the C99 standard. To test this code out simply set and unset the I_NEED_SPEED macro. The program to test out each version of the helper_fmadd() function is below the patch. It needs to be ran in th

Re: [Qemu-devel] New wiki page: http://wiki.qemu.org/Hosts

2016-12-03 Thread Programmingkid
On Dec 3, 2016, at 3:41 AM, Paolo Bonzini wrote: > > > On 02/12/2016 23:59, Programmingkid wrote: >> I thought we could use a Hosts page to sort all the host documentation we >> have. It is located here: http://wiki.qemu.org/Hosts >> >> Here is what I

Re: [Qemu-devel] New wiki page: http://wiki.qemu.org/Hosts

2016-12-03 Thread Programmingkid
On Dec 3, 2016, at 3:57 AM, Thomas Huth wrote: > On 02.12.2016 23:59, Programmingkid wrote: >> I thought we could use a Hosts page to sort all the host documentation we >> have. It is located here: http://wiki.qemu.org/Hosts > > Since it's documentation, s

Re: [Qemu-devel] [RFC] target-ppc/fpu_helper.c: Use C99 code to speed up floating point unit

2016-12-03 Thread Programmingkid
On Dec 3, 2016, at 3:44 AM, Paolo Bonzini wrote: > > > On 03/12/2016 06:59, Programmingkid wrote: >> The floating point code used in fpu_helper.c can be sped up by using >> the IEEE 754 support added to the C99 standard. To test this code out >> simply set and unset

[Qemu-devel] Adding resolutions to the VGA driver

2016-09-15 Thread Programmingkid
There has been talk about what resolutions to add support for in the VGA driver. What do you think of this list: 512x342 640x400 640x480 800x600 1024x600 1024x640 1152x864 1200x700 1280x720 1280x768 1280x800 1366x768 1440x900 1920x1200 2304x1440 2560x1080 2560x1600 2880x1800 4096x2304 4096x3072

[Qemu-devel] Wiki documentation organization

2016-11-04 Thread Programmingkid
It looks like the QEMU wiki is being organized into folders. I'm thinking the page http://wiki.qemu.org/Documentation/Platforms/ should be a listing of all the platforms QEMU currently supports. The list would be links to their respective pages. Example: Platforms available in QEMU: ARM i386/x

Re: [Qemu-devel] Wiki documentation organization

2016-11-04 Thread Programmingkid
On Nov 4, 2016, at 6:32 PM, Paolo Bonzini wrote: > > > - Original Message - >> From: "Programmingkid" >> To: "Paolo Bonzini" , "qemu-devel qemu-devel" >> >> Sent: Friday, November 4, 2016 11:05:57 PM >> Subject:

Re: [Qemu-devel] Wiki documentation organization

2016-11-05 Thread Programmingkid
On Nov 5, 2016, at 4:51 AM, Paolo Bonzini wrote: > >>> Makes sense. You can also use >>> >>> * [{{PagesStartingWith|Documentation/Platforms/}} All platforms emulated by >>> QEMU] >>> >>> instead of listing them manually. Also please add [[Category:User >>> documentation]] >>> to the pages. >

[Qemu-devel] Problem with QEMU PPC test image

2016-11-16 Thread Programmingkid
When I run this test disk image: http://wiki.qemu.org/download/ppc-virtexml507-linux-2_6_34.tgz I see these error messages: /selftest.sh: line 6: /usr/bin/sha1test: not found /selftest.sh: line 7: /usr/bin/hmactest: not found Maybe /usr/bin/sha1sum is what the first test should be. I don't see

Re: [Qemu-devel] ARM documentation

2016-11-18 Thread Programmingkid
On Nov 18, 2016, at 4:10 PM, Alistair Francis wrote: > On Fri, Nov 11, 2016 at 8:53 AM, G 3 wrote: >> >> On Nov 11, 2016, at 11:31 AM, Alex Bennée wrote: >> >>> >>> G 3 writes: >>> On Nov 11, 2016, at 8:27 AM, G 3 wrote: > > On Nov 11, 2016, at 8:08 AM, Stefan Hajnoczi w

Re: [Qemu-devel] ARM documentation

2016-11-18 Thread Programmingkid
On Nov 18, 2016, at 7:31 PM, Programmingkid wrote: > > On Nov 18, 2016, at 4:10 PM, Alistair Francis wrote: > >> On Fri, Nov 11, 2016 at 8:53 AM, G 3 wrote: >>> >>> On Nov 11, 2016, at 11:31 AM, Alex Bennée wrote: >>> >>>> >>

Re: [Qemu-devel] [PATCH v14 00/24] MTTCG Base enabling patches with ARM enablement

2017-02-25 Thread Programmingkid
On Feb 24, 2017, at 1:37 PM, Alex Bennée wrote: > > G 3 writes: > >> Hi I was wondering if your MTTCG patches have been tested with a >> PowerPC guest yet. > > You would have to talk to PPC guys about the current status of MTTCG for > the PowerPC architecture. You can force it to run with -ac

[Qemu-devel] Patch causes Mac OS X to print dead controller messages

2017-03-01 Thread Programmingkid
commit 95ed56939eb2eaa4e2f349fe6dcd13ca4edfd8fb usb: ohci: limit the number of link eds This patch causes Mac OS X to continuously print this message: USBF: 35.508 AppleUSBOHCI[0x1187000] Watchdog detected dead controller (hcca #: 0, hc#: 863) I used git bisect to find this patch. None of the US

Re: [Qemu-devel] git master build failure in 9pfs

2017-03-02 Thread Programmingkid
On Mar 2, 2017, at 1:26 PM, qemu-devel-requ...@nongnu.org wrote: > > Does anyone else see the following error when trying to build git master? > > cc -I/home/build/src/qemu/git/qemu/hw/9pfs -Ihw/9pfs > -I/home/build/src/qemu/git/qemu/tcg > -I/home/build/src/qemu/git/qemu/tcg/i386 > -I/home/build

[Qemu-devel] Mac OS X guest no longer boot

2016-10-01 Thread Programmingkid
Mac OS X no longer successfully boots under recent commits of QEMU. This problem appears to only be with the mac99 target. The beigeg3 target does still work. I have used my Mac OS 10.4 and Mac OS 10.2 boot cd images in the tests. My command-line: qemu-system-ppc -cdrom tiger.iso -boot d -M mac9

Re: [Qemu-devel] Mac OS X guest no longer boot

2016-10-01 Thread Programmingkid
On Oct 1, 2016, at 2:19 PM, Mark Cave-Ayland wrote: > On 01/10/16 16:36, Programmingkid wrote: > >> Mac OS X no longer successfully boots under recent commits of QEMU. This >> problem appears to only be with the mac99 target. The beigeg3 target does >> still work. I

[Qemu-devel] gen_helper_compute_fprf() definition

2016-10-05 Thread Programmingkid
Where is the definition for gen_helper_compute_fprf()? This function is used in fp-impl.inc.c.

[Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
Would you accept a patch that added "Save State" and "Restore State" menu items to the cocoa interface? They would allow the user to save the running state of the emulator.

Re: [Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
On Oct 6, 2016, at 10:28 AM, Peter Maydell wrote: > On 6 October 2016 at 15:22, Programmingkid wrote: >> Would you accept a patch that added "Save State" and >> "Restore State" menu items to the cocoa interface? They would >> allow the user to save the r

Re: [Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
On Oct 6, 2016, at 11:35 AM, Paolo Bonzini wrote: > > > On 06/10/2016 16:42, Programmingkid wrote: >> >> On Oct 6, 2016, at 10:28 AM, Peter Maydell wrote: >> >>> On 6 October 2016 at 15:22, Programmingkid >>> wrote: >>>> Would you

Re: [Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
On Oct 6, 2016, at 11:49 AM, Paolo Bonzini wrote: > > > On 06/10/2016 17:48, Programmingkid wrote: >> >> On Oct 6, 2016, at 11:35 AM, Paolo Bonzini wrote: >> >>> >>> >>> On 06/10/2016 16:42, Programmingkid wrote: >>>> >&

Re: [Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
On Oct 6, 2016, at 12:17 PM, Paolo Bonzini wrote: > > > On 06/10/2016 18:04, Programmingkid wrote: >> 'Save State...' would call something equivalent to the monitor command >> savevm. >> It would display a dialog box asking to give a name to this save.

Re: [Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
On Oct 6, 2016, at 1:49 PM, Peter Maydell wrote: > On 6 October 2016 at 18:43, Programmingkid wrote: >> @ Peter I don't know how to implement this in GTK. The GTK GUI maintainer >> doesn't even >> reply to my emails. Could we start this in Cocoa and then port it

Re: [Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
On Oct 6, 2016, at 3:59 PM, Eric Blake wrote: > On 10/06/2016 09:22 AM, Programmingkid wrote: >> Would you accept a patch that added "Save State" and "Restore State" menu >> items to the cocoa interface? They would allow the user to save the running >>

Re: [Qemu-devel] Adding Save States menu items

2016-10-06 Thread Programmingkid
On Oct 6, 2016, at 4:47 PM, Peter Maydell wrote: > On 6 October 2016 at 12:59, Eric Blake wrote: >> Libvirt also learned that the qemu 'migrate-to-disk' format (used by >> 'savevm' or 'migrate') is NOT self-descriptive - in order to fully and >> safely revert to an earlier state, you HAVE to sto

Re: [Qemu-devel] Adding Save States menu items

2016-10-07 Thread Programmingkid
On Oct 7, 2016, at 5:14 AM, Daniel P. Berrange wrote: > On Fri, Oct 07, 2016 at 09:21:36AM +0200, Paolo Bonzini wrote: >> >> >> On 06/10/2016 22:26, Eric Blake wrote: > Doesn't virt-manager already do this? What do we gain by duplicating > GUI functionality at this level that is alread

Re: [Qemu-devel] Adding Save States menu items

2016-10-07 Thread Programmingkid
On Oct 7, 2016, at 5:09 AM, Daniel P. Berrange wrote: > On Thu, Oct 06, 2016 at 02:59:49PM -0500, Eric Blake wrote: >> On 10/06/2016 09:22 AM, Programmingkid wrote: >>> Would you accept a patch that added "Save State" and "Restore State" menu >>>

[Qemu-devel] [PATCH v5] build: Work around SIZE_MAX bug in OSX headers

2016-10-11 Thread Programmingkid
On Oct 11, 2016, at 12:00 PM, qemu-devel-requ...@nongnu.org wrote: > C99 requires SIZE_MAX to be declared with the same type as the > integral promotion of size_t, but OSX mistakenly defines it as > an 'unsigned long long' expression even though size_t is only > 'unsigned long'. Rather than futz

Re: [Qemu-devel] [PATCH v5] build: Work around SIZE_MAX bug in OSX headers

2016-10-11 Thread Programmingkid
On Oct 11, 2016, at 2:12 PM, Eric Blake wrote: > On 10/11/2016 01:03 PM, Programmingkid wrote: > >>> +/* Mac OSX has a bug that incorrectly defines SIZE_MAX with >>> + * the wrong type. Our replacement isn't usable in preprocessor >>> + * expressio

[Qemu-devel] Guest with multiple monitors support with qemu-system-ppc

2016-10-13 Thread Programmingkid
Is it possible to use a multiple guest setup in qemu-system-ppc. I know qemu-system-i386 does support this feature using spice and qxl. I don't think spice is available for a Mac OS X host so I probably can't use it. QEMU is used in emulation mode if that helps.

Re: [Qemu-devel] my attempt at new QEMU website

2016-10-19 Thread Programmingkid
> On Wed, Oct 19, 2016 at 12:53:55PM +0200, Paolo Bonzini wrote: >> Hi all, >> >> another small PSA. :) I have created a small but hopefully useful >> example of a new QEMU website at http://qemu-bonzini.rhcloud.com/. The >> site aims at providing and also a home for blog posts about QEMU. >> >

Re: [Qemu-devel] my attempt at new QEMU website

2016-10-20 Thread Programmingkid
On Oct 20, 2016, at 4:30 AM, Daniel P. Berrange wrote: > On Wed, Oct 19, 2016 at 03:54:22PM -0400, Programmingkid wrote: >>> On Wed, Oct 19, 2016 at 12:53:55PM +0200, Paolo Bonzini wrote: >>>> Hi all, >>>> >>>> another small PSA. :) I have create

Re: [Qemu-devel] my attempt at new QEMU website

2016-10-20 Thread Programmingkid
On Oct 20, 2016, at 8:56 AM, Paolo Bonzini wrote: > > > - Original Message - >> From: "Daniel P. Berrange" >> To: "Programmingkid" >> Cc: "qemu-devel qemu-devel" , "Paolo Bonzini" >> >> Sent: Thursday, O

[Qemu-devel] definition of struct TCGv_i64_d

2016-10-21 Thread Programmingkid
In the tcg.h file, there is this line: typedef struct TCGv_i64_d *TCGv_i64; Would anyone know where the definition of struct TCGv_i64_d is?

[Qemu-devel] [Qemu-ppc] target-ppc: gdbstub breakpoints get stuck in an infinite loop on next/continue

2016-10-21 Thread Programmingkid
> Hi all, > > I've just noticed the above regression in git master whilst trying to > debug something in openbios-ppc via QEMU's gdbstub. Reproduction here is > fairly easy using a debug build of OpenBIOS which I've uploaded to > https://www.ilande.co.uk/tmp/qemu/openbios-qemu.elf.nostrip for peop

[Qemu-devel] Improving QEMU's About dialog

2016-07-26 Thread Programmingkid
Under Mac OS X, QEMU's about dialog is not very helpful. It only displays an icon and the name of the binary. I think this should be improved. Let me know what you think of this idea: Version: Git commit version: Build date: Example:

[Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-27 Thread Programmingkid
> > The project is at https://github.com/ozbenh/QemuMacDrivers > > This adds a native MacOS driver in ROM (which can be picked up > by MacOS once OpenBIOS has been updated if Mark accepts > the patches I sent him) which allows MacOS classic > (tested 9.2.1) and MacOS X (tested 10.1.4 and 10.4) >

[Qemu-devel] ui/cocoa.m: Make a better about dialog

2016-07-28 Thread Programmingkid
From 0c803fd07ddf05904d283628f8277b14fb8cbf35 Mon Sep 17 00:00:00 2001 From: John Arbuckle Date: Thu, 28 Jul 2016 10:34:33 -0400 Subject: [PATCH] Make a better about dialog The about dialog in QEMU on Mac OS X is very plain and unhelpful. This patch makes the about dialog look a lot better and ha

[Qemu-devel] [PATCH v2] ui/cocoa.m: Make a better about dialog

2016-07-28 Thread Programmingkid
The about dialog in QEMU on Mac OS X is very plain and unhelpful. This patch makes the about dialog look a lot better and have some descriptive information on what version of QEMU the user is running. Signed-off-by: John Arbuckle --- version 2 changes: Added QEMU version to the version label ui

Re: [Qemu-devel] [PATCH v2] ui/cocoa.m: Make a better about dialog

2016-07-28 Thread Programmingkid
On Jul 28, 2016, at 11:12 AM, Peter Maydell wrote: > On 28 July 2016 at 16:01, Programmingkid wrote: >> The about dialog in QEMU on Mac OS X is very plain and unhelpful. This patch >> makes the about dialog look a lot better and have some descriptive >> information >&

[Qemu-devel] [PATCH v3] ui/cocoa.m: Make a better about dialog

2016-07-29 Thread Programmingkid
The about dialog in QEMU on Mac OS X is very plain and unhelpful. This patch makes the about dialog look a lot better and have some descriptive information on what version of QEMU the user is running. Signed-off-by: John Arbuckle --- version 3 changes: Removed buffer related code version 2 chang

Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-30 Thread Programmingkid
On Jul 27, 2016, at 5:49 PM, Benjamin Herrenschmidt wrote: > On Wed, 2016-07-27 at 10:33 -0400, Programmingkid wrote: >> Could we see the patches you sent to Mark? Right now when I try to >> boot QEMU with your patch I see this message: qemu-system-ppc: >> Initialization

Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Add MacOS VGA driver ROM

2016-07-30 Thread Programmingkid
I was wondering if you could add the 1200x700 resolution to the list in https://github.com/ozbenh/QemuMacDrivers/blob/master/QemuVGADriver/src/QemuVga.c. This is the perfect resolution for someone using QEMU on a 13" MacBook Pro. QEMU's window fills most of the screen but still allows for easy

[Qemu-devel] [PATCH RFC] hw/misc/macio/cuda.c: erratic mouse fix

2016-08-06 Thread Programmingkid
For everyone who is having a problem with the mouse pointer acting erratically, this patch should offer some relief. By decreasing the polling rate of the ADB mouse, the mouse pointer becomes more manageable. I was always able to reproduce the erratic mouse issue by playing an mp3 in QuickTime P

[Qemu-devel] [Qemu-ppc] [PATCH 0/6] dbdma: improve logging and various fixes

2016-07-10 Thread Programmingkid
On Jul 10, 2016, at 2:09 PM, qemu-ppc-requ...@nongnu.org wrote: > This patchset is based upon some work Ben H did to fix various DBDMA issues > found whilst trying to boot MacOS 9 (effectively a minimal rework of a > WIP diff). With this patch, along with the patch for odd MSR combinations, > it

Re: [Qemu-devel] [Qemu-ppc] [PULL 05/23] ppc: Enforce setting MSR:EE, IR and DR when MSR:PR is set

2016-07-11 Thread Programmingkid
On Jul 11, 2016, at 3:04 AM, Mark Cave-Ayland wrote: > On 10/07/16 23:14, Cédric Le Goater wrote: > >> Mark, >> >> For OS 9, do you plan to commit these openbios patches soon ? >> >> https://lists.nongnu.org/archive/html/qemu-devel/2015-11/msg02824.html >> >> as we just gave them a goo

[Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Programmingkid
Add a menu called "Send Key". It is populated with options the user supplies at runtime. The option works like this: -sendkeymenu :. The title can be anything you want. The values are the hexadecimal values for the keycodes. The title is added to the menu as an menu item. The keycodes are sent to Q

Re: [Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Programmingkid
On Jul 11, 2016, at 6:28 PM, Peter Maydell wrote: > On 11 July 2016 at 23:20, Programmingkid wrote: >> Add a menu called "Send Key". It is populated with options the user supplies >> at >> runtime. The option works like this: -sendkeymenu :. The >> title

Re: [Qemu-devel] [PATCH] Add support for a Send Key menu.

2016-07-11 Thread Programmingkid
On Jul 11, 2016, at 6:44 PM, Peter Maydell wrote: > On 11 July 2016 at 23:31, Programmingkid wrote: >> On Jul 11, 2016, at 6:28 PM, Peter Maydell wrote: >>> Do we have this feature in any of our other front end UIs? >>> I don't really want to get into add

Re: [Qemu-devel] [Qemu-ppc] [PULL 05/23] ppc: Enforce setting MSR:EE, IR and DR when MSR:PR is set

2016-07-11 Thread Programmingkid
On Jul 11, 2016, at 2:37 PM, Mark Cave-Ayland wrote: > On 11/07/16 15:42, Programmingkid wrote: > >>> Hmmm if that's the same 9.2.1 image we were using for last year's GSoC >>> then it has been working fine here? From what I've seen both 9.2.1 and >&

[Qemu-devel] [PATCH v3] ui/cocoa.m: add Speed menu

2017-06-13 Thread Programmingkid
Programs running inside of QEMU can sometimes use more CPU time than is really needed. To solve this problem, we just need to throttle the virtual CPU. This feature will stop laptops from burning up. This patch adds a menu called Speed that has menu items from 100% to 1% that represent the speed

Re: [Qemu-devel] [PATCH] Improve Cocoa modifier key handling

2017-06-23 Thread Programmingkid
This patch is incompatible with anything below Mac OS 10.10. We support Mac OS 10.5 and up. I was able to make this patch work on Mac OS 10.6 by changing this line: NSEventModifierFlags modifiers = [event modifierFlags]; to this: NSUInteger modifiers = [event modifierFlags]; This wouldn't be

[Qemu-devel] [PATCH v2] ui/cocoa.m: add Speed menu

2017-06-09 Thread Programmingkid
Programs running inside of QEMU can sometimes use more CPU time than is really needed. To solve this problem, we just need to throttle the virtual CPU. This feature will stop laptops from burning up. This patch adds a menu called Speed that has menu items from 100% to 1% that represent the speed

Re: [Qemu-devel] [PATCH 00/22] target/openrisc updates

2017-02-13 Thread Programmingkid
On Feb 13, 2017, at 10:25 PM, Richard Henderson wrote: > On 02/10/2017 11:39 AM, Stafford Horne wrote: >> On Thu, Feb 09, 2017 at 09:10:51AM -0500, G 3 wrote: >>> >>> On Feb 8, 2017, at 11:52 PM, qemu-devel-requ...@nongnu.org wrote: >>> Message: 6 Date: Wed, 8 Feb 2017 20:51:32 -0800

Re: [Qemu-devel] [PATCH v14 00/24] MTTCG Base enabling patches with ARM enablement

2017-03-02 Thread Programmingkid
On Feb 25, 2017, at 10:03 PM, Pranith Kumar wrote: > On Sat, Feb 25, 2017 at 8:46 PM, Programmingkid > wrote: >> >> >> With the i386 target, I did see host CPU usage go up to 120%. That was nice >> to see. Windows XP and Windows 2000 would not boot to the deskto

Re: [Qemu-devel] [Qemu-ppc] [PATCH 1/3] target/ppc: fmadd check for excp independently

2017-03-03 Thread Programmingkid
On Mar 3, 2017, at 4:59 AM, qemu-ppc-requ...@nongnu.org wrote: > > Current order of checking does not confirm with the spec > (ISA 3.0: MultiplyAddDP page-469). Change the order and make them > independent of each other. > > For example: a = infinity, b = zero, c = SNaN, this should set both >

Re: [Qemu-devel] Patch causes Mac OS X to print dead controller messages

2017-03-06 Thread Programmingkid
On Mar 6, 2017, at 4:10 AM, Gerd Hoffmann wrote: > On Mi, 2017-03-01 at 23:08 -0500, Programmingkid wrote: >> commit 95ed56939eb2eaa4e2f349fe6dcd13ca4edfd8fb >> usb: ohci: limit the number of link eds >> >> This patch causes Mac OS X to continuously print th

[Qemu-devel] [Bug 1289788] Re: MIDI access (not only adlib) hangs WinNT on QEMU 1.7.x

2017-03-06 Thread Programmingkid
On Mar 6, 2017, at 5:45 AM, qemu-devel-requ...@nongnu.org wrote: > > Is this problem still reproducible with the latest version of QEMU? > > ** Changed in: qemu > Status: New => Incomplete > > -- > You received this bug notification because you are a member of qemu- > devel-ml, which is

[Qemu-devel] USB mouse no longer working with Windows guest

2017-03-06 Thread Programmingkid
The USB mouse does not move when using a Windows 2000 and Windows XP guest. I will try to bisect the problem soon.

Re: [Qemu-devel] [PATCH] ohci: relax link check

2017-03-08 Thread Programmingkid
On Mar 7, 2017, at 3:40 AM, Gerd Hoffmann wrote: > The strict td link limit added by commit "95ed569 usb: ohci: limit the > number of link eds" causes problems with macos guests. Lets raise the > limit. > > Reported-by: Programmingkid > Reported-by: Howard Spoe

[Qemu-devel] [PATCH Risu v2 0/3] PPC64 Improvements

2017-03-13 Thread Programmingkid
On Mar 9, 2017, at 3:08 PM, qemu-devel-requ...@nongnu.org wrote: > v2: > - applied code review > > This patchset include initial support to PPC64 (Big-Endian), that is pretty > much the same: only some fixes in configure and risugen. > Also, it adds a better random initialization of VSX registe

[Qemu-devel] [PATCH v4] ui/cocoa.m: Make a better about dialog

2016-08-15 Thread Programmingkid
The about dialog in QEMU on Mac OS X is very plain and unhelpful. This patch makes the about dialog look a lot better and have some descriptive information on what version of QEMU the user is running. Signed-off-by: John Arbuckle --- version 4 changes: Moved qemu-version.h include above Carbon.h

[Qemu-devel] enhancements to the open firmware video driver

2016-08-15 Thread Programmingkid
I thought of a way for the video driver you made to be expandable without having to be recompiled. The user can specify additions resolutions like this: -prom-env "resolutions=1200x700,1280x600,1440x700" The video driver can then look in the /options node and use its resolutions property to ret

Re: [Qemu-devel] [PATCH v4 5/5] adb.c: add power key support

2016-08-16 Thread Programmingkid
On Aug 15, 2016, at 11:55 PM, David Gibson wrote: > On Mon, Aug 15, 2016 at 03:53:02PM -0400, Programmingkid wrote: >> >> On Aug 15, 2016, at 8:19 AM, David Gibson wrote: >> >>> On Fri, Aug 12, 2016 at 08:10:03PM -0400, John Arbuckle wrote: >>>> Add su

Re: [Qemu-devel] [Qemu-ppc] [PATCH v5 4/4] adb.c: prevent NO_KEY value from going to guest

2016-08-19 Thread Programmingkid
On Aug 18, 2016, at 7:06 AM, BALATON Zoltan wrote: > On Wed, 17 Aug 2016, John Arbuckle wrote: >> @@ -446,7 +438,10 @@ static void adb_keyboard_event(DeviceState *dev, >> QemuConsole *src, >>return; >>} >>keycode = qcode_to_adb_keycode[qcode]; >> - >> +if (keycode == NO_KEY)

Re: [Qemu-devel] [PATCH v5 0/4] ADB improvements

2016-08-23 Thread Programmingkid
On Aug 23, 2016, at 8:19 AM, David Gibson wrote: > On Wed, Aug 17, 2016 at 07:37:16PM -0700, no-re...@patchew.org wrote: >> Hi, >> >> Your series seems to have some coding style problems. See output below for >> more information: >> >> Message-id: 1471487270-1490-1-git-send-email-programmingk..

[Qemu-devel] Nios2 documentation page now up

2017-07-13 Thread Programmingkid
Hi I have recently created a new documentation page for the Nios2 target. I would greatly appreciate any feedback you might have on it. Thank you. Page: http://wiki.qemu.org/Documentation/Platforms/Nios2

Re: [Qemu-devel] Nios2 documentation page now up

2017-07-13 Thread Programmingkid
On Jul 13, 2017, at 10:48 AM, Marek Vasut wrote: > On 07/13/2017 04:28 PM, Programmingkid wrote: >> Hi I have recently created a new documentation page for the Nios2 target. I >> would greatly appreciate any feedback you might have on it. Thank you. > > Great, thanks ! >

Re: [Qemu-devel] Nios2 documentation page now up

2017-07-13 Thread Programmingkid
On Jul 13, 2017, at 3:01 PM, Marek Vasut wrote: > On 07/13/2017 08:23 PM, Programmingkid wrote: >> >> On Jul 13, 2017, at 10:48 AM, Marek Vasut wrote: >> >>> On 07/13/2017 04:28 PM, Programmingkid wrote: >>>> Hi I have recently created a new docume

[Qemu-devel] help with tilegx

2017-07-14 Thread Programmingkid
How do I build the tilegx target? I have tried "./configure --target-list=tilegx" and "./configure --target-list=tilegx-softmmu". They both fail with this message: "ERROR: Unknown target name".

Re: [Qemu-devel] help with tilegx

2017-07-14 Thread Programmingkid
On Jul 14, 2017, at 11:25 AM, Peter Maydell wrote: > On 14 July 2017 at 16:01, Programmingkid wrote: >> How do I build the tilegx target? I have tried "./configure >> --target-list=tilegx" and "./configure --target-list=tilegx-softmmu". They >> bot

[Qemu-devel] New Unicore32 documentation

2017-07-16 Thread Programmingkid
Hello I have just made a new Unicore32 page and was wondering if the information on it was correct. Any feedback or additions you wish to add would be appreciated. Thank you. http://wiki.qemu.org/Documentation/Platforms/Unicore32

Re: [Qemu-devel] New documentation for the LatticeMicro32 target

2017-07-17 Thread Programmingkid
> On Jul 17, 2017, at 1:40 AM, Michael Walle wrote: > > Am 2017-07-09 17:39, schrieb Programmingkid: >> I just made a documentation page for the LatticeMicro32 target. I need >> to know its current status, how much of this system is implemented, >> what software

Re: [Qemu-devel] New documentation for the LatticeMicro32 target

2017-07-17 Thread Programmingkid
> On Jul 17, 2017, at 10:56 AM, Programmingkid > wrote: > > >> On Jul 17, 2017, at 1:40 AM, Michael Walle wrote: >> >> Am 2017-07-09 17:39, schrieb Programmingkid: >>> I just made a documentation page for the LatticeMicro32 target. I need >>&

[Qemu-devel] Cocoa.m: changing keys to ungrab mouse

2017-07-17 Thread Programmingkid
I realize having the ungrab keys be Control-Option for the cocoa interface is not a good idea. This makes keyboard combinations like Control-Alt-Delete (popular in Windows) unusable. This is why I suggest the ungrab keys be changed to Control-Alt-G. This is what the GTK interface already uses.

[Qemu-devel] A new Xtensa page has been made

2017-07-17 Thread Programmingkid
I just made a new wiki page for the Xtensa target. Please let me know what you think. http://wiki.qemu.org/Documentation/Platforms/Xtensa

[Qemu-devel] [PATCH] ui/cocoa.m: Fix compatibility issue with Mac OS 10.9 and under

2017-06-28 Thread Programmingkid
The [NSEvent modifierFlags] method returns an NSEventModifierFlags type value in Mac OS 10.10. It use to be of type NSUInteger. Replacing NSEventModifierFlags with NSUInteger allows for the cooca.m file to be compiled on older versions of Mac OS. This patch was been tested on Mac OS 10.6 and Mac

[Qemu-devel] Wiki page for CRIS

2017-07-08 Thread Programmingkid
I have recently made a wiki page for the CRIS emulator in QEMU. I have supplied as much information as I could but there is still a need for more. If anyone knows what the suggested command-line should be or knows of more information which should be included please contact me and I will be glad

[Qemu-devel] New documentation for the LatticeMicro32 target

2017-07-09 Thread Programmingkid
I just made a documentation page for the LatticeMicro32 target. I need to know its current status, how much of this system is implemented, what software runs on it. If anyone could supply more information that would be appreciated. Pictures of this target running would be great as well. Thanks.

[Qemu-devel] Bug report: qmp_stop() freezes QEMU

2017-05-25 Thread Programmingkid
From the cocoa interface when I select pause QEMU doesn't pause. Instead QEMU freezes. I have traced the problem to the qmp_stop() function. Here is the stack trace: + 2433 -[QemuCocoaAppController

Re: [Qemu-devel] [PATCH risu] ppc64: Fix patterns for rotate doubleword instructions

2017-05-25 Thread Programmingkid
On May 25, 2017, at 4:05 PM, jos...@linux.vnet.ibm.com wrote: > On Tue, May 23, 2017 at 11:33:03PM -0300, jos...@linux.vnet.ibm.com wrote: >> On Tue, May 23, 2017 at 11:47:30AM +0530, Nikunj A Dadhania wrote: >>> G 3 writes: >>> On May 22, 2017, at 4:32 AM, qemu-devel-requ...@nongnu.org wr

Re: [Qemu-devel] [PATCH v3 00/12] Convert over to use keycodemapdb

2017-08-15 Thread Programmingkid
> On Aug 15, 2017, at 4:38 AM, Daniel P. Berrange wrote: > > On Mon, Aug 14, 2017 at 02:46:22PM -0400, Programmingkid wrote: >> Sorry but there appears to be an issue with your patchset. I ran this >> command: >> >> ./configure --target-list=ppc-softmmu,i386-s

Re: [Qemu-devel] [PATCH v3 00/12] Convert over to use keycodemapdb

2017-08-15 Thread Programmingkid
> On Aug 15, 2017, at 9:49 AM, Daniel P. Berrange wrote: > > On Tue, Aug 15, 2017 at 09:49:00AM -0400, Programmingkid wrote: >> >>> On Aug 15, 2017, at 4:38 AM, Daniel P. Berrange wrote: >>> >>> On Mon, Aug 14, 2017 at 02:46:22PM -0400, Programming

Re: [Qemu-devel] Help with Windows NT 4.0

2017-08-15 Thread Programmingkid
> On Aug 14, 2017, at 2:51 AM, Paolo Bonzini wrote: > > On 13/08/2017 21:13, Programmingkid wrote: >> Lately I found out that Windows NT 4.0 seems to work well with the >> 486 and pentium processors. Using "-cpu 486" made installing it >> actually work.

<    2   3   4   5   6   7   8   9   10   11   >