VirtualBox

Changeset 36329 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Mar 21, 2011 4:47:48 PM (14 years ago)
Author:
vboxsync
Message:

PCI: per-VM initialization (for IOMMU domains)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vm.h

    r36054 r36329  
    10131013    } cfgm;
    10141014
     1015    /** RAWPCIVM part. */
     1016    union
     1017    {
     1018#ifdef ___VBox_rawpci_h
     1019        struct RAWPCIVM s;
     1020#endif
     1021        uint8_t     padding[64];         /* multiple of 8 */
     1022    } rawpci;
     1023
    10151024    /** Padding for aligning the cpu array on a page boundary. */
    1016     uint8_t         abAlignment2[1502];
     1025    uint8_t         abAlignment2[1438];
    10171026
    10181027    /* ---- end small stuff ---- */
Note: See TracChangeset for help on using the changeset viewer.

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