VirtualBox

Changeset 56635 in vbox


Ignore:
Timestamp:
Jun 25, 2015 11:06:41 AM (9 years ago)
Author:
vboxsync
Message:

IOM: Enabled the non-#PF ring-0 and raw-mode access handlers (for IEM). This fixes the w2k boot hang and speeds things back up again in general.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/IOM.cpp

    r56413 r56635  
    188188        rc = PGMR3HandlerPhysicalTypeRegister(pVM, PGMPHYSHANDLERKIND_MMIO,
    189189                                              iomMmioHandler,
    190                                               NULL, NULL, "iomMmioPfHandler",
    191                                               NULL, NULL, "iomMmioPfHandler",
     190                                              NULL, "iomMmioHandler", "iomMmioPfHandler",
     191                                              NULL, "iomMmioHandler", "iomMmioPfHandler",
    192192                                              "MMIO", &pVM->iom.s.hMmioHandlerType);
    193193        AssertRC(rc);
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