All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] buildfix: update texinfo menu
@ 2019-10-23 10:19 Gerd Hoffmann
  2019-10-23 11:10 ` Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2019-10-23 10:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Build error message:
qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target

Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 qemu-doc.texi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 3c5022050f0f..3ddf5c0a6865 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -44,6 +44,7 @@
 * Security::
 * Implementation notes::
 * Deprecated features::
+* Recently removed features::
 * Supported build platforms::
 * License::
 * Index::
-- 
2.18.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-10-23 10:19 [PATCH] buildfix: update texinfo menu Gerd Hoffmann
@ 2019-10-23 11:10 ` Philippe Mathieu-Daudé
  2019-10-23 13:27   ` John Snow
  2019-10-24  8:57 ` Markus Armbruster
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-10-23 11:10 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel, QEMU Trivial

Cc'ed trivial@

On 10/23/19 12:19 PM, Gerd Hoffmann wrote:
> Build error message:
> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
> 
> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>   qemu-doc.texi | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 3c5022050f0f..3ddf5c0a6865 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -44,6 +44,7 @@
>   * Security::
>   * Implementation notes::
>   * Deprecated features::
> +* Recently removed features::
>   * Supported build platforms::
>   * License::
>   * Index::
> 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-10-23 11:10 ` Philippe Mathieu-Daudé
@ 2019-10-23 13:27   ` John Snow
  0 siblings, 0 replies; 10+ messages in thread
From: John Snow @ 2019-10-23 13:27 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Gerd Hoffmann, qemu-devel, QEMU Trivial



On 10/23/19 7:10 AM, Philippe Mathieu-Daudé wrote:
> Cc'ed trivial@
> 
> On 10/23/19 12:19 PM, Gerd Hoffmann wrote:
>> Build error message:
>> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed
>> features' despite being its Up target
>>
>> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload
>> parameter")
>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> 

mea culpa.

Reviewed-by: John Snow <jsnow@redhat.com>



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-10-23 10:19 [PATCH] buildfix: update texinfo menu Gerd Hoffmann
  2019-10-23 11:10 ` Philippe Mathieu-Daudé
@ 2019-10-24  8:57 ` Markus Armbruster
  2019-10-25 22:54 ` Laszlo Ersek
  2019-11-16 19:12 ` Laszlo Ersek
  3 siblings, 0 replies; 10+ messages in thread
From: Markus Armbruster @ 2019-10-24  8:57 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-trivial, qemu-devel

Gerd Hoffmann <kraxel@redhat.com> writes:

> Build error message:
> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
>
> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  qemu-doc.texi | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 3c5022050f0f..3ddf5c0a6865 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -44,6 +44,7 @@
>  * Security::
>  * Implementation notes::
>  * Deprecated features::
> +* Recently removed features::
>  * Supported build platforms::
>  * License::
>  * Index::

Reviewed-by: Markus Armbruster <armbru@redhat.com>

Cc'ing qemu-trivial.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-10-23 10:19 [PATCH] buildfix: update texinfo menu Gerd Hoffmann
  2019-10-23 11:10 ` Philippe Mathieu-Daudé
  2019-10-24  8:57 ` Markus Armbruster
@ 2019-10-25 22:54 ` Laszlo Ersek
  2019-11-16 19:12 ` Laszlo Ersek
  3 siblings, 0 replies; 10+ messages in thread
From: Laszlo Ersek @ 2019-10-25 22:54 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: QEMU Trivial, qemu-devel

On 10/23/19 12:19, Gerd Hoffmann wrote:
> Build error message:
> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
> 
> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  qemu-doc.texi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 3c5022050f0f..3ddf5c0a6865 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -44,6 +44,7 @@
>  * Security::
>  * Implementation notes::
>  * Deprecated features::
> +* Recently removed features::
>  * Supported build platforms::
>  * License::
>  * Index::
> 

Tested-by: Laszlo Ersek <lersek@redhat.com>

(Applied it on top of ee70fc26a561, and now the tree builds.)

