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 ba

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/

Re: Implementing isochronous transfers in hw/hcd-ohci.c

2021-09-11 Thread Programmingkid
> On Sep 11, 2021, at 5:46 AM, Howard Spoelstra wrote: > > > > On Fri, Sep 10, 2021 at 9:23 PM Programmingkid > wrote: > > > > On Sep 10, 2021, at 7:51 AM, BALATON Zoltan wrote: > > > > On Fri, 10 Sep 2021, Howard Spoelstra wrote: > >

Re: Implementing isochronous transfers in hw/hcd-ohci.c

2021-09-10 Thread Programmingkid
> On Sep 10, 2021, at 7:51 AM, BALATON Zoltan wrote: > > On Fri, 10 Sep 2021, Howard Spoelstra wrote: >> On Fri, Sep 10, 2021 at 7:07 AM Gerd Hoffmann wrote: >> >>> On Thu, Sep 09, 2021 at 05:06:17PM -0400, Programmingkid wrote: >>>> Hi Gerd, >

Implementing isochronous transfers in hw/hcd-ohci.c

2021-09-09 Thread Programmingkid
Hi Gerd, Howard and I were talking about USB audio problems with Mac OS guests. We think the issue might be with frames being sent to the USB audio card too soon. My guess is only one frame is suppose to be transmitted every 1 millisecond. I was also reading the todo notes in the file

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-09-01 Thread Programmingkid
> On Sep 1, 2021, at 5:08 AM, BALATON Zoltan wrote: > > On Tue, 31 Aug 2021, Programmingkid wrote: >> I just realized, I sent a patch to the developer list that fixes the missing >> qemu_vga.ndrv problem, but I do not know which maintainer to send it to. Who >&

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 31, 2021, at 5:08 PM, BALATON Zoltan wrote: > > On Tue, 31 Aug 2021, Programmingkid wrote: >>> On Aug 30, 2021, at 5:47 PM, BALATON Zoltan wrote: > >>> On Mon, 30 Aug 2021, Peter Maydell wrote: >>>> On Mon, 30 Aug 2021 at 21:29, Prog

Re: [PATCH] Add qemu_vga.ndrv to build/pc-bios folder

2021-08-31 Thread Programmingkid
> On Aug 31, 2021, at 4:33 PM, Mark Cave-Ayland > wrote: > > On 31/08/2021 17:50, John Arbuckle wrote: > >> Currently the file qemu_vga.ndrv is not copied into the /build/pc-bios >> folder. This makes all video resolution choices disappear from a PowerPC Mac >> OS guest. This patch has

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 31, 2021, at 11:57 AM, Peter Maydell wrote: > > On Tue, 31 Aug 2021 at 16:50, Programmingkid > wrote: >> Then I ran './configure --target-list=ppc-softmmu && make -j 9'. >> The pc-bios folder in the build directory was still populated with >> a

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 30, 2021, at 5:47 PM, BALATON Zoltan wrote: > > On Mon, 30 Aug 2021, Peter Maydell wrote: >> On Mon, 30 Aug 2021 at 21:29, Programmingkid >> wrote: >>> I found out that there are two pc-bios folders. One in the root directory >>> and one

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-31 Thread Programmingkid
> On Aug 30, 2021, at 4:59 PM, Peter Maydell wrote: > > On Mon, 30 Aug 2021 at 21:29, Programmingkid > wrote: >> I found out that there are two pc-bios folders. One in the root directory >> and one in the build directory. QEMU is looking in the pc-bios folder >

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-30 Thread Programmingkid
> On Aug 29, 2021, at 8:17 AM, Peter Maydell wrote: > > On Sun, 29 Aug 2021 at 11:18, Mark Cave-Ayland > wrote: >> What I don't understand is that the binary is installed by default in QEMU's >> sharedir >> so everything works out of the box with "make install". Do you have some >> kind of

Re: [PATCH] Report any problems with loading the VGA driver for PPC Macintosh targets

2021-08-29 Thread Programmingkid
> On Aug 29, 2021, at 8:17 AM, Peter Maydell wrote: > > On Sun, 29 Aug 2021 at 11:18, Mark Cave-Ayland > wrote: >> What I don't understand is that the binary is installed by default in QEMU's >> sharedir >> so everything works out of the box with "make install". Do you have some >> kind of

Ping: [PATCH 2/2] ui/cocoa.m: Add ability to swap command/meta and options keys

2021-08-27 Thread Programmingkid
Ping: From: John Arbuckle Date: Fri, 30 Jul 2021 10:18:56 -0400 Subject: [PATCH 2/2] ui/cocoa.m: Add ability to swap command/meta and options keys For users who are use to using a Macintosh keyboard having to use a PC keyboard can be a pain because the Command/meta and Option/Alt keys are

