On 11/18/25 4:14 PM, Michael S. Tsirkin wrote: > On Tue, Nov 18, 2025 at 08:38:54AM -0600, Daniel Jurgens wrote:
>> +int virtio_admin_obj_destroy(struct virtio_device *vdev, >> + u16 obj_type, >> + u32 obj_id, >> + u16 group_type, >> + u64 group_member_id) > > what's the point of making it int when none of the callers > check the return type? > It's an API, and return codes are available. I don't have a use for them in this series but perhaps a future user will.
