VirtualBox

Changeset 74517 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 28, 2018 11:24:47 AM (6 years ago)
Author:
vboxsync
Message:

NEM/win: Updates for new builds. bugref:9044

File:
1 edited

Legend:

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

    r74389 r74517  
    28302830/** NEM init failed because of missing kernel API. */
    28312831#define VERR_NEM_MISSING_KERNEL_API                 (-6803)
     2832/** NEM can only operate from ring-3. */
     2833#define VERR_NEM_RING3_ONLY                         (-6804)
    28322834/** NEM failed to create a native VM instance. */
    2833 #define VERR_NEM_VM_CREATE_FAILED                   (-6804)
     2835#define VERR_NEM_VM_CREATE_FAILED                   (-6805)
    28342836/** NEM failed to map page(s) into the VM. */
    2835 #define VERR_NEM_MAP_PAGES_FAILED                   (-6805)
     2837#define VERR_NEM_MAP_PAGES_FAILED                   (-6806)
    28362838/** NEM failed to unmap page(s) into the VM. */
    2837 #define VERR_NEM_UNMAP_PAGES_FAILED                 (-6806)
     2839#define VERR_NEM_UNMAP_PAGES_FAILED                 (-6807)
    28382840/** NEM failed to get registers. */
    2839 #define VERR_NEM_GET_REGISTERS_FAILED               (-6807)
     2841#define VERR_NEM_GET_REGISTERS_FAILED               (-6808)
    28402842/** NEM failed to set registers. */
    2841 #define VERR_NEM_SET_REGISTERS_FAILED               (-6808)
     2843#define VERR_NEM_SET_REGISTERS_FAILED               (-6809)
    28422844/** Get register caller must flush the TLB (not an error). */
    2843 #define VERR_NEM_FLUSH_TLB                          (-6809)
     2845#define VERR_NEM_FLUSH_TLB                          (-6810)
    28442846/** Get register caller must flush the TLB. */
    2845 #define VINF_NEM_FLUSH_TLB                          (6809)
    2846 
    2847 
     2847#define VINF_NEM_FLUSH_TLB                          (6810)
    28482848/** NEM failed to set TSC. */
    2849 #define VERR_NEM_SET_TSC                            (-6812)
     2849#define VERR_NEM_SET_TSC                            (-6811)
    28502850
    28512851/** NEM internal processing error \#0. */
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