Ping: [PATCH 1/2] ui/cocoa.m: Add full keyboard grab support

2021-08-27 Thread Programmingkid
ping From: John Arbuckle Date: Thu, 29 Jul 2021 14:41:57 -0400 Subject: [PATCH 1/2] ui/cocoa.m: Add full keyboard grab support There are keyboard shortcuts that are vital for use in a guest that runs Mac OS. These shortcuts are reserved for Mac OS use only which makes having the guest see them

Re: edid support for a Mac OS 10.8 guest

2021-08-25 Thread Programmingkid
> On Aug 25, 2021, at 1:24 AM, Chen Zhang wrote: > >> On Tue, Aug 24, 2021 at 05:46:43PM -0400, Programmingkid wrote: >>> Hi, I recently tried using the edid feature in QEMU for my Mac OS 10.8 >>> guest >>> like this: -device VGA,edid=on,xres=

edid support for a Mac OS 10.8 guest

2021-08-24 Thread Programmingkid
Hi, I recently tried using the edid feature in QEMU for my Mac OS 10.8 guest like this: -device VGA,edid=on,xres=1280,yres=800. When the guest operating system loaded there were no additional options available in the Display settings. Would you know what is wrong? Thank you.

Re: Picture missing in About dialog on cocoa ui

2021-08-16 Thread Programmingkid
> On Jul 8, 2021, at 2:38 PM, Programmingkid wrote: > > > >> On Jul 8, 2021, at 1:50 PM, Peter Maydell wrote: >> >> On Thu, 8 Jul 2021 at 17:28, Programmingkid >> wrote: >>> The problem with e31746ecf8dd2f25f687c94ac14016a3ba5debfc

Re: [PATCH v5 0/2] cocoa: keyboard quality of life

2021-07-15 Thread Programmingkid
> From: Gustavo Noronha Silva > > v5 addresses the casting issue pointed out by Akihiko Odaki. > Sorry it took me so long to update the patches, but here > they are! Hopefully we can get them in now ;D > > Btw I also changed my email address slightly (.dev.br > instead of .eti.br). > > -

Re: [PATCH] block/vvfat: fix: drop backing

2021-07-15 Thread Programmingkid
> On Jul 15, 2021, at 8:48 AM, Vladimir Sementsov-Ogievskiy > wrote: > > Most probably this fake backing child doesn't work anyway (see notes > about it in a8a4d15c1c34d). > > Still, since 25f78d9e2de528473d52 drivers are required to set > .supports_backing if they want to call

Re: Host folder sharing via USB issue

2021-07-14 Thread Programmingkid
> On Jul 14, 2021, at 6:35 AM, Vladimir Sementsov-Ogievskiy > wrote: > > 14.07.2021 00:04, Programmingkid wrote: >> Hi I have noticed that host folder sharing via USB has recently stopped >> working. After doing some git bisecting I found this as the patch that s

Host folder sharing via USB issue

2021-07-13 Thread Programmingkid
Hi I have noticed that host folder sharing via USB has recently stopped working. After doing some git bisecting I found this as the patch that seems to be the issue: 25f78d9e2de528473d52acfcf7acdfb64e3453d4 is the first bad commit commit 25f78d9e2de528473d52acfcf7acdfb64e3453d4 Author: Vladimir

Re: usb-host device not working

2021-07-13 Thread Programmingkid
> On Jul 13, 2021, at 10:54 AM, Daniel P. Berrangé wrote: > > On Tue, Jul 13, 2021 at 10:49:12AM -0400, Programmingkid wrote: >> I have been having problems with using host USB devices lately. I use to be >> able to use host USB devices but can't currently. After doing s

Re: usb-host device not working

2021-07-13 Thread Programmingkid
> On Jul 13, 2021, at 10:49 AM, Programmingkid > wrote: > > I have been having problems with using host USB devices lately. I use to be > able to use host USB devices but can't currently. After doing some git > bisecting I found it was this patch that causes this

usb-host device not working

2021-07-13 Thread Programmingkid
I have been having problems with using host USB devices lately. I use to be able to use host USB devices but can't currently. After doing some git bisecting I found it was this patch that causes this issue: commit 627302afb2f85cdd4b59595361876487aef19b7a (refs/bisect/bad) Author: Gerd Hoffmann

Re: [PATCH 3/4] ui/icons: Use bundle mechanism

2021-07-09 Thread Programmingkid
aving to keep track of a picture file. With the original code there is no external picture file needed. > > On Fri, Jul 9, 2021 at 3:52 AM Programmingkid > wrote: >> >> >>> On Jul 8, 2021, at 1:25 PM, Akihiko Odaki wrote: >>> >>> Signed-of

