VirtualBox

Changeset 54819 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Mar 17, 2015 5:58:30 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99018
Message:

VMM/GIM: Implemented KVM paravirt. provider.

Location:
trunk/src/VBox/VMM/include
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/GIMInternal.h

    r52772 r54819  
    2121#include <VBox/vmm/gim.h>
    2222#include "GIMHvInternal.h"
     23#include "GIMKvmInternal.h"
    2324#include "GIMMinimalInternal.h"
    2425
     
    7374    {
    7475        GIMHV Hv;
    75 
    76         /** @todo KVM and others. */
     76        GIMKVM Kvm;
    7777    } u;
    7878} GIM;
     
    8686typedef struct GIMCPU
    8787{
     88    union
     89    {
     90        GIMKVMCPU KvmCpu;
     91    } u;
    8892} GIMCPU;
    8993/** Pointer to GIM VMCPU instance data. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette