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

2013-08-15 Thread G 3
Signed-off-by: John Arbuckle Deciding when and how to send the command key has not been easy. A simple protocol that this patch implements is send the command key to the guest operating system when the mouse is grabbed. Otherwise send the command key to QEMU. --- ui/cocoa.m | 21 -

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

2013-08-16 Thread G 3
Resent to fix wrapping that took place. Signed-off-by: John Arbuckle Deciding when and how to send the command key has not been easy. A simple protocol that this patch implements is send the command key to the guest operating system when the mouse is grabbed. Otherwise send the command key to QE

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

2013-08-03 Thread G 3
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 checked the patch by sending it thru checkpatch.pl this time. I also made a bunch of style changes to more closely match

Re: [Qemu-devel] Gives user ability to select endian format for video display - fixes Mac OS X guest color issue.

2015-01-06 Thread G 3
I start the guest like this: qemu-system-ppc -hdd ~/machd.img -boot c -prom-env boot-args=-v Hope this is what you wanted: 00:00.0 Host bridge: Motorola MPC106 [Grackle] (prog-if 01) Subsystem: Qumranet, Inc. Device 1100 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop-

[Qemu-devel] Mount image file feature

2015-08-26 Thread G 3
I want to share files between my host and guest computer. A feature I want to add would be a new menu item in the Machine menu called "Mount Image File...". When the user selects it, a file open dialog box displays. The user can then select the image file with the file he wants to use. After pushin

[Qemu-devel] [PATCH] ppc: Improve emulation of THRM registers