Re: Picture missing in About dialog on cocoa ui

2021-07-09 Thread Programmingkid
alog. > See "[PATCH 1/4] cutils: Introduce bundle mechanism" for a general fix > of the problem when loading a "bundled" file. > > Regards, > Akihiko Odaki > > > On Fri, Jul 9, 2021 at 2:51 AM Peter Maydell wrote: &

Re: [PATCH 3/4] ui/icons: Use bundle mechanism

2021-07-08 Thread Programmingkid
> On Jul 8, 2021, at 1:25 PM, Akihiko Odaki wrote: > > Signed-off-by: Akihiko Odaki > --- > configure | 10 ++ > meson.build | 3 +-- > ui/cocoa.m | 20 +++- > ui/gtk.c| 8 +--- > ui/sdl2.c | 18 +++--- > 5 files changed, 38 insertions(+), 21

Re: Picture missing in About dialog on cocoa ui

2021-07-08 Thread Programmingkid
> On Jul 8, 2021, at 1:50 PM, Peter Maydell wrote: > > On Thu, 8 Jul 2021 at 17:28, Programmingkid wrote: >> The problem with e31746ecf8dd2f25f687c94ac14016a3ba5debfc is it requires a >> picture file to be found in a certain path. My original code used QEMU's >&g

Re: Picture missing in About dialog on cocoa ui

2021-07-08 Thread Programmingkid
sue in the About dialog. Thank you. > > On Thu, Jul 8, 2021 at 2:00 AM Programmingkid > wrote: >> >> Hello, now that the code to add the icon to QEMU has been restored for Mac >> OS, I think it is time to revert patch >> e31746ecf8dd2f25f687c94ac14016a3ba5debfc

Re: Picture missing in About dialog on cocoa ui

2021-07-08 Thread Programmingkid
> On Jul 8, 2021, at 4:58 AM, Peter Maydell wrote: > > On Thu, 8 Jul 2021 at 06:38, Akihiko Odaki wrote: >> >> Hi, >> >> My installation correctly shows the picture. Please make sure you >> install it and run the installed binary (not the binary located in the >> build directory). The new

Picture missing in About dialog on cocoa ui

2021-07-07 Thread Programmingkid
Hello, now that the code to add the icon to QEMU has been restored for Mac OS, I think it is time to revert patch e31746ecf8dd2f25f687c94ac14016a3ba5debfc. This patch was made to fix the missing icon in the About dialog but it doesn't seem to work any more. I do not see a picture in the About

Re: [PATCH v2] Set icon for QEMU binary on Mac OS

2021-07-05 Thread Programmingkid
> On Jul 5, 2021, at 4:07 PM, Paolo Bonzini wrote: > > Well, you're not using $ICON at all but I can clean that up myself. Thanks > for testing. > > Paolo > Please send me the cleaned up patch for testing once you complete it. Thank you. > Il lun 5 lug 2021, 21:53 John Arbuckle ha

[PATCH] Set icon for QEMU binary on Mac OS

2021-07-05 Thread Programmingkid
Hi Paolo, I was told you were the one who I should send this patch to. Please let me know if you feel otherwise. Before switching the build system over to Meson, an icon was added to the QEMU binary on Mac OS. This patch adds back that feature. Signed-off-by: John Arbuckle --- meson.build |

Help with patch

2021-07-05 Thread Programmingkid
Hi, I made a patch that adds an icon to QEMU on Mac OS. Who should I send this patch to? From 45650a7f52deb8c2c436d71a3fcf5326287c2e05 Mon Sep 17 00:00:00 2001 From: John Arbuckle Date: Tue, 2 Feb 2021 08:35:43 -0500 Subject: [PATCH] Set icon for QEMU binary on Mac OS Before switching the

Re: tb_flush() calls causing long Windows XP boot times

2021-06-16 Thread Programmingkid
> On Jun 15, 2021, at 9:58 PM, Richard Henderson > wrote: > > On 6/15/21 6:58 AM, Programmingkid wrote: >>> Ahh I misread - so those are the addresses of the routines and not where >>> it's sticking the breakpoint? >>> >>> I notice from a

Re: tb_flush() calls causing long Windows XP boot times

2021-06-15 Thread Programmingkid
> On Jun 14, 2021, at 10:37 AM, Alex Bennée wrote: > > Mark Cave-Ayland writes: > >> On 11/06/2021 19:22, Alex Bennée wrote: >> >> (added Gitlab on CC) >> >>> Paolo Bonzini writes: >>> >>>> On 11/06/21 17:01, Programmingk

Re: tb_flush() calls causing long Windows XP boot times

