VirtualBox

Changeset 60847 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
May 5, 2016 3:24:46 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107055
Message:

IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r60716 r60847  
    11091109/** Reason for leaving RZ: I/O port write. */
    11101110#define VINF_IOM_R3_IOPORT_WRITE            2621
     1111/** Reason for leaving RZ: Pending I/O port write.  Since there is also
     1112 * VMCPU_FF_IOM for this condition, it's ok to drop this status code for
     1113 * some other VINF_EM_XXX statuses. */
     1114#define VINF_IOM_R3_IOPORT_COMMIT_WRITE     2622
    11111115/** Reason for leaving RZ: MMIO read. */
    11121116#define VINF_IOM_R3_MMIO_READ               2623
     
    11151119/** Reason for leaving RZ: MMIO read/write. */
    11161120#define VINF_IOM_R3_MMIO_READ_WRITE         2625
     1121/** Reason for leaving RZ: Pending MMIO write.   Since there is also
     1122 * VMCPU_FF_IOM for this condition, it's ok to drop this status code for
     1123 * some other VINF_EM_XXX statuses. */
     1124#define VINF_IOM_R3_MMIO_COMMIT_WRITE       2626
    11171125
    11181126/** IOMGCIOPortHandler was given an unexpected opcode. */
     
    11321140/** Got into a part of IOM that is not used when HM (VT-x/AMD-V) is enabled. */
    11331141#define VERR_IOM_HM_IPE                     (-2637)
     1142/** Internal processing error while merging status codes. */
     1143#define VERR_IOM_FF_STATUS_IPE              (-2638)
    11341144/** @} */
    11351145
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