Skip to content
  • Michael S. Tsirkin's avatar
    virtio-pci: fix bus master work around on load · 89c473fd
    Michael S. Tsirkin authored
    Commit c81131db
    
    
    detects old guests by comparing virtio and
    PCI status. It attempts to do this on load,
    as well, but load_config callback in a binding
    is invoked too early and so the virtio status
    isn't set yet.
    
    We could add yet another callback to the
    binding, to invoke after load, but it
    seems easier to reuse the existing vmstate
    callback.
    
    Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    Cc: Alexander Graf <agraf@suse.de>
    89c473fd