2021-06-11 Thread Programmingkid
> On Jun 11, 2021, at 7:24 AM, Alex Bennée wrote: > > > Mark Cave-Ayland writes: > >> On 10/06/2021 14:14, Peter Maydell wrote: >> >>> On Thu, 10 Jun 2021 at 14:02, Programmingkid >>> wrote: >>>> >>>> Hi Richard, &

Re: tb_flush() calls causing long Windows XP boot times

2021-06-10 Thread Programmingkid
> On Jun 10, 2021, at 9:14 AM, Peter Maydell wrote: > > On Thu, 10 Jun 2021 at 14:02, Programmingkid > wrote: >> >> Hi Richard, >> >> There is a function called breakpoint_invalidate() in cpu.c that calls a >> function called tb_flush(). I ha

tb_flush() calls causing long Windows XP boot times

2021-06-10 Thread Programmingkid
Hi Richard, There is a function called breakpoint_invalidate() in cpu.c that calls a function called tb_flush(). I have determined that this call is being made over 200,000 times when Windows XP boots. Disabling this function makes Windows XP boot way faster than before. The time went down

Windows 7 crashing due to patch: target/i386: extract mmu_translate

2021-06-07 Thread Programmingkid
Hi Paolo, Windows 7 is crashing a lot in QEMU due to this error: PAGE_FAULT_IN_NONPAGED_AREA. After bisecting I traced the issue to this patch: 661ff4879eee77953836ba9843c74b202844a492 Author: Paolo Bonzini Date: Thu Mar 18 10:16:35 2021 -0400 target/i386: extract mmu_translate

ping: [PATCH] Set icon for QEMU binary on Mac OS

2021-05-29 Thread Programmingkid
Ping, please implement this patch. The default icon on Mac OS 11 is not very good looking. https://lore.kernel.org/qemu-devel/20210202134410.9274-1-programmingk...@gmail.com/ Before switching the build system over to Meson, an icon was added to the QEMU binary on Mac OS. This patch adds back

Re: Windows 7 fails to boot with patch 7eff2e7c

2021-05-29 Thread Programmingkid
If you have any patches you would like me to test out please send them to me. Thank you. > On May 27, 2021, at 11:13 AM, Programmingkid > wrote: > > I have noticed that Windows 7 has stopped being able to boot recently. After > doing some bisecting I found out it

Windows 7 fails to boot with patch 7eff2e7c

2021-05-27 Thread Programmingkid
I have noticed that Windows 7 has stopped being able to boot recently. After doing some bisecting I found out it was this patch that is causing this issue: 7eff2e7c652304157f503f2d406193bb9de10d58 is the first bad commit commit 7eff2e7c652304157f503f2d406193bb9de10d58 Author: Richard Henderson

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-26 Thread Programmingkid
> On May 25, 2021, at 12:18 PM, Kevin Wolf wrote: > > Am 24.05.2021 um 18:06 hat Programmingkid geschrieben: >>>>> qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive >>>>> file=fat:rw:fat-type=16:">>>> folder>",id=fat1

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-25 Thread Programmingkid
> On May 25, 2021, at 2:05 AM, Vladimir Sementsov-Ogievskiy > wrote: > > 24.05.2021 20:33, Programmingkid wrote: >>> On May 24, 2021, at 12:56 PM, Vladimir Sementsov-Ogievskiy >>> wrote: >>> >>> 24.05.2021 19:06, Programmingkid wrote: >&g

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Programmingkid
> On May 24, 2021, at 12:56 PM, Vladimir Sementsov-Ogievskiy > wrote: > > 24.05.2021 19:06, Programmingkid wrote: >>> On May 24, 2021, at 11:55 AM, Vladimir Sementsov-Ogievskiy >>> wrote: >>> >>> 24.05.2021 18:41, Programmingkid wrote: >&

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Programmingkid
> On May 24, 2021, at 11:55 AM, Vladimir Sementsov-Ogievskiy > wrote: > > 24.05.2021 18:41, Programmingkid wrote: >>> On May 24, 2021, at 6:12 AM, Vladimir Sementsov-Ogievskiy >>> wrote: >>> >>> Hi! >>> >>> As reported by

Re: [PATCH 0/2] vvfat: fix two crashes.

2021-05-24 Thread Programmingkid
> On May 24, 2021, at 6:12 AM, Vladimir Sementsov-Ogievskiy > wrote: > > Hi! > > As reported by Programmingkid, command > > qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive > file=fat:rw:fat-type=16:"",id=fat16,format=raw,if=none > >

Re: Mac OS real USB device support issue

