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