]> git.proxmox.com Git - qemu.git/commit
msix: function mask support
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Nov 2009 10:19:32 +0000 (12:19 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 7 Dec 2009 19:50:53 +0000 (21:50 +0200)
commit5b5cb08683b6715a2aca5314168e68ff0665912b
tree70dbc49dbaf6b446bb4761b84f974b70704cdbae
parent2760952ba9610921586e7446d858e23308400391
msix: function mask support

Function mask is a mandatory feature in MSIX
spec so not implementing it is a spec violation.
Implement.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/msix.c