Displaying 1 result from an estimated 1 matches for "phys_off".
2012 Jan 03
2
[PATCH] qemu-xen: adjust MSI-X related log messages
...s is allowed\n", addr);
}
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"PR...