2021-05-15 Thread Programmingkid
I just wanted to give you guys an update on this issue. The libusb people have fixed the issue with USB device driver detaching on Mac OS. Here is where the code for the fix is located: https://github.com/libusb/libusb/pull/911/commits. I was able to build the library and connect it to QEMU

Ping: [PATCH] Set icon for QEMU binary on Mac OS

2021-04-23 Thread Programmingkid
This patch was submitted in February and I haven't heard anything about it since. Could this be included in the up coming release please? https://lore.kernel.org/qemu-devel/20210202134410.9274-1-programmingk...@gmail.com/ Before switching the build system over to Meson, an icon was added to

Re: Mac OS real USB device support issue

2021-04-14 Thread Programmingkid
> On Apr 9, 2021, at 4:08 AM, Gerd Hoffmann wrote: > > Hi, > >> The questions that come to mind are: >> - Does libusb_detach_kernel_driver() work on Mac OS? >> - Is libusb_detach_kernel_driver() called on Mac OS in QEMU? >> >> The only mention of this function in QEMU comes from

Re: Mac OS real USB device support issue

2021-04-09 Thread Programmingkid
> On Apr 7, 2021, at 1:28 AM, Howard Spoelstra wrote: > > On Wed, Apr 7, 2021 at 7:26 AM Howard Spoelstra wrote: >> >> On Wed, Apr 7, 2021 at 3:53 AM Programmingkid >> wrote: >>> >>> >>> >>>> On Apr 6, 2021

Re: Mac OS real USB device support issue

2021-04-08 Thread Programmingkid
> On Apr 8, 2021, at 12:40 PM, Howard Spoelstra wrote: > > On Thu, Apr 8, 2021 at 1:05 PM Gerd Hoffmann wrote: >> >> Hi, >> Those might be a good place to start. IOKit provides the drivers and also the io registry which is probably where you can get if a driver is bound to

Re: Mac OS real USB device support issue

2021-04-08 Thread Programmingkid
> On Apr 8, 2021, at 7:05 AM, Gerd Hoffmann wrote: > > Hi, > >>> Those might be a good place to start. IOKit provides the drivers and >>> also the io registry which is probably where you can get if a driver >>> is bound to a device and which one is it. How to dissociate the >>> driver from

Ping: [PATCH] Set icon for QEMU binary on Mac OS

2021-04-07 Thread Programmingkid
I haven't heard anything about this patch for a while. From 45650a7f52deb8c2c436d71a3fcf5326287c2e05 Mon Sep 17 00:00:00 2001 From: John Arbuckle Date: Tue, 2 Feb 2021 08:35:43 -0500 Subject: [PATCH] Set icon for QEMU binary on Mac OS Before switching the build system over to Meson, an icon

Re: Mac OS real USB device support issue

2021-04-06 Thread Programmingkid
> On Apr 6, 2021, at 7:18 PM, BALATON Zoltan wrote: > > On Tue, 6 Apr 2021, Programmingkid wrote: >>> On Apr 6, 2021, at 12:53 PM, BALATON Zoltan wrote: >>> On Tue, 6 Apr 2021, Programmingkid wrote: >>>>> On Apr 6, 2021, at 10:01 AM, Howard Spoelstra

Re: Mac OS real USB device support issue

2021-04-06 Thread Programmingkid
> On Apr 6, 2021, at 12:53 PM, BALATON Zoltan wrote: > > On Tue, 6 Apr 2021, Programmingkid wrote: >>> On Apr 6, 2021, at 10:01 AM, Howard Spoelstra wrote: >>> On Tue, Apr 6, 2021 at 3:44 PM Programmingkid >>> wrote: >>>> >>>> Hi

Re: Mac OS real USB device support issue

2021-04-06 Thread Programmingkid
> On Apr 6, 2021, at 10:20 AM, BALATON Zoltan wrote: > > On Tue, 6 Apr 2021, Howard Spoelstra wrote: >> On Tue, Apr 6, 2021 at 3:44 PM Programmingkid >> wrote: >>> >>> Hi Gerd, >>> >>> I was wondering if you had access to a Mac

Re: Mac OS real USB device support issue

2021-04-06 Thread Programmingkid
> On Apr 6, 2021, at 10:01 AM, Howard Spoelstra wrote: > > On Tue, Apr 6, 2021 at 3:44 PM Programmingkid > wrote: >> >> Hi Gerd, >> >> I was wondering if you had access to a Mac OS 10 or Mac OS 11 machine to >> test USB support. I am on Ma

Mac OS real USB device support issue

2021-04-06 Thread Programmingkid
Hi Gerd, I was wondering if you had access to a Mac OS 10 or Mac OS 11 machine to test USB support. I am on Mac OS 11.1 and cannot make USB devices work with any of my guests. So far these are the guests I have tested with: - Windows 7 - Mac OS 9.2 - Windows 2000 I have tried using USB flash

