diff options
author | malc | 2011-07-22 22:50:37 +0200 |
---|---|---|
committer | malc | 2011-07-22 22:50:37 +0200 |
commit | 670acc9bf21474b2a4456a3cd13323e48e35820d (patch) | |
tree | 81a794b007c8b94dacf593ef8e5eaea6e90dcdc0 /hw/xen.h | |
parent | TCG/PPC: use stack for TCG temps (diff) | |
parent | guest-agent: fix build with OpenBSD (diff) | |
download | qemu-670acc9bf21474b2a4456a3cd13323e48e35820d.tar.gz qemu-670acc9bf21474b2a4456a3cd13323e48e35820d.tar.xz qemu-670acc9bf21474b2a4456a3cd13323e48e35820d.zip |
Merge branch 'master' of git://git.qemu.org/qemu
Diffstat (limited to 'hw/xen.h')
-rw-r--r-- | hw/xen.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -31,15 +31,6 @@ static inline int xen_enabled(void) #endif } -static inline int xen_mapcache_enabled(void) -{ -#ifdef CONFIG_XEN_MAPCACHE - return xen_enabled(); -#else - return 0; -#endif -} - int xen_pci_slot_get_pirq(PCIDevice *pci_dev, int irq_num); void xen_piix3_set_irq(void *opaque, int irq_num, int level); void xen_piix_pci_write_config_client(uint32_t address, uint32_t val, int len); @@ -50,6 +41,7 @@ qemu_irq *xen_interrupt_controller_init(void); int xen_init(void); int xen_hvm_init(void); void xen_vcpu_init(void); +void xenstore_store_pv_console_info(int i, struct CharDriverState *chr); #if defined(NEED_CPU_H) && !defined(CONFIG_USER_ONLY) void xen_ram_alloc(ram_addr_t ram_addr, ram_addr_t size); |