Re: [PATCH for-10.0] docs: Document removal of 64-bit on 32-bit emulation

2025-04-14 Thread Richard Henderson
On 4/14/25 08:16, Stefan Hajnoczi wrote: On Sat, Apr 12, 2025 at 12:43 PM Richard Henderson wrote: With acce728cbc6c we disallowed configuring 64-bit guests on 32-bit hosts, but forgot to document that in removed-features. Signed-off-by: Richard Henderson --- docs/about/removed-features.rs

Re: [PATCH for-10.0] docs: Document removal of 64-bit on 32-bit emulation

2025-04-14 Thread Stefan Hajnoczi
On Sat, Apr 12, 2025 at 12:43 PM Richard Henderson wrote: > > With acce728cbc6c we disallowed configuring 64-bit guests on > 32-bit hosts, but forgot to document that in removed-features. > > Signed-off-by: Richard Henderson > --- > docs/about/removed-features.rst | 9 + > 1 file changed

Re: [PATCH for-10.0] docs: Document removal of 64-bit on 32-bit emulation

2025-04-14 Thread Philippe Mathieu-Daudé
On 12/4/25 18:43, Richard Henderson wrote: With acce728cbc6c we disallowed configuring 64-bit guests on 32-bit hosts, but forgot to document that in removed-features. Signed-off-by: Richard Henderson --- docs/about/removed-features.rst | 9 + 1 file changed, 9 insertions(+) Reviewed

Re: [PATCH for-10.0] docs: Document removal of 64-bit on 32-bit emulation

2025-04-14 Thread Alex Bennée
Richard Henderson writes: > With acce728cbc6c we disallowed configuring 64-bit guests on > 32-bit hosts, but forgot to document that in removed-features. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

Re: [PATCH for-10.0] docs: Document removal of 64-bit on 32-bit emulation

2025-04-14 Thread Daniel P . Berrangé
On Sat, Apr 12, 2025 at 09:43:15AM -0700, Richard Henderson wrote: > With acce728cbc6c we disallowed configuring 64-bit guests on > 32-bit hosts, but forgot to document that in removed-features. > > Signed-off-by: Richard Henderson > --- > docs/about/removed-features.rst | 9 + > 1 file

[PATCH for-10.0] docs: Document removal of 64-bit on 32-bit emulation

2025-04-12 Thread Richard Henderson
With acce728cbc6c we disallowed configuring 64-bit guests on 32-bit hosts, but forgot to document that in removed-features. Signed-off-by: Richard Henderson --- docs/about/removed-features.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/docs/about/removed-features.rst b/docs/abo