]> git.proxmox.com Git - qemu.git/blobdiff - kvm-all.c
usb: Pass the packet to the device's handle_control callback
[qemu.git] / kvm-all.c
index 3b81b68b90a9c32d9cafa1d565921828cc2db619..106eb3adbd39bee8b1f6d18af9544d5cdef64c1e 100644 (file)
--- a/kvm-all.c
+++ b/kvm-all.c
@@ -603,6 +603,11 @@ static void kvm_set_phys_mem(target_phys_addr_t start_addr, ram_addr_t size,
             if (err) {
                 fprintf(stderr, "%s: error registering prefix slot: %s\n",
                         __func__, strerror(-err));
+#ifdef TARGET_PPC
+                fprintf(stderr, "%s: This is probably because your kernel's " \
+                                "PAGE_SIZE is too big. Please try to use 4k " \
+                                "PAGE_SIZE!\n", __func__);
+#endif
                 abort();
             }
         }