| Submitter | Alexander Graf |
|---|---|
| Date | July 18, 2011, 7:23 a.m. |
| Message ID | <06275CCF-0D62-4BBB-BE78-E0CFA136CEB6@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/105174/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/xen-stub.c b/xen-stub.c index a4f35a1..efe2ab5 100644 --- a/xen-stub.c +++ b/xen-stub.c @@ -9,6 +9,10 @@ #include "qemu-common.h" #include "hw/xen.h" +void xenstore_store_pv_console_info(int i, CharDriverState *chr) +{ +} + int xen_pci_slot_get_pirq(PCIDevice *pci_dev, int irq_num) { return -1;