Re: [PATCH v3 14/14] hw/vmapple/vmapple: Add vmapple machine type

2024-10-08 Thread Phil Dennis-Jordan
On Sat, 5 Oct 2024 at 08:11, Akihiko Odaki wrote: > On 2024/09/28 17:57, 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

Re: [PATCH v3 14/14] hw/vmapple/vmapple: Add vmapple machine type

2024-10-04 Thread Akihiko Odaki
On 2024/09/28 17:57, 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 v3 14/14] hw/vmapple/vmapple: Add vmapple machine type

2024-09-28 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