Release 4.7 include/xen/hvc-console.h
#ifndef XEN_HVC_CONSOLE_H
#define XEN_HVC_CONSOLE_H
extern struct console xenboot_console;
#ifdef CONFIG_HVC_XEN
void xen_console_resume(void);
void xen_raw_console_write(const char *str);
__printf(1, 2)
void xen_raw_printk(const char *fmt, ...);
#else
static inline void xen_console_resume(void) { }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
ingo molnar | ingo molnar | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
static inline void xen_raw_console_write(const char *str) { }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jeremy fitzhardinge | jeremy fitzhardinge | 8 | 72.73% | 2 | 66.67% |
ingo molnar | ingo molnar | 3 | 27.27% | 1 | 33.33% |
| Total | 11 | 100.00% | 3 | 100.00% |
static inline __printf(1, 2)
void xen_raw_printk(const char *fmt, ...) { }
#endif
#endif /* XEN_HVC_CONSOLE_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
ingo molnar | ingo molnar | 41 | 46.59% | 2 | 28.57% |
jeremy fitzhardinge | jeremy fitzhardinge | 30 | 34.09% | 3 | 42.86% |
joe perches | joe perches | 17 | 19.32% | 2 | 28.57% |
| Total | 88 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.