From de9e0ec1136ccd7c30371fbdadd47e05573e53f0 Mon Sep 17 00:00:00 2001 From: Alexander Kudryavtsev Date: Tue, 27 Sep 2011 15:15:32 +0400 Subject: [PATCH 20/32] Fix for MSI pending support --- palacios/src/devices/pci_msi_router.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/palacios/src/devices/pci_msi_router.c b/palacios/src/devices/pci_msi_router.c index 0320014..8521aef 100644 --- a/palacios/src/devices/pci_msi_router.c +++ b/palacios/src/devices/pci_msi_router.c @@ -288,10 +288,6 @@ static int msi_update_mode(struct msi_router_state *state, int msi_dev_index) { int i; if(c->enable) { - if(c->mask_cap) { - PrintError("Unsupported MSI per-vector masking feature: control %x!\n", c->val); - return -1; - } if(c->mult_msg_en > c->mult_msg_cap) { PrintError("Software enables more interrupt vectors (%x) than requested by device (%x)\n", c->mult_msg_en, c->mult_msg_cap); -- 1.7.5.4