Copyright string's date needs to be updated to 2021

2021-03-08 Thread Programmingkid
Hi Peter, The copyright string's date is still saying 2020. Could this be updated to 2021? Thank you.

Re: Qemu-devel Digest, Vol 216, Issue 57

2021-03-04 Thread Programmingkid
> On Mar 3, 2021, at 4:59 AM, qemu-devel-requ...@nongnu.org wrote: > > Message: 1 > Date: Wed, 3 Mar 2021 10:22:50 +0100 > From: Gerd Hoffmann > To: Akihiko Odaki > Cc: qemu-devel@nongnu.org > Subject: Re: [PATCH 1/2] coreaudio: Drop support for macOS older than > 10.6 > Message-ID:

Re: [PATCH v9 04/11] slirp: feature detection for smbd

2021-02-24 Thread Programmingkid
I've noticed that my guests like Windows XP and Mac OS 10.4 cannot access the internet using the recent versions of QEMU on Mac OS 11. I'm on an M1 Mac. Does your patchset enable guests to be able to access the internet?

Re: Editing QEMU POWER Platform wiki page

2021-02-22 Thread Programmingkid
> On Feb 22, 2021, at 6:01 AM, Greg Kurz wrote: > > On Thu, 18 Feb 2021 10:16:25 -0300 > Leonardo Augusto Guimarães Garcia wrote: > >> Hi there, >> >> I would like to edit the wiki page at [0] as it contains some outdated >> information. Could anyone that has access to the wiki please

Guest network access not working on M1 Macs

2021-02-13 Thread Programmingkid
Is guest networking working for users of M1 Macs? None of my VMs are able to connect to the internet. I'm using an M1 Mac with Mac OS 11.1. My QEMU is currently at commit f4ceebdec531243dd72e38f85f085287e6e63258.

Re: Virgil 3D renderer on macOS

2021-02-12 Thread Programmingkid
> On Feb 12, 2021, at 4:25 AM, qemu-devel-requ...@nongnu.org wrote: > > Message: 2 > Date: Fri, 12 Feb 2021 12:52:21 +0900 > From: 小田喜陽彦 > To: qemu-devel@nongnu.org, virglrenderer-de...@lists.freedesktop.org > Subject: Virgil 3D renderer on macOS > Message-ID: > > Content-Type:

Re: USB pass through into Mac OS 9.x with qemu-system-ppc

2021-02-11 Thread Programmingkid
> On Feb 8, 2021, at 8:29 AM, qemu-devel-requ...@nongnu.org wrote: > > Message: 15 > Date: Mon, 8 Feb 2021 14:29:06 +0100 > From: Howard Spoelstra > To: qemu-devel qemu-devel , Gerd Hoffmann > > Subject: USB pass through into Mac OS 9.x with qemu-system-ppc > Message-ID: > >

Re: Help with Windows XP in qemu-system-i386

2021-02-10 Thread Programmingkid
> On Feb 5, 2021, at 4:08 PM, Programmingkid wrote: > > > >> On Feb 5, 2021, at 3:49 PM, Michael S. Tsirkin wrote: >> >> On Fri, Feb 05, 2021 at 03:25:00PM -0500, Programmingkid wrote: >>> Hi, I'm noticing that my Windows XP Service Pack 3 VM is caus

Re: Help with Windows XP in qemu-system-i386

2021-02-05 Thread Programmingkid
> On Feb 5, 2021, at 3:49 PM, Michael S. Tsirkin wrote: > > On Fri, Feb 05, 2021 at 03:25:00PM -0500, Programmingkid wrote: >> Hi, I'm noticing that my Windows XP Service Pack 3 VM is causing >> qemu-system-i386 to experience 100% host cpu usage even when the gu

Re: [PATCH] Set icon for QEMU binary on Mac OS

2021-02-04 Thread Programmingkid
> On Feb 4, 2021, at 3:54 AM, Paolo Bonzini wrote: > > On 02/02/21 14:44, John Arbuckle wrote: >> Before switching the build system over to Meson, an icon was >> added to the QEMU binary on Mac OS. This patch adds back that >> feature. >> Signed-off-by: John Arbuckle >> --- >> meson.build |

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 11:04 AM, Stefan Weil wrote: > > Am 01.02.21 um 16:36 schrieb Programmingkid: > >> Thank you for the suggestion. I tried it but didn't seem to help. I should >> report this is what I see when I try to build QEMU: >> Disabling PIE du

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 10:46 AM, Daniel P. Berrangé wrote: > > On Mon, Feb 01, 2021 at 09:23:24AM -0500, Programmingkid wrote: >> When trying to build QEMU I see this error: >> >> error: Your local changes to the following files would be overwritten by >> che

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 9:58 AM, Stefan Weil wrote: > > Am 01.02.21 um 15:23 schrieb Programmingkid: > >> When trying to build QEMU I see this error: >> >> error: Your local changes to the following files would be overwritten by >> checkout: >>

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 9:52 AM, Peter Maydell wrote: > > On Mon, 1 Feb 2021 at 14:49, Dan Streetman wrote: >> >> On Mon, Feb 1, 2021 at 9:23 AM Programmingkid >> wrote: >>> >>> When trying to build QEMU I see this error: >>> >

