]> git.proxmox.com Git - qemu.git/commit
ivshmem: add missing msix calls
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 5 Dec 2011 19:48:43 +0000 (21:48 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 11 Apr 2012 10:24:59 +0000 (13:24 +0300)
commit4490c71191b59dce2dd88f5f9ab49f2c92ab410c
treeae77269b55fbcd12c83b9ba4f3d83c19ca292794
parentfbbaf9ae88286f18b2ab32fb4174ebdbdc1d5919
ivshmem: add missing msix calls

ivshmem used msix but didn't call it on either reset or
config write paths. This used to partically work since
guests don't use all of msi-x configuration fields,
and reset is rarely used, but the patch 'msix: track function masked
in pci device state' broke that. Fix by adding appropriate calls.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reported-by: Cam Macdonell <cam@cs.ualberta.ca>
Tested-by: Cam Macdonell <cam@cs.ualberta.ca>
hw/ivshmem.c