projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6521a0
)
Change PCI-dump debug key: Fixes boot with debug=y and perfc=y
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 8 Jul 2008 16:03:53 +0000
(17:03 +0100)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/pci.c
b/xen/drivers/passthrough/pci.c
index b692c8e34f8de22915642de7ca8f86da49ef1f57..364d2c5f42968b9d318d208cb75872e80940944e 100644
(file)
--- a/
xen/drivers/passthrough/pci.c
+++ b/
xen/drivers/passthrough/pci.c
@@
-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);