VirtualBox

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


Ignore:
Timestamp:
Nov 19, 2013 1:28:01 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90739
Message:

VMM/CPUM/MSRs: when returning the APIC base, don't rely upon the CPUID feature bits but check if a Local APIC is present

File:
1 edited

Legend:

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

    r46915 r49549  
    4343VMMDECL(int)            PDMGetInterrupt(PVMCPU pVCpu, uint8_t *pu8Interrupt);
    4444VMMDECL(int)            PDMIsaSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level, uint32_t uTagSrc);
     45VMM_INT_DECL(bool)      PDMHasIoApic(PVM pVM);
    4546VMM_INT_DECL(int)       PDMIoApicSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level, uint32_t uTagSrc);
    4647VMM_INT_DECL(int)       PDMIoApicSendMsi(PVM pVM, RTGCPHYS GCAddr, uint32_t uValue, uint32_t uTagSrc);
    47 VMM_INT_DECL(bool)      PDMHasIoApic(PVM pVM);
     48VMM_INT_DECL(bool)      PDMHasApic(PVM pVM);
    4849VMM_INT_DECL(int)       PDMApicHasPendingIrq(PVM pVM, bool *pfPending);
    4950VMMDECL(int)            PDMApicSetBase(PVMCPU pVCpu, uint64_t u64Base);
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