]> git.ipfire.org Git - thirdparty/qemu.git/commit
msix: function mask support
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Nov 2009 10:19:32 +0000 (12:19 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 7 Dec 2009 22:36:48 +0000 (16:36 -0600)
commitc99d32efe6970493c44fe410ee4a4aafc1a35428
treee65e5e173952f66600922d7ca4997f3de094dcd2
parent9fa7591beb036d6791a67a0175c1f5ae863c9660
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>
(cherry picked from commit 5b5cb08683b6715a2aca5314168e68ff0665912b)
hw/msix.c