Re: [PATCH v2 07/18] aspeed: Fix hardcode attach flash model of spi controllers

2024-11-26 Thread Cédric Le Goater
Hello Jamin, Sorry for the later answer. I think I missed the question below. On 10/23/24 04:46, Jamin Lin wrote: Hi Cedric, Subject: Re: [PATCH v2 07/18] aspeed: Fix hardcode attach flash model of spi controllers oops. R-b sent on the wrong patch. On 10/22/24 12:48, Cédric Le Goater wrote:

Re: [PATCH ssh v2] ssh: Do not switch session to non-blocking mode

2024-11-26 Thread Michael Tokarev
13.11.2024 15:55, Richard W.M. Jones wrote: From: Jakub Jelen The libssh does not handle non-blocking mode in SFTP correctly. The driver code already changes the mode to blocking for the SFTP initialization, but for some reason changes to non-blocking mode. This used to work accidentally until

Re: [PATCH v10 10/15] hw/vmapple/aes: Introduce aes engine

2024-11-26 Thread Akihiko Odaki
On 2024/11/13 23:23, Phil Dennis-Jordan wrote: From: Alexander Graf VMApple contains an "aes" engine device that it uses to encrypt and decrypt its nvram. It has trivial hard coded keys it uses for that purpose. Add device emulation for this device model. Signed-off-by: Alexander Graf Signed

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

2024-11-26 Thread Akihiko Odaki
On 2024/11/13 23:23, 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

Re: [PATCH v10 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support

2024-11-26 Thread Akihiko Odaki
On 2024/11/13 23:23, Phil Dennis-Jordan wrote: MacOS provides a framework (library) that allows any vmm to implement a paravirtualized 3d graphics passthrough to the host metal stack called ParavirtualizedGraphics.Framework (PVG). The library abstracts away almost every aspect of the paravirtuali

RE: [PATCH v2 07/18] aspeed: Fix hardcode attach flash model of spi controllers

2024-11-26 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v2 07/18] aspeed: Fix hardcode attach flash model of spi > controllers > > Hello Jamin, > > Sorry for the later answer. I think I missed the question below. > > On 10/23/24 04:46, Jamin Lin wrote: > > Hi Cedric, > > > >> Subject: Re: [PATCH v2 07/18] aspeed: Fix

Re: [RFC PATCH 0/5] support unaligned access to xHCI Capability

2024-11-26 Thread Tomoyuki HIROSE
I would be happy to receive your comments. ping. On 2024/11/08 12:29, Tomoyuki HIROSE wrote: This patch set aims to support unaligned access to xHCI Capability Registers. To achieve this, we introduce the emulation of an unaligned access through multiple aligned accesses. This patch set also ad

Re: [PATCH v10 03/15] hw/display/apple-gfx: Adds PCI implementation

2024-11-26 Thread Akihiko Odaki
On 2024/11/13 23:23, Phil Dennis-Jordan wrote: This change wires up the PCI variant of the paravirtualised graphics device, mainly useful for x86-64 macOS guests, implemented by macOS's ParavirtualizedGraphics.framework. It builds on code shared with the vmapple/mmio variant of the PVG device. S

Re: [PATCH v10 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support

2024-11-26 Thread Akihiko Odaki
On 2024/11/13 23:23, Phil Dennis-Jordan wrote: MacOS provides a framework (library) that allows any vmm to implement a paravirtualized 3d graphics passthrough to the host metal stack called ParavirtualizedGraphics.Framework (PVG). The library abstracts away almost every aspect of the paravirtuali

Re: [PATCH v10 12/15] hw/vmapple/cfg: Introduce vmapple cfg region

2024-11-26 Thread Akihiko Odaki
On 2024/11/13 23:23, Phil Dennis-Jordan wrote: From: Alexander Graf Instead of device tree or other more standardized means, VMApple passes platform configuration to the first stage boot loader in a binary encoded format that resides at a dedicated RAM region in physical address space. This pa

Re: [PULL v4 00/10] Block layer patches

2024-11-26 Thread Peter Maydell
On Mon, 25 Nov 2024 at 10:06, Kevin Wolf wrote: > > The following changes since commit 6b99bb046dd36a6dd5525b8f88c2dcddae49222a: > > Merge tag 'pull-lu-20241122' of https://gitlab.com/rth7680/qemu into > staging (2024-11-24 13:39:06 +) > > are available in the Git repository at: > > https