Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Initial virtualization support #1910

Closed
wants to merge 1 commit into from
Closed

[RFC] Initial virtualization support #1910

wants to merge 1 commit into from

Commits on Nov 2, 2017

  1. virt: initial virtualization support

    Added virtualization.c and virtualization.h files.
    
    Instead of term "virtual machine" I use term "client", because it is
    used in ARM SMC Calling Convention. I hope this will not be confusing.
    
    If CFG_VIRTUALIZATION is disabled, virtualization.h provides default
    client context. In this way, all code can be written in uniform way.
    
    Currently client context stores precached RPC command buffers and
    cache setings only.
    
    Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com>
    lorc committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    8707a49 View commit details
    Browse the repository at this point in the history