search for: vec_ctrl

Displaying 1 result from an estimated 1 matches for "vec_ctrl".

Did you mean: spec_ctrl
2012 Jan 03
2
[PATCH] qemu-xen: adjust MSI-X related log messages
...dr); } static void pci_msix_writel(void *opaque, target_phys_addr_t addr, uint32_t val) @@ -441,13 +441,11 @@ static void pci_msix_writel(void *opaque struct pt_msix_info *msix = dev->msix; struct msix_entry_info *entry; int entry_nr, offset; - void *phys_off; - uint32_t vec_ctrl; if ( addr % 4 ) { - PT_LOG("Error: Unaligned dword access to MSI-X table, \ - addr %016"PRIx64"\n", addr); + PT_LOG("Error: Unaligned dword write to MSI-X table," + " addr %016"PRIx64"\n", addr...