Thanks!
Laszlo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-10-23 10:19 [PATCH] buildfix: update texinfo menu Gerd Hoffmann
                   ` (2 preceding siblings ...)
  2019-10-25 22:54 ` Laszlo Ersek
@ 2019-11-16 19:12 ` Laszlo Ersek
  2019-11-18  9:13   ` Markus Armbruster
  3 siblings, 1 reply; 10+ messages in thread
From: Laszlo Ersek @ 2019-11-16 19:12 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel, Peter Maydell

On 10/23/19 12:19, Gerd Hoffmann wrote:
> Build error message:
> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
> 
> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>  qemu-doc.texi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 3c5022050f0f..3ddf5c0a6865 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -44,6 +44,7 @@
>  * Security::
>  * Implementation notes::
>  * Deprecated features::
> +* Recently removed features::
>  * Supported build platforms::
>  * License::
>  * Index::
> 

Can this patch be included in v4.2.0-rc2 please?

Thanks!
Laszlo



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-11-16 19:12 ` Laszlo Ersek
@ 2019-11-18  9:13   ` Markus Armbruster
  2019-11-18 11:08     ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: Markus Armbruster @ 2019-11-18  9:13 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: qemu-trivial, Peter Maydell, Gerd Hoffmann, qemu-devel

Laszlo Ersek <lersek@redhat.com> writes:

> On 10/23/19 12:19, Gerd Hoffmann wrote:
>> Build error message:
>> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
>> 
>> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>> ---
>>  qemu-doc.texi | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/qemu-doc.texi b/qemu-doc.texi
>> index 3c5022050f0f..3ddf5c0a6865 100644
>> --- a/qemu-doc.texi
>> +++ b/qemu-doc.texi
>> @@ -44,6 +44,7 @@
>>  * Security::
>>  * Implementation notes::
>>  * Deprecated features::
>> +* Recently removed features::
>>  * Supported build platforms::
>>  * License::
>>  * Index::
>> 
>
> Can this patch be included in v4.2.0-rc2 please?

Cc'ing qemu-trivial again, might be a workable path into -rc2.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-11-18  9:13   ` Markus Armbruster
@ 2019-11-18 11:08     ` Peter Maydell
  2019-11-18 11:39       ` Gerd Hoffmann
  2019-11-18 18:09       ` Laszlo Ersek
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Maydell @ 2019-11-18 11:08 UTC (permalink / raw)
  To: Markus Armbruster
  Cc: QEMU Trivial, Laszlo Ersek, Gerd Hoffmann, QEMU Developers

On Mon, 18 Nov 2019 at 09:13, Markus Armbruster <armbru@redhat.com> wrote:
>
> Laszlo Ersek <lersek@redhat.com> writes:
>
> > On 10/23/19 12:19, Gerd Hoffmann wrote:
> >> Build error message:
> >> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
> >>
> >> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
> >> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> >> ---
> >>  qemu-doc.texi | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/qemu-doc.texi b/qemu-doc.texi
> >> index 3c5022050f0f..3ddf5c0a6865 100644
> >> --- a/qemu-doc.texi
> >> +++ b/qemu-doc.texi
> >> @@ -44,6 +44,7 @@
> >>  * Security::
> >>  * Implementation notes::
> >>  * Deprecated features::
> >> +* Recently removed features::
> >>  * Supported build platforms::
> >>  * License::
> >>  * Index::
> >>
> >
> > Can this patch be included in v4.2.0-rc2 please?
>
> Cc'ing qemu-trivial again, might be a workable path into -rc2.

I've just applied it directly to master. (Not sure why none
of my build test machines complain about the error.)

thanks
-- PMM


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-11-18 11:08     ` Peter Maydell
@ 2019-11-18 11:39       ` Gerd Hoffmann
  2019-11-18 18:09       ` Laszlo Ersek
  1 sibling, 0 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2019-11-18 11:39 UTC (permalink / raw)
  To: Peter Maydell
  Cc: QEMU Trivial, Laszlo Ersek, Markus Armbruster, QEMU Developers

