Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type

2024-11-10 Thread Akihiko Odaki
On 2024/11/11 5:18, Phil Dennis-Jordan wrote: I've applied the majority of this feedback in the soon-to-be-posted v9 of the patch set, thanks! Just a few extra comments/replies below: On Sun, 10 Nov 2024 at 08:38, Akihiko Odaki wrote: On 2024/11/08 23:47, Phil Dennis-Jordan wrote: From: Ale

Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type

2024-11-10 Thread Phil Dennis-Jordan
I've applied the majority of this feedback in the soon-to-be-posted v9 of the patch set, thanks! Just a few extra comments/replies below: On Sun, 10 Nov 2024 at 08:38, Akihiko Odaki wrote: > > On 2024/11/08 23:47, Phil Dennis-Jordan wrote: > > From: Alexander Graf > > > > Apple defines a new "v

Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type

2024-11-10 Thread Phil Dennis-Jordan
On Sun, 10 Nov 2024 at 08:38, Akihiko Odaki wrote: > > On 2024/11/08 23:47, Phil Dennis-Jordan wrote: > > From: Alexander Graf > > > > Apple defines a new "vmapple" machine type as part of its proprietary > > macOS Virtualization.Framework vmm. This machine type is similar to the > > virt one, bu

Re: [PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type

2024-11-09 Thread Akihiko Odaki
On 2024/11/08 23:47, Phil Dennis-Jordan wrote: From: Alexander Graf Apple defines a new "vmapple" machine type as part of its proprietary macOS Virtualization.Framework vmm. This machine type is similar to the virt one, but with subtle differences in base devices, a few special vmapple device a

[PATCH v8 15/15] hw/vmapple/vmapple: Add vmapple machine type

2024-11-08 Thread Phil Dennis-Jordan
From: Alexander Graf Apple defines a new "vmapple" machine type as part of its proprietary macOS Virtualization.Framework vmm. This machine type is similar to the virt one, but with subtle differences in base devices, a few special vmapple device additions and a vastly different boot chain. This