Re: [PATCH] Add display suboptions to man pages

2021-05-31 Thread Gerd Hoffmann
Hi, > SRST > ``-numa > node[,mem=size][,cpus=firstcpu[-lastcpu]][,nodeid=node][,initiator=initiator]`` > - \ > + \ Seems some unrelated (whitespace?) changes sneaked in. > @@ -1819,11 +1819,22 @@ SRST > old style -sdl/-curses/... options. Use ``-display help`` to list > the ava

[PATCH] Add display suboptions to man pages

2021-05-31 Thread email
From: Ahmed Abouzied Updates man pages with the suboptions for the `-display`. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/128 Buglink: https://bugs.launchpad.net/qemu/+bug/1620660 Signed-off-by: Ahmed Abouzied --- This is just a trivial update for the man pages. It's the first ti