Re: [PATCH v2 2/6] docs: remove qemu-traditional support from documentation

2025-04-28 Thread Jürgen Groß
On 28.04.25 17:31, Alejandro Vallejo wrote: On Mon Apr 28, 2025 at 4:15 PM BST, Jürgen Groß wrote: On 28.04.25 17:12, Alejandro Vallejo wrote: On Thu Apr 24, 2025 at 10:41 AM BST, Anthony PERARD wrote: On Tue, Apr 08, 2025 at 02:35:20PM +0200, Juergen Gross wrote: @@ -1903,10 +1894,7 @@ it ma

Re: [PATCH v2 2/6] docs: remove qemu-traditional support from documentation

2025-04-28 Thread Alejandro Vallejo
On Mon Apr 28, 2025 at 4:15 PM BST, Jürgen Groß wrote: > On 28.04.25 17:12, Alejandro Vallejo wrote: >> On Thu Apr 24, 2025 at 10:41 AM BST, Anthony PERARD wrote: >>> On Tue, Apr 08, 2025 at 02:35:20PM +0200, Juergen Gross wrote: @@ -1903,10 +1894,7 @@ it may be useful to request a different o

Re: [PATCH v2 2/6] docs: remove qemu-traditional support from documentation

2025-04-28 Thread Jürgen Groß
On 28.04.25 17:12, Alejandro Vallejo wrote: On Thu Apr 24, 2025 at 10:41 AM BST, Anthony PERARD wrote: On Tue, Apr 08, 2025 at 02:35:20PM +0200, Juergen Gross wrote: @@ -1903,10 +1894,7 @@ it may be useful to request a different one, like UEFI. =item B -Loads ROMBIOS, a 16-bit x86 compa

Re: [PATCH v2 2/6] docs: remove qemu-traditional support from documentation

2025-04-28 Thread Alejandro Vallejo
On Thu Apr 24, 2025 at 10:41 AM BST, Anthony PERARD wrote: > On Tue, Apr 08, 2025 at 02:35:20PM +0200, Juergen Gross wrote: >> @@ -1903,10 +1894,7 @@ it may be useful to request a different one, like >> UEFI. >> >> =item B >> >> -Loads ROMBIOS, a 16-bit x86 compatible BIOS. This is used by de

Re: [PATCH v2 2/6] docs: remove qemu-traditional support from documentation

2025-04-28 Thread Jürgen Groß
On 24.04.25 11:41, Anthony PERARD wrote: On Tue, Apr 08, 2025 at 02:35:20PM +0200, Juergen Gross wrote: diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in index 7339c44efd..ccf0c58895 100644 --- a/docs/man/xl.cfg.5.pod.in +++ b/docs/man/xl.cfg.5.pod.in @@ -895,12 +895,6 @@ is used.

Re: [PATCH v2 2/6] docs: remove qemu-traditional support from documentation

2025-04-24 Thread Anthony PERARD
On Tue, Apr 08, 2025 at 02:35:20PM +0200, Juergen Gross wrote: > diff --git a/docs/man/xl.cfg.5.pod.in b/docs/man/xl.cfg.5.pod.in > index 7339c44efd..ccf0c58895 100644 > --- a/docs/man/xl.cfg.5.pod.in > +++ b/docs/man/xl.cfg.5.pod.in > @@ -895,12 +895,6 @@ is used. > Specifies the path to the X au

[PATCH v2 2/6] docs: remove qemu-traditional support from documentation

2025-04-08 Thread Juergen Gross
In preparation to no longer support qemu-traditional (including qemu-stubdom), remove it from documentation. Signed-off-by: Juergen Gross --- V2: - mention "qemu_xen_traditional" in xenstore-paths.pandoc as a removed device model variant (Andrew Cooper) - don't drop Config.mk related documentat