Skip to content
Snippets Groups Projects
  • Fam Zheng's avatar
    6796b400
    dump: Acquire BQL around vm_start() in dump thread · 6796b400
    Fam Zheng authored
    
    This fixes an assertion failure in the following backtrace:
    
        __GI___assert_fail
        memory_region_transaction_commit
        memory_region_add_eventfd
        virtio_pci_ioeventfd_assign
        virtio_bus_set_host_notifier
        virtio_blk_data_plane_start
        virtio_bus_start_ioeventfd
        virtio_vmstate_change
        vm_state_notify
        vm_prepare_start
        vm_start
        dump_cleanup
        dump_process
        dump_thread
        start_thread
        clone
    
    vm_start need BQL, acquire it if doing cleaning up from main thread.
    
    Signed-off-by: default avatarFam Zheng <famz@redhat.com>
    Message-Id: <20170503072819.14462-1-famz@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    6796b400
    History
    dump: Acquire BQL around vm_start() in dump thread
    Fam Zheng authored
    
    This fixes an assertion failure in the following backtrace:
    
        __GI___assert_fail
        memory_region_transaction_commit
        memory_region_add_eventfd
        virtio_pci_ioeventfd_assign
        virtio_bus_set_host_notifier
        virtio_blk_data_plane_start
        virtio_bus_start_ioeventfd
        virtio_vmstate_change
        vm_state_notify
        vm_prepare_start
        vm_start
        dump_cleanup
        dump_process
        dump_thread
        start_thread
        clone
    
    vm_start need BQL, acquire it if doing cleaning up from main thread.
    
    Signed-off-by: default avatarFam Zheng <famz@redhat.com>
    Message-Id: <20170503072819.14462-1-famz@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
dump.c 53.39 KiB