[PATCH v2] signal start and end of structures consistently
On Mon, 11 Mar 2019 14:18:48 -0400
"Michael S. Tsirkin" <> wrote:
> Make sure all structs have the format:
>
> struct X {
> ...
> };
>
> VIRTIO-170
>
> Signed-off-by: Michael S. Tsirkin <>
> ---
> Changes since v1:
> no text changes, fix typo in commit log reported by Cornelia
>
> content.tex
| 11 +++++
------
> virtio-gpu.tex | 2 +-
> 2 files changed, 6 insertions(+), 7 deletions(-)
Reviewed-by: Cornelia Huck <>