2016-06-19 Thread G 3
On 6/19/16 12:12 AM, qemu-devel-requ...@nongnu.org wrote: Message: 5 Date: Sun, 19 Jun 2016 10:54:13 +1000 From: Benjamin Herrenschmidt To:qemu-...@nongnu.org Cc:qemu-devel@nongnu.org,da...@gibson.dropbear.id.au, Mark Cave-Ayland , Alexander Graf Subject: [Qemu-devel] [PATCH

Re: [Qemu-devel] Bug report - Windows XP guest failure

2015-05-06 Thread G 3
Did you boot Windows XP to the desktop? I have tested Windows 95, Windows 2000, and Windows XP. All of them fail to boot to the desktop. Command used: ./i386-softmmu/qemu-system-i386 -boot c -hda "Windows XP Hard Drive.img" On Wed, May 6, 2015 at 2:44 PM, Programmingkid wrote: > > On May 6, 201

[Qemu-devel] The new qemu.org

2010-02-02 Thread G 3
The new site looks nice. When is the Mac OS X section under "Compilation from the sources" going to be updated from the lame "The Mac OS X patches are not fully merged in QEMU, so you should look at the QEMU mailing list archive to have all the necessary information.". This is unacceptable.

Re: [Qemu-devel] The new qemu.org

2010-02-03 Thread G 3
So all I have to do is submit a patch against qemu-doc.texi, and that will update the Mac OS X section. Is there a way to edit the .texi file without having to learn it's format. Perhaps a word processor for this format? On Feb 3, 2010, at 10:30 AM, qemu-devel-requ...@nongnu.org wrote: On 0

[Qemu-devel] [PATCH] Eliminates a warning about missing function prototype for qemu_main.

2009-12-16 Thread G 3
This patch allows for the file vl.c to compile without any warnings. Signed-off-by: John Arbuckle --- vl.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index c0d98f5..b466fe0 100644 --- a/vl.c +++ b/vl.c @@ -107,16 +107,19 @@ extern int madvise(cadd

[Qemu-devel] Help with git send-email

2009-12-16 Thread G 3
Everytime I try to send a patch using 'git send-email', I receive this error: : host mx10.gnu.org[199.232.76.166] said: 550-Verification failed for 550-Unrouteable address 550 Sender verify failed (in reply to RCPT TO command) How do I make it so that I can send patches using g

Re: [Qemu-devel] M68K Or PPC Status Update to Run Mac OS in Qemu

2009-12-21 Thread G 3
On Dec 21, 2009, at 2:13 AM, qemu-devel-requ...@nongnu.org wrote: On 20.12.2009, at 21:32, Leo B wrote: A while back I know someone was working on PPC Support in Qemu to be able to run Mac OS9-Mac OS X in Qemu on X86 PC's not sure about M68K support though so is anybody still working on M6

[Qemu-devel] [PATCH] This patch adds a Priority and a Machine menu to the menu bar.

2009-11-12 Thread G 3
The Priority menu controls how much cpu time qemu receives, and the Machine menu has the Restart menu item for restarting the emulator. Signed-off-by: John Arbuckle --- cocoa.m | 91 + + 1 files changed, 79 insertions(+), 12 dele

Re: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX

2020-02-03 Thread G 3
> Date: Sat, 1 Feb 2020 17:05:34 + > From: Peter Maydell > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX > Message-ID: <20200201170534.22123-1-peter.mayd...@linaro.org> > > Our official OSX support policy covers the last two rel

Re: should we have a new 'tools' manual?

2020-02-11 Thread G 3
So far we've been converting docs to Sphinx and assigning them to manuals according to the division originally set out by Paolo on the wiki: https://wiki.qemu.org/Features/Documentation * QEMU User-mode Emulation User's Guide (docs/user) * QEMU System Emulation User's Guide (docs/system) * QEMU

Re: [Qemu-devel] macOS 10.12 Sierra, Xcode 8 & clock_gettime()

2016-10-26 Thread G 3
On Oct 25, 2016, at 10:36 AM, qemu-devel-requ...@nongnu.org wrote: Message: 1 Date: Tue, 25 Oct 2016 17:12:22 +0300 From: Liviu Ionescu To: Paolo Bonzini Cc: qemu-devel Subject: Re: [Qemu-devel] macOS 10.12 Sierra, Xcode 8 & clock_gettime() Message-ID: <704cb7e1-45be-4386-9029-9bd70a

Re: [Qemu-devel] macOS 10.12 Sierra, Xcode 8 & clock_gettime()

2016-10-26 Thread G 3
On Oct 26, 2016, at 11:15 AM, Liviu Ionescu wrote: On 26 Oct 2016, at 17:32, G 3 wrote: Maybe changing the base SDK from Mac OS 10.12 to say Mac OS 10.6 might fix the problem. any suggestion how to do this? for my linux and windows builds I use docker images, and I'm quite

Re: [Qemu-devel] macOS 10.12 Sierra, Xcode 8 & clock_gettime()

2016-10-26 Thread G 3
On Oct 26, 2016, at 11:39 AM, Liviu Ionescu wrote: On 26 Oct 2016, at 18:32, G 3 wrote: -isysroot /Developer/SDKs/MacOSX10.6.sdk yes, this is a compiler command line option pointing to an existing folder, but `/Developer/` is no longer in use for quite some time, and Apple does not

[Qemu-devel] [PATCH] curses: build with -std=gnu99

2016-10-27 Thread G 3
On Oct 27, 2016, at 8:04 AM, qemu-devel-requ...@nongnu.org wrote: --- ui/Makefile.objs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/Makefile.objs b/ui/Makefile.objs index dc936f1..62f4cf3 100644 --- a/ui/Makefile.objs +++ b/ui/Makefile.objs @@ -17,6 +17,9 @@ common-obj-$(CONFIG_CU

Re: [Qemu-devel] [PATCH] curses: build with -std=gnu99

2016-10-27 Thread G 3
On Oct 27, 2016, at 11:07 AM, Gerd Hoffmann wrote: +# needed to make gcc accept wide unicode chars without warning +curses.o-cflags := -std=gnu99 Could we add a commit message to this patch? It could answer questions like: Why this patch is needed? Who needs this patch? What problem it solv

Re: [Qemu-devel] definition of struct TCGv_i64_d

2016-10-27 Thread G 3
On Oct 21, 2016, at 11:17 AM, Peter Maydell wrote: On 21 October 2016 at 15:48, Programmingkid wrote: 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? There is none, because the "pointers" in thes

[Qemu-devel] Pulse audio error on Ubuntu Mate

2016-09-11 Thread G 3
When I try to run QEMU on Ubuntu Mate, I see these error messages: pulseaudio: set_sink_input_volume() failed pulseaudio: Reason: Invalid argument pulseaudio: set_sink_input_mute() failed pulseaudio: Reason: Invalid argument Trying to play an audio file in the guest fails. The guest freezes for a

Re: [Qemu-devel] qobject/qjson.c:69: failed assertion `obj != NULL'

2016-11-21 Thread G 3
On Nov 21, 2016, at 5:02 AM, Paolo Bonzini wrote: On 21/11/2016 07:30, G 3 wrote: When I try to use qemu-system-i386, I see this error message: qobject/qjson.c:69: failed assertion `obj != NULL'. This is the function where the assertion fails: /* * IMPORTANT: This function abor

Re: [Qemu-devel] qobject/qjson.c:69: failed assertion `obj != NULL'

2016-11-21 Thread G 3
On Nov 21, 2016, at 3:46 PM, Eric Blake wrote: On 11/21/2016 02:36 PM, Eric Blake wrote: but I'd argue that using qobject_from_jsonf() is already less-than- useful. In fact, we are down to only a handful of users of our modified 'jsonf' format (that is, strings that mix JSON with % modifi

Re: [Qemu-devel] [Qemu-ppc] [PATCH] ppc: Make uninorth interrupt swizzling identical to Grackle

2016-11-22 Thread G 3
On Nov 22, 2016, at 2:45 AM, qemu-devel-requ...@nongnu.org wrote: Message: 4 Date: Tue, 22 Nov 2016 13:50:04 +1100 From: Benjamin Herrenschmidt To: BALATON Zoltan , Mark Cave-Ayland Cc: David Gibson , qemu-...@nongnu.org, qemu-devel@nongnu.org Subject: Re: [Qemu-devel] [Qemu-p

Re: [Qemu-devel] qobject/qjson.c:69: failed assertion `obj != NULL'

2016-11-22 Thread G 3
On Nov 22, 2016, at 7:41 AM, Eric Blake wrote: On 11/22/2016 04:06 AM, Markus Armbruster wrote: Eric Blake writes: On 11/21/2016 02:36 PM, Eric Blake wrote: The source of your problem is that your platform defines PRId64 as 'qd', but the qemu JSON parser only recognizes lld (POSIX) or I64

[Qemu-devel] check-qjson failure

2016-11-22 Thread G 3
On Nov 22, 2016, at 10:13 AM, Eric Blake wrote: On 11/22/2016 09:02 AM, G 3 wrote: I did run make check. It fails here: GTESTER tests/check-qjson qobject/qjson.c:69: failed assertion `obj != NULL' GTester: last random seed: R02S40df2b0a1486871a176bb83135c07c90 make: *** [/Users/john/de

Re: [Qemu-devel] qobject/qjson.c:69: failed assertion `obj != NULL'

2016-11-22 Thread G 3
On Nov 21, 2016, at 3:36 PM, Eric Blake wrote: On 11/21/2016 02:12 PM, G 3 wrote: On Nov 21, 2016, at 5:02 AM, Paolo Bonzini wrote: On 21/11/2016 07:30, G 3 wrote: When I try to use qemu-system-i386, I see this error message: qobject/qjson.c:69: failed assertion `obj != NULL'.

[Qemu-devel] [Bug in qemu-system-ppc running Mac OS 9 on Windows 10]

2016-11-25 Thread G 3
On Nov 25, 2016, at 9:26 AM, qemu-devel-requ...@nongnu.org wrote: Hi all, I've been experiencing issues when installing Mac OS 9.x using qemu-system-ppc.exe in Windows 10. After booting from CD image, partitioning a fresh disk image often hangs Qemu. When using a pre-partitioned disk image, th

Re: [Qemu-devel] ARM documentation

2016-11-30 Thread G 3
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: 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

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

2016-12-05 Thread G 3
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 have so far: AIX Darwin FreeBSD, NetBSD, OpenBSD Linux

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

2016-12-05 Thread G 3
On Dec 5, 2016, at 9:15 AM, Paolo Bonzini wrote: On 05/12/2016 14:47, G 3 wrote: So now I have to figure out which commands to use. This script would have to work on all operating systems that QEMU is built on. This page has some pretty good information on how to do this: http

[Qemu-devel] [Bug 672934] Re: FPU incorrect on Mac OS X

2016-09-12 Thread G 3
On Sep 12, 2016, at 5:03 PM, qemu-devel-requ...@nongnu.org wrote: Looks like the ISO from comment #4 (thanks for attaching that one!) shows the correct behavior with up to date QEMU 2.7. Also, the affected softfloat code has been completely reworked in between (e.g. with commit cf67c6bad56

Re: [Qemu-devel] Adding resolutions to the VGA driver

2016-09-16 Thread G 3
On 9/16/16 4:37 AM, Michael Fritscher wrote: Am 15.09.2016 um 19:21 schrieb 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 12

[Qemu-devel] VGA driver debug output

2016-09-16 Thread G 3
Is there a way to make the VGA driver print information? I tried building the debug settings in CodeWarrior but it ends with an error. I'm trying to add a feature to the driver that will allow the user to add resolutions via the command-line. With the debug output I can test this driver out

Re: [Qemu-devel] Adding resolutions to the VGA driver

2016-09-17 Thread G 3
On Sep 17, 2016, at 3:59 AM, Michael Tokarev wrote: 16.09.2016 11:37, Michael Fritscher wrote: Am 15.09.2016 um 19:21 schrieb Programmingkid: Following resolutions are also quite common: 1280x960 1280x1024 (Most LCD-Monitors in the 15-17 zoll range had this for a long time, also a standard

[Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-17 Thread G 3
Add the ability to add resolutions from the command-line. This patch works by looking for a property called 'resolutions' in the options node of OpenBIOS. If it is found all the resolutions are parsed and loaded. Example command-line: -prom-env resolutions=512x342,640x480,800x600,1024x600,12

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-19 Thread G 3
On Sep 19, 2016, at 2:24 AM, Benjamin Herrenschmidt wrote: On Sat, 2016-09-17 at 23:31 -0400, G 3 wrote: Add the ability to add resolutions from the command-line. This patch works by looking for a property called 'resolutions' in the options node of OpenBIOS. If it is fou

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-19 Thread G 3
On Sep 19, 2016, at 7:56 PM, Alfonso Gamboa wrote: John, http://mirror.informatimago.com/next/developer.apple.com/qa/dv/ dv43.html perhaps yields some insight: Note: An example of this is the video 'ndrv' support in Mac OS X. Mac OS X can load and run native video drivers from the ROM of

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-19 Thread G 3
On Sep 19, 2016, at 6:44 PM, Benjamin Herrenschmidt wrote: On Mon, 2016-09-19 at 08:44 -0400, G 3 wrote: On Sep 19, 2016, at 2:24 AM, Benjamin Herrenschmidt wrote: On Sat, 2016-09-17 at 23:31 -0400, G 3 wrote: Add the ability to add resolutions from the command-line. This patch works by

[Qemu-devel] [PATCH v2] add resolutions via command-line

2016-09-19 Thread G 3
Add the ability to add resolutions from the command-line. This patch works by looking for a property called 'resolutions' in the options node of OpenBIOS. If it is found all the resolutions are parsed and loaded. Example command-line: -prom-env resolutions=512x342,640x480,800x600,1024x600,12

Re: [Qemu-devel] [PATCH v2] add resolutions via command-line

2016-09-20 Thread G 3
On Sep 20, 2016, at 5:01 AM, Benjamin Herrenschmidt wrote: On Tue, 2016-09-20 at 00:28 -0400, G 3 wrote: + RegEntryID *entry_id; + OSErr err; + OSStatus os_status = noErr; + Boolean is_done; + void *value; + RegPropertyValueSize property_size = -1

Re: [Qemu-devel] [PATCH v2] add resolutions via command-line

2016-09-20 Thread G 3
On Sep 20, 2016, at 9:37 AM, Eric Blake wrote: On 09/19/2016 11:28 PM, G 3 wrote: Add the ability to add resolutions from the command-line. This patch works by looking for a property called 'resolutions' in the options node of OpenBIOS. If it is found all the resolutions are parsed

[Qemu-devel] [PATCH v3] Add resolutions via the command-line

2016-09-20 Thread G 3
Add the ability to add resolutions from the command-line. This patch works by looking for a property called 'resolutions' in the options node of OpenBIOS. If it is found all the resolutions are parsed and loaded. Example command-line: -prom-env resolutions=512x342,640x480,800x600,1024x600,12

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-20 Thread G 3
On Sep 20, 2016, at 8:18 PM, Benjamin Herrenschmidt wrote: On Tue, 2016-09-20 at 00:01 -0400, G 3 wrote: Something is wrong with the options node in OpenBIOS. It is inaccessible from Mac OS X. When trying to access the options node, IORegistryExplorer always crashes. The other nodes are

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-20 Thread G 3
On Sep 20, 2016, at 8:41 PM, Benjamin Herrenschmidt wrote: On Tue, 2016-09-20 at 20:35 -0400, G 3 wrote: When I use the -prom-env option I can easily add properties to the options node. Can something like this be done with the chosen node? We can make it so. That or we can add code to

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-21 Thread G 3
On Sep 21, 2016, at 5:01 AM, Benjamin Herrenschmidt wrote: On Tue, 2016-09-20 at 22:54 -0400, G 3 wrote: You really want to remove the included list of resolutions? I was thinking about adding a lot more built-in resolutions in another patch. A built-in list is very convenient. I mean

Re: [Qemu-devel] [PATCH] Add resolutions via the command-line

2016-09-21 Thread G 3
On Sep 21, 2016, at 5:53 PM, Benjamin Herrenschmidt wrote: On Wed, 2016-09-21 at 14:26 -0400, G 3 wrote: Nodes like chose, aliases, openprom are of class IOService. options is of class IODTNVRAM. It looks like this class has problems. I'm thinking since Alexander Graf did work i

Re: [Qemu-devel] Wiki documentation organization

2016-11-05 Thread G 3
On Nov 5, 2016, at 5:53 PM, Peter Maydell wrote: On 5 November 2016 at 20:45, Peter Maydell wrote: Now we have two lists of platforms: one in http://wiki.qemu.org/Documentation/Platforms and one in http://wiki.qemu.org/Documentation (and the latter doesn't provide any indication that the for

[Qemu-devel] Picture for Sparc emulator

2016-11-05 Thread G 3
I was looking at your Sparc wiki page and thought it could use a picture or two. If you could send me a couple, I could add them to this page: http://wiki.qemu.org/SPARC

Re: [Qemu-devel] Wiki documentation organization

2016-11-06 Thread G 3
On Nov 6, 2016, at 1:54 PM, Stefan Weil wrote: On 11/06/16 00:14, G 3 wrote: [...] Would you have a picture of a guest running in an ARM emulator? I could add it to your ARM wiki page. There is one (Raspberry Pi installing OSMC) on https://qemu.weilnetz.de/test/system/arm/raspberry-pi

Re: [Qemu-devel] Wiki documentation organization

2016-11-07 Thread G 3
On Nov 7, 2016, at 5:13 AM, Cornelia Huck wrote: On Mon, 7 Nov 2016 10:39:32 +0100 Cornelia Huck wrote: On Fri, 4 Nov 2016 18:05:57 -0400 Programmingkid wrote: It looks like the QEMU wiki is being organized into folders. I'm thinking the page http://wiki.qemu.org/Documentation/Platforms/

Re: [Qemu-devel] Wiki documentation organization

2016-11-07 Thread G 3
On Nov 7, 2016, at 10:24 AM, Cornelia Huck wrote: On Mon, 7 Nov 2016 10:11:52 -0500 G 3 wrote: Thank you for your contribution. Could you provide some more information. This is what I suggest: Who would want to use the s390x emulator? A picture or two. (I can post it for you if you have

Re: [Qemu-devel] Wiki documentation organization

2016-11-07 Thread G 3
On Nov 7, 2016, at 1:16 PM, Cornelia Huck wrote: On Mon, 7 Nov 2016 12:01:16 -0500 G 3 wrote: On Nov 7, 2016, at 10:24 AM, Cornelia Huck wrote: On Mon, 7 Nov 2016 10:11:52 -0500 G 3 wrote: Thank you for your contribution. Could you provide some more information. This is what I suggest

Re: [Qemu-devel] Wiki documentation organization

2016-11-07 Thread G 3
On Nov 7, 2016, at 2:44 PM, Thomas Huth wrote: On 07.11.2016 19:29, G 3 wrote: On Nov 7, 2016, at 1:16 PM, Cornelia Huck wrote: On Mon, 7 Nov 2016 12:01:16 -0500 G 3 wrote: On Nov 7, 2016, at 10:24 AM, Cornelia Huck wrote: On Mon, 7 Nov 2016 10:11:52 -0500 G 3 wrote: Thank you for

Re: [Qemu-devel] Wiki documentation organization

2016-11-07 Thread G 3
On Nov 7, 2016, at 1:16 PM, Cornelia Huck wrote: On Mon, 7 Nov 2016 12:01:16 -0500 G 3 wrote: On Nov 7, 2016, at 10:24 AM, Cornelia Huck wrote: On Mon, 7 Nov 2016 10:11:52 -0500 G 3 wrote: Thank you for your contribution. Could you provide some more information. This is what I suggest

Re: [Qemu-devel] Wiki documentation organization

2016-11-09 Thread G 3
On Nov 9, 2016, at 1:39 PM, Cornelia Huck wrote: On Mon, 7 Nov 2016 16:25:13 -0500 G 3 wrote: On Nov 7, 2016, at 1:16 PM, Cornelia Huck wrote: s/suggested/minimal/ for your command line (it is not very useful without any I/O devices...) If you know how to add these I/O devices, I

[Qemu-devel] Call for help with QEMU's documentation

2016-11-10 Thread G 3
QEMU's documentation is in good need for improving. Currently there is an effort to add more pages to the QEMU wiki site. Here is the list of pages that are or will exist one day: From: http://wiki.qemu.org/Documentation/Platforms Alpha ARM CRIS i386/x86-64 LatticeMico32 68K Microblaze MIPS

[Qemu-devel] More platforms for the wiki

2016-11-10 Thread G 3
http://fossboss.com/2016/08/13/use-qemu-test-operating-systems- distributions/ On this page I found a huge list of QEMU emulators. I haven't heard of most of them, but some of them are not on the platforms page. Do you think we should add the missing ones? qemu-system-aarch64 qemu-system-a

[Qemu-devel] ARM documentation

2016-11-10 Thread G 3
I was wondering if there is a list somewhere of all the ARM boards QEMU supports. I want to add a section to the ARM wiki page that lists at least a few of them.

Re: [Qemu-devel] ARM documentation

2016-11-11 Thread G 3
On Nov 11, 2016, at 8:08 AM, Stefan Hajnoczi wrote: On Fri, Nov 11, 2016 at 12:09:31AM -0500, G 3 wrote: I was wondering if there is a list somewhere of all the ARM boards QEMU supports. I want to add a section to the ARM wiki page that lists at least a few of them. Are you looking for

Re: [Qemu-devel] ARM documentation

2016-11-11 Thread G 3
On Nov 11, 2016, at 8:27 AM, G 3 wrote: On Nov 11, 2016, at 8:08 AM, Stefan Hajnoczi wrote: On Fri, Nov 11, 2016 at 12:09:31AM -0500, G 3 wrote: I was wondering if there is a list somewhere of all the ARM boards QEMU supports. I want to add a section to the ARM wiki page that lists at

Re: [Qemu-devel] More platforms for the wiki

2016-11-11 Thread G 3
On Nov 11, 2016, at 10:16 AM, Bastian Koppelmann wrote: On 11/11/2016 06:04 AM, G 3 wrote: http://fossboss.com/2016/08/13/use-qemu-test-operating-systems- distributions/ On this page I found a huge list of QEMU emulators. I haven't heard of most of them, but some of them are not o

Re: [Qemu-devel] ARM documentation

2016-11-11 Thread G 3
On Nov 11, 2016, at 10:32 AM, John Snow wrote: On 11/11/2016 08:27 AM, G 3 wrote: I wonder who named the 64-bit version of ARM aarch64. I would think something like qemu-system-arm64 would be more intuitive. I don't follow ARM (...Sorry Jon Masters...) but from a cursory glance a

Re: [Qemu-devel] More platforms for the wiki

2016-11-11 Thread G 3
On Nov 11, 2016, at 10:48 AM, Bastian Koppelmann wrote: On 11/11/2016 04:18 PM, G 3 wrote: On Nov 11, 2016, at 10:16 AM, Bastian Koppelmann wrote: On 11/11/2016 06:04 AM, G 3 wrote: http://fossboss.com/2016/08/13/use-qemu-test-operating-systems- distributions/ On this page I found a

Re: [Qemu-devel] ARM documentation

2016-11-11 Thread G 3
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 wrote: On Fri, Nov 11, 2016 at 12:09:31AM -0500, G 3 wrote: I was wondering if there is a list somewhere of all the ARM boards QEMU

Re: [Qemu-devel] More platforms for the wiki

2016-11-11 Thread G 3
On Nov 11, 2016, at 4:03 PM, Max Filippov wrote: On Fri, Nov 11, 2016 at 5:02 AM, Stefan Hajnoczi wrote: On Fri, Nov 11, 2016 at 12:04:47AM -0500, G 3 wrote: http://fossboss.com/2016/08/13/use-qemu-test-operating-systems- distributions/ On this page I found a huge list of QEMU emulators

[Qemu-devel] OpenRISC suggested command-line

2016-11-12 Thread G 3
Hi, I'm working on the OpenRISC wiki page and was wondering if you could give me an example command-line for using qemu-system-or1k please? Here is the page: http://wiki.qemu.org/Documentation/ Platforms/OpenRISC

Re: [Qemu-devel] [Qemu-ppc] Problem with QEMU PPC test image

2016-11-17 Thread G 3
On Nov 17, 2016, at 8:39 AM, Thomas Huth wrote: On 17.11.2016 03:25, Programmingkid wrote: 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: /us

Re: [Qemu-devel] [Qemu-ppc] Problem with QEMU PPC test image

2016-11-17 Thread G 3
On Nov 17, 2016, at 10:48 AM, Edgar E. Iglesias wrote: On Thu, Nov 17, 2016 at 10:44:15AM -0500, G 3 wrote: On Nov 17, 2016, at 8:39 AM, Thomas Huth wrote: On 17.11.2016 03:25, Programmingkid wrote: When I run this test disk image: http://wiki.qemu.org/download/ ppc-virtexml507-linux

[Qemu-devel] Testing PowerPC floating point instructions

2016-11-17 Thread G 3
Is there an official way to test any of the PowerPC floating point instructions in QEMU?

[Qemu-devel] Suggested command-line for ARM

2016-11-19 Thread G 3
I tried making a suggested command-line section in your ARM wiki page, but my lack of experience with ARM prevents me from testing it. What do you think of this as the suggested command-line for qemu- system-aarch64: qemu-system-aarch64 -m -M -drive if=none,file=,id=hd0 -device virtio-bl

[Qemu-devel] qobject/qjson.c:69: failed assertion `obj != NULL'

2016-11-20 Thread G 3
When I try to use qemu-system-i386, I see this error message: qobject/qjson.c:69: failed assertion `obj != NULL'. This is the function where the assertion fails: /* * IMPORTANT: This function aborts on error, thus it must not * be used with untrusted arguments. */ QObject *qobject_from_jsonf

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

2017-02-23 Thread G 3
On Feb 23, 2017, at 9:09 AM, Stafford Horne wrote: On Mon, Feb 13, 2017 at 10:33:09PM -0500, Programmingkid wrote: 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

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

2017-02-24 Thread G 3
Hi I was wondering if your MTTCG patches have been tested with a PowerPC guest yet. Also do you have a repo someone could clone to test out all your patches?

[Qemu-devel] Qemu-devel] Interested in GSoC 2017: Add a Hypervisor.framework accelerator

2017-02-28 Thread G 3
On Feb 27, 2017, at 3:59 PM, qemu-devel-requ...@nongnu.org wrote: Hello, my name is Sergio G?mez. It seems that QEMU has been accepted into GSoC 2017. I'm interested in working with QEMU due to my interest in virtual machines in general. Particularly, taking into account that I have experience

[Qemu-devel] [PATCH v5] Add resolutions via the command-line

2016-10-02 Thread G 3
Add the ability to add resolutions from the command-line. This patch works by looking for a property called 'fb-modes' in the QEMU,VGA node of OpenBIOS. If it is found all the resolutions are parsed and loaded. Example command-line: -prom-env resolutions=512x342,640x480,800x600,1024x600,1200

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

2016-07-09 Thread G 3
On 07/09/2016 02:43 AM, Mark Cave-Ayland wrote: On 01/07/16 07:41, David Gibson wrote: From: Benjamin Herrenschmidt The architecture specifies that any instruction that sets MSR:PR will also set MSR:EE, IR and DR. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: C?dric Le Goater

Re: [Qemu-devel] [PATCH v3] target-ppc: Enable open-pic timers to count and generate interrupts

2017-06-18 Thread G 3
On Jun 18, 2017, at 6:50 AM, qemu-devel-requ...@nongnu.org wrote: On Fri, Jun 16, 2017 at 11:31:02AM -0500, alar...@ddci.com wrote: Aaron Larson wrote on 06/05/2017 12:22:53 PM: From: Aaron Larson To: ag...@suse.de, alar...@ddci.com, da...@gibson.dropbear.id.au, qemu-devel@nongnu.org, qemu

Re: [Qemu-devel] [PATCH v3] target-ppc: Enable open-pic timers to count and generate interrupts

2017-06-18 Thread G 3
On Jun 18, 2017, at 4:36 PM, alar...@ddci.com wrote: G 3 wrote on 06/18/2017 09:45:25 AM: From: Aaron Larson To: ag...@suse.de, alar...@ddci.com, da...@gibson.dropbear.id.au, qemu-devel@nongnu.org, qemu-...@nongnu.org Date: 06/05/2017 12:22 PM Subject: [PATCH v3] target-ppc: Enable open

Re: [Qemu-devel] [Qemu-ppc] Floating point unit bugs

2017-06-21 Thread G 3
On Jun 21, 2017, at 12:14 PM, Philippe Mathieu-Daudé wrote: Hi John, On 05/09/2017 10:58 AM, G 3 wrote: On May 9, 2017, at 5:55 AM, BALATON Zoltan wrote: On Tue, 9 May 2017, Aurelien Jarno wrote: | main.c: In function 'print_fpscr_settings': | main.c:73:26: warning: suggest p

Re: [Qemu-devel] [Qemu-ppc] Floating point unit bugs

2017-06-21 Thread G 3
On Jun 21, 2017, at 12:20 PM, Peter Maydell wrote: On 21 June 2017 at 17:14, Philippe Mathieu-Daudé wrote: do you think you can add your test as a qtest, to run it with check-qtest? We don't yet have any mechanism for having tests that need to be compiled for the target architecture, do w

Re: [Qemu-devel] [Qemu-ppc] Floating point unit bugs

2017-06-21 Thread G 3
On Jun 21, 2017, at 12:28 PM, Peter Maydell wrote: On 21 June 2017 at 17:27, G 3 wrote: On Jun 21, 2017, at 12:20 PM, Peter Maydell wrote: We don't yet have any mechanism for having tests that need to be compiled for the target architecture, do we? I don't know about that but

Re: [Qemu-devel] [Qemu-ppc] Floating point unit bugs

2017-06-22 Thread G 3
On Jun 22, 2017, at 3:25 AM, Peter Maydell wrote: On 22 June 2017 at 03:54, G 3 wrote: The advantage a test image would have is the user doesn't have to worry about compiling a test using a cross compiler. Everything the user would need to test QEMU is already inside the image

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

2017-06-24 Thread G 3
On Jun 24, 2017, at 8:14 AM, Peter Maydell wrote: On 23 June 2017 at 21:05, Programmingkid wrote: This patch is incompatible with anything below Mac OS 10.10. Oops. Thanks for the report. We support Mac OS 10.5 and up. I was able to make this patch work on Mac OS 10.6 by changing this li

Re: [Qemu-devel] is qemu able to run multiple system emulation simultaneously

2017-04-07 Thread G 3
On Apr 7, 2017, at 3:08 AM, Jiahuan Zhang wrote: On 7 April 2017 at 08:26, Jiahuan Zhang wrote: On 6 April 2017 at 19:58, G 3 wrote: On Apr 6, 2017, at 12:00 PM, qemu-devel-requ...@nongnu.org wrote: Dear QEMU developers, I need multiple ARM-based hardware emulation runing

Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 0/3] Enable MTTCG on PPC64

2017-04-07 Thread G 3
On Apr 7, 2017, at 1:49 PM, luigi burdo wrote: Tested on PowerMac G5 Quad and 380% of system load and working on Fedora 25 PPC64 host and Ubuntu Mate 17.04 guest (patched the 2.9 rc3) The machine configuration was this sudo ./qemu-system-ppc64 -cpu POWER8 -vga none -machine pseries-2.5

[Qemu-devel] define constant in .risu file

2017-04-17 Thread G 3
Is there a way to define a constant in a .risu file? Something like this: my $upper_imm_limit = 500;

[Qemu-devel] Qemu-devel] Poll on QEMU documentation project

2017-01-26 Thread G 3
On Jan 26, 2017, at 12:00 PM, qemu-devel-requ...@nongnu.org wrote: Hi all, as you may know I've been collecting some ideas about documentation for QEMU at http://wiki.qemu-project.org/Features/Documentation. I've now prepared a poll to understand how familiars developers are with variou

Re: [Qemu-devel] Qemu-devel] Poll on QEMU documentation project

2017-01-26 Thread G 3
On Jan 26, 2017, at 12:30 PM, Paolo Bonzini wrote: On 26/01/2017 18:28, G 3 wrote: On Jan 26, 2017, at 12:00 PM, qemu-devel-requ...@nongnu.org wrote: Hi all, as you may know I've been collecting some ideas about documentation for QEMU at http://wiki.qemu-project.org/Fea

Re: [Qemu-devel] Qemu-devel] Poll on QEMU documentation project

2017-02-01 Thread G 3
I was thinking maybe we should add Rich Text Format, or maybe even a word processing format like OpenOffice, or Microsoft Word to the list of possible formats. These formats are super easy to use. No formatting rules to have to learn. All the user needs to do is just type up their contribut

Re: [Qemu-devel] Qemu-devel] Poll on QEMU documentation project

2017-02-01 Thread G 3
On Feb 1, 2017, at 6:17 PM, Paolo Bonzini wrote: On 01/02/2017 14:50, G 3 wrote: I was thinking maybe we should add Rich Text Format, or maybe even a word processing format like OpenOffice, or Microsoft Word to the list of possible formats. These formats are super easy to use. No

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

2017-02-09 Thread G 3
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 From: Richard Henderson To: qemu-devel@nongnu.org Cc: sho...@gmail.com Subject: [Qemu-devel] [PATCH 00/22] target/openrisc updates Message-ID: <20170209045154.16868-1-...@twiddle.

[Qemu-devel] risugen: test only instructions that begin with the letter F

2017-05-04 Thread G 3
I'm trying to test all the floating point instructions only. They tend to begin with the letter f. Is there a way to have risugen only use instructions that begin with the letter F?

[Qemu-devel] Floating point unit bugs

2017-05-07 Thread G 3
I made a diagnostic program for the floating point unit. It will test various PowerPC floating point instructions for compatibility with the PowerPC G3 processor. It was tested on a PowerPC G3 and G5 system. The results of the program in qemu-system-ppc were pretty bad. About every instruct

Re: [Qemu-devel] Floating point unit bugs

2017-05-08 Thread G 3
On May 8, 2017, at 5:54 PM, Aurelien Jarno wrote: On 2017-05-07 17:48, G 3 wrote: I made a diagnostic program for the floating point unit. It will test various PowerPC floating point instructions for compatibility with the PowerPC G3 processor. It was tested on a PowerPC G3 and G5 system

Re: [Qemu-devel] Floating point unit bugs

2017-05-08 Thread G 3
On May 8, 2017, at 6:13 PM, Aurelien Jarno wrote: On 2017-05-07 17:48, G 3 wrote: I made a diagnostic program for the floating point unit. It will test various PowerPC floating point instructions for compatibility with the PowerPC G3 processor. It was tested on a PowerPC G3 and G5 system

Re: [Qemu-devel] Floating point unit bugs

2017-05-08 Thread G 3
Here is version two of the floating point test program: / ** * File: main.c * Date: 4-30-2017 * Description: Implement a test program for various floating point instructions. * Note: tests made to work

Re: [Qemu-devel] [Qemu-ppc] Floating point unit bugs

2017-05-09 Thread G 3
On May 9, 2017, at 5:55 AM, BALATON Zoltan wrote: On Tue, 9 May 2017, Aurelien Jarno wrote: | main.c: In function 'print_fpscr_settings': | main.c:73:26: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] | if ((fpscr >> i) & 0x1 == 1) { |

Re: [Qemu-devel] Future of SoftFloat use in QEMU

2017-05-11 Thread G 3
Hi, We've got a task coming up to implement half-precision floating point (FP16) for ARMv8.2. As you know pretty much all our floating point in QEMU is handled by our internal fork of John R. Hauser's BSD SoftFloat library. Our current implementation is based on version 2a which doesn't suppor

  1   2   >