Re: Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
> On Feb 1, 2021, at 9:48 AM, Dan Streetman wrote: > > On Mon, Feb 1, 2021 at 9:23 AM Programmingkid > wrote: >> >> When trying to build QEMU I see this error: >> >> error: Your local changes to the following files would be overwritten by >> che

Makefile has local changes that will be overwritten

2021-02-01 Thread Programmingkid
When trying to build QEMU I see this error: error: Your local changes to the following files would be overwritten by checkout: Makefile Please commit your changes or stash them before you switch branches. Aborting What I do to see this error: ./configure --target-list=i386-softmmu I

[Bug 1913505] Re: Windows XP slow on Apple M1

2021-01-29 Thread Programmingkid
> On Jan 29, 2021, at 1:20 AM, qemu-devel-requ...@nongnu.org wrote: > > Message: 14 > Date: Fri, 29 Jan 2021 06:06:41 - > From: Thomas Huth <1913...@bugs.launchpad.net> > To: qemu-devel@nongnu.org > Subject: [Bug 1913505] Re: Windows XP slow on Apple M1 > Message-ID: > >

Re: [RFC] QEMU as Xcode project on macOS

2020-09-09 Thread Programmingkid
> On Sep 9, 2020, at 8:56 AM, Christian Schoenebeck > wrote: > > I've recently been thinking about how feasible a stripped down Xcode project > for QEMU would be, i.e. you just get the QEMU sources, click on > qemu.xcodeproj, Cmd + B, done. No extra installation, no configure, nothing. > >

Re: About hardfloat in ppc

2020-04-30 Thread Programmingkid
iginale- > Da: BALATON Zoltan > Inviato: giovedì 30 aprile 2020 17:36 > A: 罗勇刚(Yonggang Luo) > Cc: Richard Henderson ; Dino Papararo > ; qemu-devel@nongnu.org; Programmingkid > ; qemu-...@nongnu.org; Howard Spoelstra > ; Alex Bennée > Oggetto: Re: R: R: About hardfloat

Sound support for Mac OS guests

2020-03-30 Thread Programmingkid
Hi Mark, I was just wondering what it is going to take to have Mac OS sound support in qemu-system-ppc? I have made four versions of my Screamer sound chip patch and you ignored each one. Did you plan on committing your version of Screamer?