On Mon, Nov 18, 2019 at 11:08:52AM +0000, Peter Maydell wrote:
> On Mon, 18 Nov 2019 at 09:13, Markus Armbruster <armbru@redhat.com> wrote:
> >
> > Laszlo Ersek <lersek@redhat.com> writes:
> >
> > > On 10/23/19 12:19, Gerd Hoffmann wrote:
> > >> Build error message:
> > >> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
> > >>
> > >> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
> > >> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> > >> ---
> > >>  qemu-doc.texi | 1 +
> > >>  1 file changed, 1 insertion(+)
> > >>
> > >> diff --git a/qemu-doc.texi b/qemu-doc.texi
> > >> index 3c5022050f0f..3ddf5c0a6865 100644
> > >> --- a/qemu-doc.texi
> > >> +++ b/qemu-doc.texi
> > >> @@ -44,6 +44,7 @@
> > >>  * Security::
> > >>  * Implementation notes::
> > >>  * Deprecated features::
> > >> +* Recently removed features::
> > >>  * Supported build platforms::
> > >>  * License::
> > >>  * Index::
> > >>
> > >
> > > Can this patch be included in v4.2.0-rc2 please?
> >
> > Cc'ing qemu-trivial again, might be a workable path into -rc2.
> 
> I've just applied it directly to master. (Not sure why none
> of my build test machines complain about the error.)

Probably some build dependency for --enable-docs is missing.
sphinx maybe?

cheers,
  Gerd



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] buildfix: update texinfo menu
  2019-11-18 11:08     ` Peter Maydell
  2019-11-18 11:39       ` Gerd Hoffmann
@ 2019-11-18 18:09       ` Laszlo Ersek
  1 sibling, 0 replies; 10+ messages in thread
From: Laszlo Ersek @ 2019-11-18 18:09 UTC (permalink / raw)
  To: Peter Maydell, Markus Armbruster
  Cc: QEMU Trivial, Gerd Hoffmann, QEMU Developers

On 11/18/19 12:08, Peter Maydell wrote:
> On Mon, 18 Nov 2019 at 09:13, Markus Armbruster <armbru@redhat.com> wrote:
>>
>> Laszlo Ersek <lersek@redhat.com> writes:
>>
>>> On 10/23/19 12:19, Gerd Hoffmann wrote:
>>>> Build error message:
>>>> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed features' despite being its Up target
>>>>
>>>> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload parameter")
>>>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>>>> ---
>>>>  qemu-doc.texi | 1 +
>>>>  1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/qemu-doc.texi b/qemu-doc.texi
>>>> index 3c5022050f0f..3ddf5c0a6865 100644
>>>> --- a/qemu-doc.texi
>>>> +++ b/qemu-doc.texi
>>>> @@ -44,6 +44,7 @@
>>>>  * Security::
>>>>  * Implementation notes::
>>>>  * Deprecated features::
>>>> +* Recently removed features::
>>>>  * Supported build platforms::
>>>>  * License::
>>>>  * Index::
>>>>
>>>
>>> Can this patch be included in v4.2.0-rc2 please?
>>
>> Cc'ing qemu-trivial again, might be a workable path into -rc2.
> 
> I've just applied it directly to master.

Thank you!
Laszlo

> (Not sure why none
> of my build test machines complain about the error.)
> 
> thanks
> -- PMM
> 



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-18 18:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 10:19 [PATCH] buildfix: update texinfo menu Gerd Hoffmann
2019-10-23 11:10 ` Philippe Mathieu-Daudé
2019-10-23 13:27   ` John Snow
2019-10-24  8:57 ` Markus Armbruster
2019-10-25 22:54 ` Laszlo Ersek
2019-11-16 19:12 ` Laszlo Ersek
2019-11-18  9:13   ` Markus Armbruster
2019-11-18 11:08     ` Peter Maydell
2019-11-18 11:39       ` Gerd Hoffmann
2019-11-18 18:09       ` Laszlo Ersek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.