- Timestamp:
- Jun 13, 2009 9:44:57 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r20374 r20542 815 815 # 816 816 incs: 817 $(SED) -f include/VBox/err.sed --output include/VBox/err.macinclude/VBox/err.h817 $(SED) -f include/VBox/err.sed --output include/VBox/err.mac include/VBox/err.h 818 818 $(APPEND) include/VBox/err.mac '%include "iprt/err.mac"' 819 $(SED) -f include/VBox/err.sed --output include/iprt/err.mac include/iprt/err.h 820 $(SED) \ 821 -e '/__VBox_x86_h__/d' \ 822 -e '/#define/!d' \ 823 -e '/\\$$/d' \ 824 -e 's/#define/%define/' \ 825 -e 's/\([0-9a-fA-F][0-9a-fA-F]*\)U$$/\1/' \ 826 -e 's/\([0-9a-fA-F][0-9a-fA-F]*\)U[[:space:]]/\1 /' \ 827 -e 's/[[:space:]]\/\*\*<.*$$//' \ 828 --output include/VBox/x86.mac \ 829 include/VBox/x86.h 819 $(SED) -f include/VBox/err.sed --output include/iprt/err.mac include/iprt/err.h 820 $(SED) -f include/VBox/various.sed --output include/VBox/x86.mac include/VBox/x86.h 821 $(SED) -f include/VBox/various.sed --output include/VBox/param.mac include/VBox/param.h 830 822 831 823 -
trunk/include/VBox/err.mac
r19290 r20542 18 18 %define VERR_INVALID_VMCPU_HANDLE (-1017) 19 19 %define VERR_INVALID_CPU_ID (-1018) 20 %define VERR_TOO_MANY_CPUS (-1019) 20 21 %define VINF_EM_FIRST 1100 21 22 %define VINF_EM_TERMINATE 1100 … … 39 40 %define VINF_EM_RESCHEDULE 1118 40 41 %define VINF_EM_RESCHEDULE_PARAV 1119 41 %define VINF_EM_LAST 1119 42 %define VINF_EM_WAIT_SIPI 1120 43 %define VINF_EM_LAST 1120 42 44 %define VINF_EM_RAW_GUEST_TRAP 1121 43 45 %define VINF_EM_RAW_INTERRUPT 1122 … … 63 65 %define VERR_EM_INTERNAL_ERROR (-1149) 64 66 %define VINF_EM_PENDING_REQUEST (-1150) 67 %define VINF_EM_RAW_EMULATE_DBG_STEP 1151 65 68 %define VERR_DBGF_NOT_ATTACHED (-1200) 66 69 %define VERR_DBGF_ALREADY_ATTACHED (-1201) … … 229 232 %define VERR_REM_VIRTUAL_CPU_ERROR (-2301) 230 233 %define VINF_REM_INTERRUPED_FF 2302 231 %define VERR_REM_FLUSHED_PAGES_OVERFLOW (-2303)232 234 %define VERR_REM_TOO_MANY_TRAPS (-2304) 233 235 %define VERR_REM_NO_MORE_BP_SLOTS (-2305) … … 421 423 %define VERR_GVM_TOO_MANY_VMS (-3900) 422 424 %define VINF_GVM_NOT_BLOCKED 3901 423 %define VINF_GVM_YIELDED 3902 425 %define VINF_GVM_NOT_BUSY_IN_GC 3902 426 %define VINF_GVM_YIELDED 3903 424 427 %define VERR_VMX_INVALID_VMCS_FIELD (-4000) 425 428 %define VERR_VMX_INVALID_VMCS_PTR (-4001) … … 458 461 %define VERR_WEB_UNSUPPORTED_INTERFACE (-4304) 459 462 %define VINF_PARAV_SWITCH_TO_HOST 4400 463 %define VINF_VHWA_CMD_PENDING 4500 460 464 %include "iprt/err.mac" -
trunk/include/VBox/param.h
r19742 r20542 1 1 /** @file 2 2 * VirtualBox Parameter Definitions. 3 * 4 * param.mac is generated from this file by running 'kmk incs' in the root. 3 5 */ 4 6 5 7 /* 6 * Copyright (C) 2006-200 7Sun Microsystems, Inc.8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 9 * 8 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/include/VBox/x86.h
r19304 r20542 1 1 /** @file 2 2 * X86 (and AMD64) Structures and Definitions. 3 * 4 * x86.mac is generated from this file by running 'kmk incs' in the root. 3 5 */ 4 6 5 7 /* 6 * Copyright (C) 2006-200 7Sun Microsystems, Inc.8 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 9 * 8 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 26 28 * Clara, CA 95054 USA or visit http://www.sun.com if you need 27 29 * additional information or have any questions. 28 */29 30 /*31 * x86.mac is generated from this file using:32 * sed -e '/__VBox_x86_h__/d' -e '/#define/!d' -e 's/#define/%define/' include/VBox/x86.h33 30 */ 34 31 -
trunk/include/VBox/x86.mac
r18842 r20542 1 %define ___VBox_x86_h2 1 %define X86_EFL_CF RT_BIT(0) 3 2 %define X86_EFL_PF RT_BIT(2) … … 390 389 %define X86_PML4_SHIFT 39 391 390 %define X86_PML4_MASK 0x1ff 391 %define X86DESC_BASE(desc) \ 392 %define X86DESC_LIMIT(desc) \ 393 %define X86DESC64_BASE(desc) \ 392 394 %define X86_SEL_TYPE_CODE 8 393 395 %define X86_SEL_TYPE_MEMORY RT_BIT(4) -
trunk/include/iprt/err.mac
r19292 r20542 130 130 %define VERR_FILE_AIO_COMPLETED (-131) 131 131 %define VERR_FILE_AIO_BUSY (-132) 132 %define VERR_FILE_AIO_LIMIT_EXCEEDED (-133) 133 %define VERR_FILE_AIO_CANCELED (-134) 134 %define VERR_FILE_AIO_NOT_SUBMITTED (-135) 135 %define VERR_FILE_AIO_NOT_PREPARED (-136) 136 %define VERR_FILE_AIO_INSUFFICIENT_RESSOURCES (-137) 132 137 %define VERR_DISK_IO_ERROR (-150) 133 138 %define VERR_INVALID_DRIVE (-151) … … 285 290 %define VERR_CACHE_FULL (-850) 286 291 %define VERR_CACHE_EMPTY (-851) 292 %define VERR_S3_ACCESS_DENIED (-875) 293 %define VERR_S3_NOT_FOUND (-876) 294 %define VERR_S3_BUCKET_ALREADY_EXISTS (-877) 295 %define VERR_S3_BUCKET_NOT_EMPTY (-878) 296 %define VERR_S3_CANCELED (-879)
Note:
See TracChangeset
for help on using the changeset viewer.