diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 08:04:35 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 08:04:35 -0500 |
commit | 03ff09580ef6cbc4a893b6e3e6bbff33180ec70a (patch) | |
tree | e1133482f365abf9103e91538cc0e8e29806abe9 /xen-stub.c | |
parent | b4dabf9587d8e1d5d5edc6d3326021e390b9a532 (diff) | |
parent | 25a118130fde0d20b0f5a223642849b392b2f2ee (diff) |
Merge remote-tracking branch 'agraf/xen-next' into staging
Diffstat (limited to 'xen-stub.c')
-rw-r--r-- | xen-stub.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xen-stub.c b/xen-stub.c index a4f35a19fb..efe2ab55f2 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; |