VirtualBox

Changeset 82041 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Nov 20, 2019 6:58:22 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134845
Message:

PIC,APIC,IOAPIC,PDM: The PIC, APIC, and IOAPIC cannot have their ring-0 bits disabled or PDM will get interrupt handling all wrong (left todo). bugref:9218

Location:
trunk/src/VBox/Devices/PC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevIoApic.cpp

    r81958 r82041  
    14051405    /* .uReserved0 = */             0,
    14061406    /* .szName = */                 "ioapic",
    1407     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE,
     1407    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE
     1408                                    | PDM_DEVREG_FLAGS_REQUIRE_R0 | PDM_DEVREG_FLAGS_REQUIRE_RC,
    14081409    /* .fClass = */                 PDM_DEVREG_CLASS_PIC,
    14091410    /* .cMaxInstances = */          1,
  • trunk/src/VBox/Devices/PC/DevPIC.cpp

    r81924 r82041  
    10311031    /* .uReserved0 = */             0,
    10321032    /* .szName = */                 "i8259",
    1033     /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE,
     1033    /* .fFlags = */                 PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE
     1034                                    | PDM_DEVREG_FLAGS_REQUIRE_R0 | PDM_DEVREG_FLAGS_REQUIRE_RC,
    10341035    /* .fClass = */                 PDM_DEVREG_CLASS_PIC,
    10351036    /* .cMaxInstances = */          1,
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