Re: [PATCH] Dockerfile: Simplify applying cadence_gem commit to QEMU

2025-04-23 Thread Tom Rini
On Wed, Apr 23, 2025 at 03:50:35PM +0200, Michal Simek wrote: > > > On 4/23/25 15:42, Heinrich Schuchardt wrote: > > On 23.04.25 14:44, Michal Simek wrote: > > > No reason to call format-patch and then apply it with git am. It is enough > > > to cherry-pick it directly like it is done by commit 0

Re: [PATCH] Dockerfile: Simplify applying cadence_gem commit to QEMU

2025-04-23 Thread Michal Simek
On 4/23/25 15:42, Heinrich Schuchardt wrote: On 23.04.25 14:44, Michal Simek wrote: No reason to call format-patch and then apply it with git am. It is enough to cherry-pick it directly like it is done by commit 074bfab54d83 ("CI: Cherry-pick reset support for m68k for QEMU"). Fixes: 50a907e

Re: [PATCH] Dockerfile: Simplify applying cadence_gem commit to QEMU

2025-04-23 Thread Heinrich Schuchardt
On 23.04.25 14:44, Michal Simek wrote: No reason to call format-patch and then apply it with git am. It is enough to cherry-pick it directly like it is done by commit 074bfab54d83 ("CI: Cherry-pick reset support for m68k for QEMU"). Fixes: 50a907edbb2c ("docker: build QEMU v8.2.0") Signed-off-by