Skip to content

Commit

Permalink
deploy: 7706fe0
Browse files Browse the repository at this point in the history
  • Loading branch information
gangaram-tii committed Apr 25, 2024
1 parent 1ec29c4 commit 8fbb725
Show file tree
Hide file tree
Showing 59 changed files with 1,706 additions and 460 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion appendices/contributing_general.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions appendices/glossary.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion architecture/adr.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions architecture/adr/minimal-host.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions architecture/adr/netvm.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion architecture/adr/platform-bus-passthrough-support.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion architecture/architecture.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions architecture/hardening.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions architecture/secureboot.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion architecture/stack.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions architecture/variants.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions features/features.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions index.html

Large diffs are not rendered by default.

694 changes: 486 additions & 208 deletions print.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ref_impl/build_and_run.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions ref_impl/creating_appvm.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions ref_impl/cross_compilation.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ref_impl/development.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions ref_impl/example_project.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ref_impl/ghaf-based-project.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ref_impl/installer.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions ref_impl/labwc.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ref_impl/modules_options.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ref_impl/reference_implementations.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ref_impl/remote_build_setup.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release_notes/ghaf-23.05.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release_notes/ghaf-23.06.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release_notes/ghaf-23.09.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions release_notes/ghaf-23.12.html

Large diffs are not rendered by default.

302 changes: 302 additions & 0 deletions release_notes/ghaf-24.03.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions release_notes/release_notes.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion research/installation.html

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions research/passthrough/ethernet.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion research/research.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenarios/run_cuttlefish.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenarios/run_win_vm.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scenarios/showcases.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scs/basics.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scs/ci-cd-system.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scs/ghaf-security-fix-automation.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions scs/pki.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scs/sbom.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scs/scs.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions scs/slsa-framework.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ window.search = window.search || {};

// Eventhandler for keyevents on `document`
function globalKeyHandler(e) {
if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text') { return; }
if (e.altKey || e.ctrlKey || e.metaKey || e.shiftKey || e.target.type === 'textarea' || e.target.type === 'text' || !hasFocus() && /^(?:input|select|textarea)$/i.test(e.target.nodeName)) { return; }

if (e.keyCode === ESCAPE_KEYCODE) {
e.preventDefault();
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion technologies/compartment.html

Large diffs are not rendered by default.

369 changes: 369 additions & 0 deletions technologies/device_tree_overlays_pt.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions technologies/hypervisor_options.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions technologies/nvidia_agx_pt_pcie.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions technologies/nvidia_agx_pt_uart.html

Large diffs are not rendered by default.

294 changes: 294 additions & 0 deletions technologies/nvidia_uarti_net_vm.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions technologies/nvidia_virtualization_bpmp.html

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions technologies/passthrough.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion technologies/technologies.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions technologies/vfio.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions technologies/x86_pcie_crosvm.html

Large diffs are not rendered by default.

0 comments on commit 8fbb725

Please sign in to comment.