Commit 1d4f78e9 authored by Li Qiang's avatar Li Qiang Committed by Laurent Vivier
Browse files

target: hax: fix errors in comment



Cc: qemu-trivial@nongnu.org

Signed-off-by: default avatarLi Qiang <liq3ea@gmail.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <1543312812-2929-1-git-send-email-liq3ea@gmail.com>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 0d8ea8f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@ int hax_vcpu_destroy(CPUState *cpu)
    }

    /*
     * 1. The hax_tunnel is also destroied when vcpu destroy
     * 1. The hax_tunnel is also destroyed when vcpu is destroyed
     * 2. close fd will cause hax module vcpu be cleaned
     */
    hax_close_fd(vcpu->fd);