On 8/7/26 00:42, Mathieu Poirier wrote:
From: Jean-Philippe Brucker <[email protected]>
Returning an error to kvm_init() is fatal anyway, no need to continue
the initialization.
Leave the `ret` variable in the function scope because it will be reused
when adding RME support.
Signed-off-by: Jean-Philippe Brucker <[email protected]>
Signed-off-by: Mathieu Poirier <[email protected]>
---
target/arm/kvm.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>