diff options
author | johannst <johannst@users.noreply.github.com> | 2022-08-23 19:58:51 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2022-08-23 19:58:51 +0000 |
commit | c44661b4d904f8be227faef8f84ddb22934a01e8 (patch) | |
tree | 017106fdd177616d49d6cd6a568b109525a34d85 /kvm_rs/sidebar-items.js | |
parent | 74d1b6fd9991d1fb7dc19f09b06f7b2277874ece (diff) | |
download | mini-kvm-rs-c44661b4d904f8be227faef8f84ddb22934a01e8.tar.gz mini-kvm-rs-c44661b4d904f8be227faef8f84ddb22934a01e8.zip |
deploy: c94950f9dca80387aab264c7aa4044feff76625c
Diffstat (limited to 'kvm_rs/sidebar-items.js')
-rw-r--r-- | kvm_rs/sidebar-items.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm_rs/sidebar-items.js b/kvm_rs/sidebar-items.js index 40ac1b3..659e510 100644 --- a/kvm_rs/sidebar-items.js +++ b/kvm_rs/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"mod":[["cap","Definitions of KVM capabilities."],["kvm","KVM system ioctls."],["kvm_sys","Definitions of the system header `<linux/kvm.h>`."],["vcpu","VCPU system ioctls."],["vm","VM system ioctls."],["x86_64","`x86_64` flags and bitfields."]],"struct":[["PhysAddr","Strong type representing physical addresses."],["UserMem","Wrapper to safely allocate memory for guest VMs."]]});
\ No newline at end of file +window.SIDEBAR_ITEMS = {"mod":[["cap","Definitions of KVM capabilities."],["kvm","KVM system ioctls."],["kvm_sys","Definitions of the system header `<linux/kvm.h>`."],["vcpu","VCPU system ioctls."],["vm","VM system ioctls."],["x86_64","`x86_64` flags and bitfields."]],"struct":[["PhysAddr","Strong type representing physical addresses."],["UserMem","Wrapper to safely allocate memory for guest VMs."]]};
\ No newline at end of file |