Revision 2c8b24a3 hw/xen_backend.h

b/hw/xen_backend.h
3 3

  
4 4
#include "xen_common.h"
5 5
#include "sysemu.h"
6
#include "net.h"
7
#include "block_int.h"
6 8

  
7 9
/* ------------------------------------------------------------- */
8 10

  
......
56 58
/* variables */
57 59
extern int xen_xc;
58 60
extern struct xs_handle *xenstore;
61
extern const char *xen_protocol;
59 62

  
60 63
/* xenstore helper functions */
61 64
int xenstore_write_str(const char *base, const char *node, const char *val);
......
93 96

  
94 97
void xen_init_display(int domid);
95 98

  
99
/* configuration (aka xenbus setup) */
100
void xen_config_cleanup(void);
101
int xen_config_dev_blk(DriveInfo *disk);
102
int xen_config_dev_nic(NICInfo *nic);
103

  
96 104
#endif /* QEMU_HW_XEN_BACKEND_H */

Also available in: Unified diff