qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 07/13] qapi: Fix Visitor contract for start_alternate()


From: Eric Blake
Subject: Re: [PATCH 07/13] qapi: Fix Visitor contract for start_alternate()
Date: Thu, 23 Apr 2020 12:53:37 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 4/23/20 11:00 AM, Markus Armbruster wrote:
The contract demands v->start_alternate() for input and dealloc
visitors, but visit_start_alternate() actually requires it for input
and clone visitors.  Fix the contract, and delete superfluous
qapi_dealloc_start_alternate().

Signed-off-by: Markus Armbruster <address@hidden>
---
  include/qapi/visitor-impl.h | 5 ++---
  qapi/qapi-dealloc-visitor.c | 7 -------
  2 files changed, 2 insertions(+), 10 deletions(-)


Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]