VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17397   16 years vboxsync VMMGCLogFlushIfFull is a better name
(edit) @17396   16 years vboxsync Added VMMGCLoggerFlushFullLog
(edit) @17373   16 years vboxsync pgm.h: build fix.
(edit) @17372   16 years vboxsync PGM,MM: Made VBOX_WITH_NEW_PHYS_CODE compile and link.
(edit) @17371   16 years vboxsync PGM,GMM: Hacking on the new phys code.
(edit) @17367   16 years vboxsync VMM: Added VMMR3CallR0 for use with operations which may make host …
(edit) @17362   16 years vboxsync OVF: partial implementation of write support in XML classes.
(edit) @17334   16 years vboxsync Introduced PDMDevHlpCanEmulateIoBlock
(edit) @17328   16 years vboxsync Deal with failed VINF_EM_RAW_EMULATE_IO_BLOCK attempts. Pointless to …
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17305   16 years vboxsync VMM: Register %R[pgmpage] and %R[pgmramrange] (logging builds only).
(edit) @17303   16 years vboxsync Updates
(edit) @17295   16 years vboxsync Refined HWACCMR3EmulateIoBlock
(edit) @17292   16 years vboxsync Updates for forced recompiler execution (not used)
(edit) @17290   16 years vboxsync PGM: -MM_RAM_FLAGS_IDX_SHIFT, -MM_RAM_FLAGS_IDX_MASK
(edit) @17286   16 years vboxsync PGM,MM: -MM_RAM_FLAGS_CREFS_PHYSEXT, -MM_RAM_FLAGS_IDX_OVERFLOWED.
(edit) @17285   16 years vboxsync PGM: Gone are MM_RAM_FLAGS_CREFS_SHIFT and MM_RAM_FLAGS_CREFS_MASK.
(edit) @17282   16 years vboxsync Added VINF_EM_RAW_EMULATE_IO_BLOCK
(edit) @17279   16 years vboxsync PGM,MM: Attacking the shadow page pool tracking info stored in …
(edit) @17251   16 years vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @17246   16 years vboxsync Allow mixing of VT-x and software virtualization. (untested so far)
(edit) @17235   16 years vboxsync Added VERR_PGM_NO_CR3_SHADOW_ROOT
(edit) @17220   16 years vboxsync SCSI: add mode select 6 command
(edit) @17196   16 years vboxsync Additions, VBoxGuestR3Lib: 32-bit ioctl handling for 64-bit guest …
(edit) @17184   16 years vboxsync VBoxNetFlt: review of core changes, several review comments needing …
(edit) @17146   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: Disable logging during a critical …
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17136   16 years vboxsync VBOXTSS offsets.
(edit) @17134   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: updates
(edit) @17096   16 years vboxsync typo
(edit) @17094   16 years vboxsync RTGetOpt docs.
(edit) @17092   16 years vboxsync RTGetOpt interface changes.
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @17088   16 years vboxsync RTGetOpt: uShort -> iShort and int.
(edit) @17078   16 years vboxsync IPRT: make RTGetOpt accept non-'--' parameters; use RTGetOpt for …
(edit) @17067   16 years vboxsync Solaris/USB: included AP-id field in case we go that route.
(edit) @17058   16 years vboxsync More updates for temp locks.
(edit) @17057   16 years vboxsync Experiment with temporarily locking dynamic pages
(edit) @17048   16 years vboxsync Doubled dynamic cache (raw mode).
(edit) @17035   16 years vboxsync VMM,REM: Brushed up the TR/TSS shadowing. We're now relying on the …
(edit) @17019   16 years vboxsync RTLdrIsLoadable: docs, leave validation to RTLdrLoad.
(edit) @17018   16 years vboxsync RTProcIsRunningByName: spec update.
(edit) @17010   16 years vboxsync iprt: RTLdrIsLoadable for checking if an dynamically library could be …
(edit) @17008   16 years vboxsync IPRT: Expose (and fix) RTStrmOpenF and RTStrmOpenFV.
(edit) @17005   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: PGMMapCheck added
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16997   16 years vboxsync iprt: wrong declaration
(edit) @16996   16 years vboxsync update
(edit) @16964   16 years vboxsync iprt: typos
(edit) @16962   16 years vboxsync VBoxHDD.h/cpp: Fixed VDCFGQueryStringAllocDef inconsistency in the …
(edit) @16961   16 years vboxsync VBoxHDD.h: VBoxHDD.h has been replaced, comment removed.
(edit) @16944   16 years vboxsync OVF: nuke CHECK_ERROR_THROW macro again, go back to throwing HRESULT
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16931   16 years vboxsync OVF: make error handling work in IAppliance::importMachines().
(edit) @16898   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: simplified SyncCR3; introduced …
(edit) @16890   16 years vboxsync Removed obsolete parameter for PGMMapHasConflicts.
(edit) @16889   16 years vboxsync PGMR3HasMappingConflicts -> PGMHasMappingConflicts. Prepare for …
(edit) @16874   16 years vboxsync Storage/VBoxHDD: forgotten makefile references to -new include files.
(edit) @16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
(edit) @16857   16 years vboxsync CPUMGetHyperCR3 added
(edit) @16827   16 years vboxsync Storage/VMDK: implement VMDK 1.1 streamOptimized format. read only at …
(edit) @16765   16 years vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16761   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @16760   16 years vboxsync RTBase64: The decoding part (untested).
(edit) @16750   16 years vboxsync intnet: NetTap -> NetAdp
(edit) @16742   16 years vboxsync Correct some typos in comments.
(edit) @16671   16 years vboxsync Main/SafeArray: Added SafeArray and SafeIfaceArray constructors taking …
(edit) @16651   16 years vboxsync VBoxHDD-new.h: Corrected PCVDINTERFACE.
(edit) @16648   16 years vboxsync EFI: few missed changes
(edit) @16598   16 years vboxsync Added CPUMIsGuestInPAEMode
(edit) @16580   16 years vboxsync Main: make new error functions more granular
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16556   16 years vboxsync export
(edit) @16553   16 years vboxsync SCSI: Add missing WRITE(6) command. Needed for FreeBSD
(edit) @16545   16 years vboxsync assert.h/AssertForEach: -lisp, -name, +indent, +typecast, +hex print, …
(edit) @16542   16 years vboxsync iprt/assert.h: added AssertForEach
(edit) @16539   16 years vboxsync Main: remove special string class in XML exceptions
(edit) @16538   16 years vboxsync Main: replace redundant xml::FmtStr with com::Utf8StrFmt
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16516   16 years vboxsync IPRT: documentation.
(edit) @16495   16 years vboxsync OVF: VBoxManage import implementation (to be continued), back-end …
(edit) @16432   16 years vboxsync iprt/cdefs.h: Added RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD to work …
(edit) @16408   16 years vboxsync Fixed disabling of hypervisor mappings in VT-x/AMD-V mode.
(edit) @16384   16 years vboxsync string.cpp: enable optimization
(edit) @16369   16 years vboxsync Utf8Str::substr error handling
(edit) @16345   16 years vboxsync iprt/stdint.h: [U]INT32_C() is wrong in the 10a222 kernel header …
(edit) @16338   16 years vboxsync iprt/asmdefs.mac: Darwin decorates symbols on AMD64 just like on x86 …
(edit) @16326   16 years vboxsync document Utf8Str::substr
(edit) @16325   16 years vboxsync OVF: make com::xml and IAppliance use Utf8Str instead of std::string
(edit) @16324   16 years vboxsync COM: teach Utf8Str substr() like std::string
(edit) @16323   16 years vboxsync typo
(edit) @16321   16 years vboxsync More paging updates
(edit) @16314   16 years vboxsync iprt/asmdefs.mac: copy & past fun.
(edit) @16312   16 years vboxsync iprt/asmdefs.mac: Added xWrtRIP to avoid having to ifdef label …
(edit) @16311   16 years vboxsync IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions.
(edit) @16252   16 years vboxsync iprt: typos
(edit) @16192   16 years vboxsync build fix
(edit) @16188   16 years vboxsync Merge OVF branch.
Note: See TracRevisionLog for help on using the revision log.

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