qemu/virtio-pci: remove unnecessary check
commit85352471ce78d73b8306822959caace2e8880535
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 22 Sep 2009 10:35:28 +0000 (22 13:35 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:52 +0000 (5 09:32 -0500)
tree88d5ded6eef6d9111077fe4c50a8da42ff698500
parent5a1fc5e8529afb6041a3dfa406a94c187d2afc1d
qemu/virtio-pci: remove unnecessary check

it's safe to call msix_write_config if msix
is disabled, so call it unconditionally on
pci config write.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-pci.c