Change PCI-dump debug key: Fixes boot with debug=y and perfc=y
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Jul 2008 16:03:53 +0000 (17:03 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Jul 2008 16:03:53 +0000 (17:03 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/drivers/passthrough/pci.c

index b692c8e34f8de22915642de7ca8f86da49ef1f57..364d2c5f42968b9d318d208cb75872e80940944e 100644 (file)
@@ -170,7 +170,7 @@ static void dump_pci_devices(unsigned char ch)
 
 static int __init setup_dump_pcidevs(void)
 {
-    register_keyhandler('P', dump_pci_devices, "dump PCI devices");
+    register_keyhandler('Q', dump_pci_devices, "dump PCI devices");
     return 0;
 }
 __initcall(setup_dump_pcidevs);