From d4836e85e7e5956c0ffaf946756a3dfa5a0666a5 Mon Sep 17 00:00:00 2001 From: Alexander Kudryavtsev Date: Wed, 30 Nov 2011 21:03:11 +0400 Subject: [PATCH 28/32] May be fix for MSI data not updated --- palacios/src/devices/pci_passthrough.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/palacios/src/devices/pci_passthrough.c b/palacios/src/devices/pci_passthrough.c index 11e603d..86abb0f 100644 --- a/palacios/src/devices/pci_passthrough.c +++ b/palacios/src/devices/pci_passthrough.c @@ -889,6 +889,7 @@ static int msi_passthrough_fix_guest_message(struct vm_device *dev, union msi_ms } else { // physical destination new_vcpu = addr->dest_cpu; + data->del_mode = DEL_MODE_FIXED; } dev_vcpus[index] = new_vcpu; -- 1.7.5.4