- 5776f08 Add --gdb flag to vm run,run-app and run-microdroid commands by Nikita Ioffe · 3 years, 2 months ago
- 5e68c79 Merge "vmbase: Write string terminator to stack canary" by Jakob Vukalović · 3 years, 2 months ago
- f8322ea vmbase: Write string terminator to stack canary by Jakob Vukalovic · 3 years, 2 months ago
- 7d1e5ec Refactor VM config to support different CPU topologies by David Brazdil · 3 years, 2 months ago
- cb9d2f9 [dice] Move hash function to the library libdiced_open_dice by Alice Wang · 3 years, 2 months ago
- 586bb7c vmbase: Randomize stack canary value by Jakob Vukalovic · 3 years, 3 months ago
- 272bd7a Updates for new version of virtio-drivers. by Andrew Walbran · 3 years, 3 months ago
- ba4af8a vmbase: Add support for fputs(), stdout, stderr by Pierre-Clément Tosi · 3 years, 4 months ago
- 336d0cb Update for version 0.2.0 of virtio-drivers crate. by Andrew Walbran · 3 years, 3 months ago
- 4280d7c Merge "Start using virtmgr for running VMs" by David Brazdil · 3 years, 3 months ago
- b4e82a9 Merge changes I800fc26a,Ie85b45ad by Treehugger Robot · 3 years, 3 months ago
- a30122f Merge "Add new library to share FDT/PCI/VirtIO code." by Treehugger Robot · 3 years, 3 months ago
- a32c37c vmbase: Support Bionic errno, abort(), FORTIFY_SOURCE by Pierre-Clément Tosi · 3 years, 4 months ago
- 4b4c510 Start using virtmgr for running VMs by David Brazdil · 3 years, 4 months ago
- 5f341b3 Merge "No need to allocate PCI BARs after all." by Treehugger Robot · 3 years, 3 months ago
- 730375d Add new library to share FDT/PCI/VirtIO code. by Andrew Walbran · 3 years, 4 months ago
- 0a8dac7 No need to allocate PCI BARs after all. by Andrew Walbran · 3 years, 4 months ago
- 9f2f446 libvmbase: Replace ARM routines with Bionic deps by Pierre-Clément Tosi · 3 years, 4 months ago
- f1646e9 Merge "Map PCI (BAR) MMIO range too." by Treehugger Robot · 3 years, 4 months ago
- 0d8b54d Map PCI (BAR) MMIO range too. by Andrew Walbran · 3 years, 4 months ago
- 6a42fdc vmbase: Introduce module for Bionic compat layer by Pierre-Clément Tosi · 3 years, 4 months ago
- 50939ad libvmbase: Make ARM routines whole_static by Pierre-Clément Tosi · 3 years, 4 months ago
- b713baa Test reading from a VirtIO block device. by Andrew Walbran · 3 years, 4 months ago
- 4a59a17 Reduce verbosity of idmap dump. by Andrew Walbran · 3 years, 5 months ago
- 8217d06 Probe for VirtIO PCI devices and allocate BARs. by Andrew Walbran · 3 years, 5 months ago
- b244d93 libfdt: Map FDT_ERR_NOTFOUND to Option::None by Pierre-Clément Tosi · 3 years, 5 months ago
- 1b0d890 libfdt: Extend Rust wrapper with write functions by Pierre-Clément Tosi · 3 years, 5 months ago
- 41c158e libfdt: Add CompatibleIterator by Pierre-Clément Tosi · 3 years, 5 months ago
- 1baa9a9 libfdt: Create Rust wrapper by David Brazdil · 3 years, 10 months ago
- 0d1aed0 vmbase: integration_test: Use Android logger by Pierre-Clément Tosi · 3 years, 5 months ago
- ed7c037 Merge changes I7175d7c1,I401ac4af by Treehugger Robot · 3 years, 5 months ago
- 9a658f7 vmbase: Export linker-defined MemoryRegions & VAs by Pierre-Clément Tosi · 3 years, 6 months ago
- 581e9b6 vmbase_example: Replace cast with .as{_mut}_ptr() by Pierre-Clément Tosi · 3 years, 6 months ago
- 2cba973 vmbase: entry.S: Reset if relocated by Pierre-Clément Tosi · 3 years, 6 months ago
- 4ee68e2 vmbase: Introduce the reset_or_hang macro by Pierre-Clément Tosi · 3 years, 6 months ago
- e328f4a vmbase: Introduce common.h for assembly code by Pierre-Clément Tosi · 3 years, 6 months ago
- 3c6d4d4 vmbase: sections.ld: Fix bin_end as LMA by Pierre-Clément Tosi · 3 years, 6 months ago
- 35e9c1e vmbase: example: Add bin_end to integration_test by Pierre-Clément Tosi · 3 years, 6 months ago
- 9a83e61 Add libopen_dice nostd wrapper and test it in vmbase_example by David Brazdil · 3 years, 7 months ago
- a51c6f0 vmbase: Support LLVM and Bionic stack guard by David Brazdil · 3 years, 6 months ago
- a38bc78 vmbase: Make BASE_ADDRESS public by Pierre-Clément Tosi · 3 years, 6 months ago
- f219cd8 Delete cpu affinity config by Victor Hsieh · 3 years, 7 months ago
- b5f5530 Merge "vmbase: Keep vmbase_elf_defaults out of /system" by Treehugger Robot · 3 years, 7 months ago
- cc29756 Merge "vmbase: Make vmbase_elf_defaults android_arm64-only" by Pierre-Clément Tosi · 3 years, 7 months ago
- 2098eda vmbase: Keep vmbase_elf_defaults out of /system by Pierre-Clément Tosi · 3 years, 7 months ago
- b130035 vmbase: Keep base target names for ELF not bin by Pierre-Clément Tosi · 3 years, 7 months ago
- 48e013f vmbase: Make vmbase_elf_defaults android_arm64-only by Pierre-Clément Tosi · 3 years, 7 months ago
- b135614 Merge "exceptions: Pass ELR & SPSR to handlers with AAPCS" by Treehugger Robot · 3 years, 7 months ago
- 8cbd4b7 exceptions: Pass ELR & SPSR to handlers with AAPCS by Pierre-Clément Tosi · 3 years, 8 months ago
- 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years, 7 months ago
- d1bd3c1 Merge changes I5e4db74f,I167148cd,I512a2cd0 by Treehugger Robot · 3 years, 8 months ago
- 3edb5ab Merge "exceptions_panic: Fix wrong PSCI function ID" by Treehugger Robot · 3 years, 8 months ago
- 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years, 8 months ago
- 5f7c3c7 Move AVF tests to avf-pre/postsubmit test group by David Brazdil · 3 years, 8 months ago
- 7a74d40 exceptions_panic: Fix wrong PSCI function ID by Pierre-Clément Tosi · 3 years, 8 months ago
- 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years, 8 months ago
- d9a3b18 Use Arm optimised-routines for memory intrinsics. by Andrew Walbran · 3 years, 9 months ago
- f1f74b0 Merge "vmbase: Handle very early exceptions" by Treehugger Robot · 3 years, 9 months ago
- 30a7f08 vmbase/pvmfw: Extract common build properties to defaults by David Brazdil · 3 years, 9 months ago
- 9575319 vmbase/pvmfw: Remove unnecessary 'stem' properties by David Brazdil · 3 years, 9 months ago
- b41aa8f vmbase: Use logger in example kernel by David Brazdil · 3 years, 9 months ago
- 8b55777 vmbase: Add basic logger by David Brazdil · 3 years, 9 months ago
- a5b7af5 Split out common part of linker script. by Andrew Walbran · 3 years, 9 months ago
- d50af6c Merge "Move memory layout helpers to new module." by Andrew Walbran · 3 years, 9 months ago
- 4a9b82e vmbase: Run integration test in presubmit by David Brazdil · 3 years, 9 months ago
- d40ff91 vmbase: Handle very early exceptions by Pierre-Clément Tosi · 3 years, 9 months ago
- d8ab2e1 vmbase: Fix whitespace in README.md by Pierre-Clément Tosi · 3 years, 9 months ago
- 153aad9 Move memory layout helpers to new module. by Andrew Walbran · 3 years, 10 months ago
- f17c651 Format entry register values as 64-bit hex. by Andrew Walbran · 3 years, 10 months ago
- 06cba03 Check that DTB address is as expected. by Andrew Walbran · 4 years ago
- 1356454 Construct page table in Rust. by Andrew Walbran · 4 years ago
- 1da97eb Disable HWASan for vmbase_example_elf. by Florian Mayer · 3 years, 10 months ago
- 7d6c879 Merge "Add README explaining how to use vmbase." by Andrew Walbran · 3 years, 10 months ago
- 5a07be2 Add README explaining how to use vmbase. by Andrew Walbran · 3 years, 10 months ago
- 94bbf2f Add test to run vmbase example VM. by Andrew Walbran · 4 years ago
- e03395a Pass x0-x3 boot values to Rust main function. by Andrew Walbran · 4 years ago
- f7b6dc8 Add a heap allocator. by Andrew Walbran · 4 years ago
- 5d4e1c9 Test BSS and data sections. by Andrew Walbran · 4 years ago
- 6261cf4 Print addresses. by Andrew Walbran · 4 years ago
- eef9820 Add example to run as unprotected VM bootloader. by Andrew Walbran · 4 years ago
- 1afdab4 Merge "Wrap main function, to set up console before and shutdown after." by Treehugger Robot · 4 years ago
- efe7e14 Merge "Move entry point and exception vector to library." by Treehugger Robot · 4 years ago
- b996b4a Wrap main function, to set up console before and shutdown after. by Andrew Walbran · 4 years ago
- f71e6ee Move entry point and exception vector to library. by Andrew Walbran · 4 years ago
- 47dac8e [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years ago
- dd74b90 Move common VM functionality into a library. by Andrew Walbran · 4 years ago