Re: [PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector

2020-03-19 Thread Programmingkid
> On Mar 17, 2020, at 6:46 PM, David Gibson wrote: > > On Tue, Mar 17, 2020 at 11:06:15AM -0400, Programmingkid wrote: >> >>> On Mar 17, 2020, at 7:01 AM, qemu-ppc-requ...@nongnu.org wrote: >>> >>> Message: 3 >>> Date: Tue, 17 Mar 2020 11:47

Re: [PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector

2020-03-17 Thread Programmingkid
> On Mar 17, 2020, at 7:01 AM, qemu-ppc-requ...@nongnu.org wrote: > > Message: 3 > Date: Tue, 17 Mar 2020 11:47:32 +0100 > From: Cédric Le Goater > To: David Gibson , Nicholas Piggin > > Cc: qemu-...@nongnu.org, Aravinda Prasad , > Ganesh Goudar , Greg Kurz , >

Re: [PATCH] qemu-common.h: Update copyright string to include 2020

2020-03-14 Thread Programmingkid
> On Mar 14, 2020, at 5:33 PM, Philippe Mathieu-Daudé wrote: > > Extend the copyright range to include the current year. > > Reported-by: John Arbuckle > Signed-off-by: Philippe Mathieu-Daudé > --- > include/qemu-common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

About dialog copyright date needs updating

2020-03-14 Thread Programmingkid
Hi Peter, in the About dialog for QEMU the copyright date shows as 2019. Can it be updated to 2020 please? Thank you.

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

2020-03-01 Thread Programmingkid
> On Feb 26, 2020, at 1:09 PM, Alex Bennée wrote: > > > G 3 writes: > >> Accuracy is an important part of the IEEE 754 floating point standard. The >> whole purpose of this standard is to ensure floating point calculations are >> consistent across multiple CPUs. I believe referring to this

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

2020-02-26 Thread Programmingkid
> On Feb 26, 2020, at 12:27 PM, Aleksandar Markovic > wrote: > > On Wed, Feb 26, 2020 at 6:04 PM G 3 wrote: >> >> Accuracy is an important part of the IEEE 754 floating point standard. The >> whole purpose of this standard is to ensure floating point calculations are >> consistent across

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

2020-02-26 Thread Programmingkid
> On Feb 25, 2020, at 7:09 AM, BALATON Zoltan wrote: > > On Mon, 24 Feb 2020, Programmingkid wrote: >> Intel Core i5-2500S CPU @ 2.70GHz. > [...] >> Ok, I did test on the G4, here are my results: >> >> Git commit: c1e667d2598b9b3ce62b8e89ed22dd38dfe9f57f &g

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

2020-02-24 Thread Programmingkid
> On Feb 19, 2020, at 10:35 AM, BALATON Zoltan wrote: > > Hello, > > On Tue, 18 Feb 2020, Programmingkid wrote: >>> On Feb 18, 2020, at 12:10 PM, BALATON Zoltan wrote: >>> While other targets take advantage of using host FPU to do floating >>> poi

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

2020-02-23 Thread Programmingkid
> On Feb 23, 2020, at 12:00 PM, qemu-ppc-requ...@nongnu.org wrote: > > Message: 2 > Date: Sun, 23 Feb 2020 12:43:37 +0300 > From: Andrew Randrianasulu > To: hsp.c...@gmail.com, qemu-devel@nongnu.org, "qemu-...@nongnu.org" > > Subject: Re: [PATCH v4] Implement the Screamer sound chip for

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

2020-02-23 Thread Programmingkid
> On Feb 23, 2020, at 9:17 AM, Howard Spoelstra wrote: > > > > On Fri, Feb 21, 2020 at 1:09 PM Howard Spoelstra wrote: > > > The current screamer-enabled builds for OSX and Windows are on > www.emaculation.com ;-) > As you see from testing, there are reasons why the patches from Mark's

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

2020-02-21 Thread Programmingkid
> On Feb 21, 2020, at 4:13 AM, Howard Spoelstra wrote: > > Hi, > > It might be worth mentioning that any testing of your screamer implementation > with MacOS/OSX guests on the mac99 machine needs a custom-built openbios. > > Where possible I'll compare your screamer with the current

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

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

Re: [RFC] coreaudio: fix coreaudio_test.diff

2020-01-31 Thread Programmingkid
> On Jan 29, 2020, at 2:13 AM, Volker Rümelin wrote: > > This is an untested patch that tries to fix the problems in the > patch found at > https://lists.nongnu.org/archive/html/qemu-devel/2020-01/msg02142.html. > > Signed-off-by: Volker Rümelin > --- > audio/audio_template.h | 16

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

2020-01-10 Thread Programmingkid
> On Jan 10, 2020, at 7:32 PM, Zoltán Kővágó wrote: > > On 2020-01-05 02:58, Programmingkid wrote: >> I found the patch that breaks Screamer sound support for qemu-system-ppc. It >> is this: >> commit 2ceb8240fa4e4e30fb853565eb2bed3032d74f62 >> Author: Kővágó,

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

2020-01-05 Thread Programmingkid
> On Jan 4, 2020, at 8:58 PM, Programmingkid wrote: > > I found the patch that breaks Screamer sound support for qemu-system-ppc. It > is this: > > commit 2ceb8240fa4e4e30fb853565eb2bed3032d74f62 > Author: Kővágó, Zoltán > Date: Thu Sep 19 23:24:11 2019 +0200

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

2020-01-04 Thread Programmingkid
I found the patch that breaks Screamer sound support for qemu-system-ppc. It is this: commit 2ceb8240fa4e4e30fb853565eb2bed3032d74f62 Author: Kővágó, Zoltán Date: Thu Sep 19 23:24:11 2019 +0200 coreaudio: port to the new audio backend api Signed-off-by: Kővágó, Zoltán

Re: [Bug 1850570] Re: Cannot use usb-host on Mac OS

2019-11-01 Thread Programmingkid
> On Oct 31, 2019, at 7:35 PM, qemu-devel-requ...@nongnu.org wrote: > > Message: 10 > Date: Thu, 31 Oct 2019 18:39:11 - > From: John Canada <1850...@bugs.launchpad.net> > To: qemu-devel@nongnu.org > Subject: [Bug 1850570] Re: Cannot use usb-host on Mac OS > Message-ID: >

  1   2   3   4   5   6   7   8   9   10   >