VirtualBox

Changeset 20542 in vbox for trunk


Ignore:
Timestamp:
Jun 13, 2009 9:44:57 PM (15 years ago)
Author:
vboxsync
Message:

root/Makefile.kmk,includes: regenerated .mac files adding VBox/param.h to the fun.

Location:
trunk
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r20374 r20542  
    815815#
    816816incs:
    817         $(SED) -f include/VBox/err.sed --output include/VBox/err.mac include/VBox/err.h
     817        $(SED) -f include/VBox/err.sed     --output include/VBox/err.mac  include/VBox/err.h
    818818        $(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
    830822
    831823
  • trunk/include/VBox/err.mac

    r19290 r20542  
    1818%define VERR_INVALID_VMCPU_HANDLE    (-1017)
    1919%define VERR_INVALID_CPU_ID    (-1018)
     20%define VERR_TOO_MANY_CPUS    (-1019)
    2021%define VINF_EM_FIRST    1100
    2122%define VINF_EM_TERMINATE    1100
     
    3940%define VINF_EM_RESCHEDULE    1118
    4041%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
    4244%define VINF_EM_RAW_GUEST_TRAP    1121
    4345%define VINF_EM_RAW_INTERRUPT    1122
     
    6365%define VERR_EM_INTERNAL_ERROR    (-1149)
    6466%define VINF_EM_PENDING_REQUEST    (-1150)
     67%define VINF_EM_RAW_EMULATE_DBG_STEP    1151
    6568%define VERR_DBGF_NOT_ATTACHED    (-1200)
    6669%define VERR_DBGF_ALREADY_ATTACHED    (-1201)
     
    229232%define VERR_REM_VIRTUAL_CPU_ERROR    (-2301)
    230233%define VINF_REM_INTERRUPED_FF    2302
    231 %define VERR_REM_FLUSHED_PAGES_OVERFLOW    (-2303)
    232234%define VERR_REM_TOO_MANY_TRAPS    (-2304)
    233235%define VERR_REM_NO_MORE_BP_SLOTS    (-2305)
     
    421423%define VERR_GVM_TOO_MANY_VMS    (-3900)
    422424%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
    424427%define VERR_VMX_INVALID_VMCS_FIELD    (-4000)
    425428%define VERR_VMX_INVALID_VMCS_PTR    (-4001)
     
    458461%define VERR_WEB_UNSUPPORTED_INTERFACE    (-4304)
    459462%define VINF_PARAV_SWITCH_TO_HOST    4400
     463%define VINF_VHWA_CMD_PENDING    4500
    460464%include "iprt/err.mac"
  • trunk/include/VBox/param.h

    r19742 r20542  
    11/** @file
    22 * VirtualBox Parameter Definitions.
     3 *
     4 * param.mac is generated from this file by running 'kmk incs' in the root.
    35 */
    46
    57/*
    6  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    79 *
    810 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/include/VBox/x86.h

    r19304 r20542  
    11/** @file
    22 * X86 (and AMD64) Structures and Definitions.
     3 *
     4 * x86.mac is generated from this file by running 'kmk incs' in the root.
    35 */
    46
    57/*
    6  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    79 *
    810 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2628 * Clara, CA 95054 USA or visit http://www.sun.com if you need
    2729 * 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.h
    3330 */
    3431
  • trunk/include/VBox/x86.mac

    r18842 r20542  
    1 %define ___VBox_x86_h
    21%define X86_EFL_CF          RT_BIT(0)
    32%define X86_EFL_PF          RT_BIT(2)
     
    390389%define X86_PML4_SHIFT              39
    391390%define X86_PML4_MASK               0x1ff
     391%define X86DESC_BASE(desc) \
     392%define X86DESC_LIMIT(desc) \
     393%define X86DESC64_BASE(desc) \
    392394%define X86_SEL_TYPE_CODE                   8
    393395%define X86_SEL_TYPE_MEMORY                 RT_BIT(4)
  • trunk/include/iprt/err.mac

    r19292 r20542  
    130130%define VERR_FILE_AIO_COMPLETED    (-131)
    131131%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)
    132137%define VERR_DISK_IO_ERROR    (-150)
    133138%define VERR_INVALID_DRIVE    (-151)
     
    285290%define VERR_CACHE_FULL    (-850)
    286291%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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette