• J
    qemu: Introduce qemuProcessBeginStopJob · 4d0c535a
    Jiri Denemark 提交于
    When destroying a domain we need to make sure we will be able to start a
    job no matter what other operations are running or even stuck in a job.
    This is done by killing the domain before starting the destroy job.
    
    Let's introduce qemuProcessBeginStopJob which combines killing a domain
    and starting a job in a single API which can be called everywhere we
    need a job to stop a domain.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    4d0c535a
qemu_driver.c 642.3 KB