commit | a2b19e6e2d4bb662a64799541c144fd94f8fb024 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <cdall@linaro.org> | Mon May 08 13:31:12 2017 +0200 |
committer | Christoffer Dall <cdall@linaro.org> | Tue May 09 12:19:46 2017 +0200 |
tree | c158183a0bfdccb96e951da65f38ebdf8973ebd3 | |
parent | 67723c25ce7fc0bd4f1b0f4bcbee5f0d114516ca [diff] |
KVM: arm/arm64: vgic-its: Cleanup after failed ITT restore When failing to restore the ITT for a DTE, we should remove the failed device entry from the list and free the object. We slightly refactor vgic_its_destroy to be able to reuse the now separate vgic_its_free_dte() function. Signed-off-by: Christoffer Dall <cdall@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com>