[RESEND] [PATCH 1/1] qemu-kvm (device-assignment): detecting the pre-fectchable memory region.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



During device assignment the memory pre-fetchable flag was discarded
as the IORESOURCE_PREFETCH was defined as 0x00001000 when instead it
should have been 0x00002000. Following small patch fixes the problem,
please apply.

Signed-off-by: Prasad Joshi <prasadjoshi124@xxxxxxxxx>
---
diff --git a/hw/device-assignment.c b/hw/device-assignment.c
index e5205cf..2cfa155 100644
--- a/hw/device-assignment.c
+++ b/hw/device-assignment.c
@@ -47,7 +47,7 @@
 #define IORESOURCE_MEM      0x00000200
 #define IORESOURCE_IRQ      0x00000400
 #define IORESOURCE_DMA      0x00000800
-#define IORESOURCE_PREFETCH 0x00001000  /* No side effects */
+#define IORESOURCE_PREFETCH 0x00002000  /* No side effects */

 /* #define DEVICE_ASSIGNMENT_DEBUG 1 */
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux