Skip to content

Commit

Permalink
post: aVisor smp support
Browse files Browse the repository at this point in the history
  • Loading branch information
ssqre committed Aug 30, 2023
1 parent 4557eb3 commit 217bda7
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-8-13-aVisor-en-2.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "aVisor now supports loading and running virtual machines dynamically"
title: "aVisor: Supports loading and running virtual machines dynamically"
categories: Technology
tags: 内核 kernel Linux 操作系统 树莓派 raspberry pi buildroot hypervisor 虚拟机 虚拟化 virtualization OS 调度 arm en automotive avisor
author: Calinyara
Expand Down
57 changes: 57 additions & 0 deletions _posts/2023-8-30-aVisor-smp.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: post
title: "aVisor: SMP Support"
categories: Technology
tags: 内核 kernel Linux 操作系统 树莓派 raspberry pi 多核 hypervisor 虚拟机 虚拟化 virtualization OS 调度 arm en automotive avisor smp
author: Calinyara
description:
---

<br>

The Raspberry Pi 3/4 has four CPU cores. **aVisor** supports user-defined configurations that allow user to run virtual machines on different physical CPUs simultaneously.

<br>

<div align="center"><img src="/assets/images/20230830-aVisor/1.png"/></div>
<div align="center"><img src="/assets/images/20230830-aVisor/2.png"/></div>

<br>

### References

- [aVisor: A Tiny Hypervisor for Raspberry Pi](https://calinyara.github.io/technology/2023/02/25/aVisor-en.html)
- [aVisor: Supports loading and running virtual machines dynamically](https://calinyara.gitlab.io/technology/2023/08/13/aVisor-en-2.html)

<br>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-69PP8GKYST"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-69PP8GKYST');
</script>



<!-- Global site tag (gtag.js) - Google Analytics -->

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-66555622-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-66555622-4');
</script>


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-27WH7FZ7KT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-27WH7FZ7KT');
</script>
Binary file added assets/images/20230830-aVisor/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/20230830-aVisor/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 217bda7

Please sign in to comment.