mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 19:32:20 +00:00
set_features() fails with InvalidOperation if !self.owned. I don't see this as a requirement in the specification and, in fact, vm-virtio implementation for resetting the device calls SET_FEATURES just after RESET_OWNER. Signed-off-by: Sergio Lopez <slp@redhat.com>