• S
    KVM: MSI to INTx translate · 5319c662
    Sheng Yang 提交于
    Now we use MSI as default one, and translate MSI to INTx when guest need
    INTx rather than MSI. For legacy device, we provide support for non-sharing
    host IRQ.
    
    Provide a parameter msi2intx for this method. The value is true by default in
    x86 architecture.
    
    We can't guarantee this mode can work on every device, but for most of us
    tested, it works. If your device encounter some trouble with this mode, you can
    try set msi2intx modules parameter to 0. If the device is OK with msi2intx=0,
    then please report it to KVM mailing list or me. We may prepare a blacklist for
    the device that can't work in this mode.
    Signed-off-by: NSheng Yang <sheng@linux.intel.com>
    Signed-off-by: NAvi Kivity <avi@redhat.com>
    5319c662
kvm_main.c 50.5 KB