1. b366b73 vmbase: Separate console form aarch64 UART implementation by Michał Mazurek · 8 months ago
  2. 3d7fccf vmbase: uart: Create abstraction layer over register write by Bartłomiej Grzesik · 6 months ago
  3. f615d73 Use Once<SpinMutex<Uart>> rather than SpinMutex<Option<Uart>> for consoles. by Andrew Walbran · 1 year, 1 month ago
  4. 1a089a0 Move vmbase to libs/libvmbase by Jiyong Park · 1 year, 1 month ago[Renamed from vmbase/src/console.rs]
  5. f86d4b0 Use spin::Once rather than wrapping a OnceCell in a SpinMutex. by Andrew Walbran · 1 year, 1 month ago
  6. b5a3ab1 pvmfw: Print RebootReason on secondary UART by Pierre-Clément Tosi · 1 year, 11 months ago
  7. 075aade vmbase: Support secondary UARTs 0x2f8,0x3e8,0x2e8 by Pierre-Clément Tosi · 1 year, 2 months ago
  8. 8e92d1a vmbase: Improve safety of console::init() by Pierre-Clément Tosi · 1 year, 2 months ago
  9. bc9fb7e vmbase: Simplify println! and eprintln! impl by Pierre-Clément Tosi · 1 year, 2 months ago
  10. 5669f3a Merge changes Iefc62b9a,Ic5704d6c by Treehugger Robot · 2 years, 1 month ago
  11. c06e734 Standardise and require safety comments in vmbase. by Andrew Walbran · 2 years, 1 month ago
  12. eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 1 month ago
  13. ef99629 vmbase: Temporarily disable logging in exception handlers by Jakob Vukalovic · 2 years, 4 months ago
  14. a38bc78 vmbase: Make BASE_ADDRESS public by Pierre-Clément Tosi · 2 years, 10 months ago
  15. dd74b90 Move common VM functionality into a library. by Andrew Walbran · 3 years, 4 months ago[Renamed from pvmfw/src/console.rs]
  16. c1bcb3c Add print macros, and use them for panic handling. by Andrew Walbran · 3 years, 4 months ago
  17. f259488 Add minimal UART driver for console. by Andrew Walbran · 3 years, 5 months ago