Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
09bb04e
[.gitignore] added .gdbinit to .gitignore
danbugs Mar 17, 2025
261a797
[docs] updates paging docs
danbugs Mar 19, 2025
5d75c61
[host/{mem/layout,sandbox/mem_mgr}] removes statically defined mem la…
danbugs Mar 19, 2025
e7183ce
[common,guest] added peb and input/output API to common library
danbugs Mar 19, 2025
c1c5781
[host/{mem/region,sandbox{config,builder,uninit}] introduces SandboxB…
danbugs Mar 19, 2025
45f2628
[guest,tests/rust_guests] change guest library to conform to new APIs…
danbugs Mar 19, 2025
9b80eaf
[host/mem/mgr] changes SandboxMemoryManager API to interact w/ CGM
danbugs Mar 19, 2025
39b4ddf
[host/*] change API usage (MemoryRegions, MemMgrWrapper, etc.) across…
danbugs Mar 19, 2025
d90ea82
[host/hypervisor/[*]] update drivers to use CGM
danbugs Mar 19, 2025
5ece18a
[*] clippy fix and fmt
danbugs Apr 11, 2025
4977791
[common,guest] moved outb functionality to hyperlight_common and adde…
danbugs Apr 14, 2025
cba4609
[common/input_output] making input_output stacks portable
danbugs Apr 14, 2025
0bd58d9
[guest,host,common] removed uneeded entrypoint arg
danbugs Apr 15, 2025
849ff55
[guest,host,common] brought back in-process driver
danbugs Apr 16, 2025
b310ebb
[host/hypervisor/hyperv_linux] brought back mshv driver
danbugs Apr 17, 2025
ea4a71a
[host/hypervisor/hyperv_windows] brought back whp driver
danbugs Apr 17, 2025
922b630
[host/{hypervisor/{*drivers,crashdump},sandbox/builder}] re-added cra…
danbugs Apr 17, 2025
58dd56f
[common,guest,host] modified HyperlightPEB API + added rsp mod in hosts
danbugs Apr 17, 2025
38452e0
[common,guest,host] refactored guest and host error data regions
danbugs Apr 19, 2025
6415498
[host,simpleguest] removed remaining references to HostPrint
danbugs Apr 19, 2025
832240d
[host/sandbox/{mem_access,uninit_evolve}] brought back mem_access_han…
danbugs Apr 20, 2025
3273fb1
[host/mem] removed tests in mem/mgr
danbugs Apr 21, 2025
7bfd798
[guest,host/leaked_outb] Fixed inprocess execution for Windows
danbugs Apr 21, 2025
ca42784
[guest/{chkstk,entrypoint},host/{drivers,sandbox_builder},common/peb,…
danbugs Apr 24, 2025
a80a756
[*] bring back tests + benchmarks + fuzzing + examples
danbugs Apr 24, 2025
c76215f
[*] remove uses of panic/unwrap/expect
danbugs Apr 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
288 changes: 0 additions & 288 deletions src/hyperlight_host/src/mem/memory_region.rs

This file was deleted.

Loading