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 <[email protected]>
> ---
> 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 <[email protected]>
(Applied it on top of ee70fc26a561, and now the tree builds.)
Thanks!
Laszlo