On 11/03/21 12:18, Marc-André Lureau wrote:
Hi
On Thu, Mar 11, 2021 at 3:08 PM Paolo Bonzini <pbonz...@redhat.com
<mailto:pbonz...@redhat.com>> wrote:
On 11/03/21 11:51, Marc-André Lureau wrote:
>
>
> What about renaming VhostUserSlaveRequest too ?
> (subprojects/libvhost-user/libvhost-user.h & hw/virtio/vhost-user.c)
>
I missed it in vhost-user.c (I did rename the values but not the enum),
while in libvhost-user.h I'm keeping it for backwards compatibility
as I
don't want to break the API.
Keeping API stability is great and all, but libvhost-user never received
an official release, and isn't installed either. We should be free to
break it atm imho.
That's true, but I'd rather follow (at least informally) the usual
policy around deprecation. There's no need to rush things.
Paolo