Code Monkey home page Code Monkey logo

Comments (1)

bokdeuk-jeong avatar bokdeuk-jeong commented on July 2, 2024

https://www.youtube.com/watch?v=B6mr-eh04ZQ 10분쯤에 KVM for regular VMs 에 보면 NS에서 실행되는 기존 VM 과 Realm world에서 실행될 VM의 차이점 설명합니다.

guest private memory용과 NS와 share할 메모리를 구분한다는 것과 이 2가지 용도들의 메모리 영역들이 하나의 memslot에서 표현 된다고 하는데요.
이 guest private memory 지원을 위해 qemu hva space에서 메모리를 할당받아 vm memory space에 매핑하지 않고, 별도의 memory-backed file을 만들어서 진행하려나 봅니다.
https://lwn.net/Articles/887500/
https://www.spinics.net/lists/linux-fsdevel/msg211507.html
https://www.spinics.net/lists/linux-fsdevel/msg212319.html
관련된 패치인데 머지되기전 주고 받은 의견들로 realm vm image 로딩에 관련된 부분도 엿볼 수 있습니다.

from islet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.