• P
    kvm: selftests: add basic test for state save and restore · fa3899ad
    Paolo Bonzini 提交于
    The test calls KVM_RUN repeatedly, and creates an entirely new VM with the
    old memory and vCPU state on every exit to userspace.  The kvm_util API is
    expanded with two functions that manage the lifetime of a kvm_vm struct:
    the first closes the file descriptors and leaves the memory allocated,
    and the second opens the file descriptors and reuses the memory from
    the previous incarnation of the kvm_vm struct.
    
    For now the test is very basic, as it does not test for example XSAVE or
    vCPU events.  However, it will test nested virtualization state starting
    with the next patch.
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    fa3899ad
state_test.c 2.9 KB