macro_rules! println { () => { ... }; ($($arg:tt)*) => { ... }; }
Prints to the Xen console with newline and carriage return