]> git.proxmox.com Git - mirror_qemu.git/commit
msix: fix mask bit state after reset
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Nov 2009 09:41:48 +0000 (11:41 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Dec 2009 15:59:54 +0000 (17:59 +0200)
commitae1be0bbc127a9a6289873efdb7cb22c57d81a9d
treee8ab49c2a6668f98eae7d54af0544d47002194e5
parent1b8e9b274287ea7e2256244e62ed285b7d83e0ad
msix: fix mask bit state after reset

PCI spec states that mask bit must be 1 after reset.
Make it so.

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