VirtualBox

Changeset 82040 in vbox for trunk/include


Ignore:
Timestamp:
Nov 20, 2019 5:23:06 PM (5 years ago)
Author:
vboxsync
Message:

APIC,PDM: Split up APIC 'registration'. bugref:9218

File:
1 edited

Legend:

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

    r82039 r82040  
    46684668
    46694669    /**
     4670     * Sets up the APIC for the raw-mode context.
     4671     *
     4672     * This must be called after ring-3 has registered the APIC using
     4673     * PDMDevHlpApicRegister().
     4674     *
     4675     * @returns VBox status code.
     4676     * @param   pDevIns     The device instance.
     4677     */
     4678    DECLRCCALLBACKMEMBER(int, pfnApicSetUpContext,(PPDMDEVINS pDevIns));
     4679
     4680    /**
    46704681     * Sets up the IOAPIC for the ring-0 context.
    46714682     *
     
    47184729
    47194730/** Current PDMDEVHLP version number. */
    4720 #define PDM_DEVHLPRC_VERSION                    PDM_VERSION_MAKE(0xffe6, 13, 0)
     4731#define PDM_DEVHLPRC_VERSION                    PDM_VERSION_MAKE(0xffe6, 14, 0)
    47214732
    47224733
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