|
|
@9727
|
17 years |
vboxsync |
HostServices: added a new service (SharedInfoService) to provide a …
|
|
|
@9701
|
17 years |
vboxsync |
Fixed mask issues in 64 bits mode
|
|
|
@9697
|
17 years |
vboxsync |
Added NET_FLT_DRV, NET_TAP_DRV, SUP_DRV, USB_DRV and USB_FILTER.
|
|
|
@9695
|
17 years |
vboxsync |
SUPDRV: Sketched out a component management interface and the generic …
|
|
|
@9683
|
17 years |
vboxsync |
Missign header update
|
|
|
@9678
|
17 years |
vboxsync |
Rewrote SELMToFlatEx for long mode.
|
|
|
@9675
|
17 years |
vboxsync |
General cleanup of SELMToFlat.
|
|
|
@9662
|
17 years |
vboxsync |
Implemented cancelling of HGCM requests from the guest.
|
|
|
@9661
|
17 years |
vboxsync |
Implement and use CPUMIsGuestIn64BitCode where appropriate.
|
|
|
@9659
|
17 years |
vboxsync |
SELMGetCpuModeFromSelector is a better name.
|
|
|
@9658
|
17 years |
vboxsync |
Renamed SELMIsSelector32Bit to SELMGetSelectorType.
|
|
|
@9656
|
17 years |
vboxsync |
Changed u1Reserved to u1Long in the selector attributes field.
|
|
|
@9655
|
17 years |
vboxsync |
Comment added
|
|
|
@9649
|
17 years |
vboxsync |
Added CPUMIsGuestInLongMode.
|
|
|
@9647
|
17 years |
vboxsync |
DRx access functions must use uint64_t now.
|
|
|
@9614
|
17 years |
vboxsync |
Not necessary
|
|
|
@9599
|
17 years |
vboxsync |
Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition …
|
|
|
@9590
|
17 years |
vboxsync |
Extra error codes
|
|
|
@9571
|
17 years |
vboxsync |
Missing header updates
|
|
|
@9565
|
17 years |
vboxsync |
Fix incorrect check verifying disk type. Also make the API for getting …
|
|
|
@9549
|
17 years |
vboxsync |
Comment added
|
|
|
@9459
|
17 years |
vboxsync |
Fixed tstShflSizes for 64 bits hosts. Removed unused structures.
|
|
|
@9457
|
17 years |
vboxsync |
Reapplied fixed 31707.
|
|
|
@9453
|
17 years |
vboxsync |
Backed out 31707
|
|
|
@9452
|
17 years |
vboxsync |
Preparing for 64 bits vmlaunch/vmresume.
|
|
|
@9451
|
17 years |
vboxsync |
cpum fix
|
|
|
@9450
|
17 years |
vboxsync |
fixed padding for Mac OS X
|
|
|
@9448
|
17 years |
vboxsync |
Added VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE
|
|
|
@9435
|
17 years |
vboxsync |
Extend HGCM interface to support 64 bit pointers.
|
|
|
@9431
|
17 years |
vboxsync |
Hardcode to uint64_t to avoid many ifdefs.
|
|
|
@9430
|
17 years |
vboxsync |
Made the base of GDTR and IDTR 64 bits.
|
|
|
@9421
|
17 years |
vboxsync |
64 bits hidden selector base.
|
|
|
@9412
|
17 years |
vboxsync |
use macros to access base, limit of a descriptor and offset of an IDT entry
|
|
|
@9411
|
17 years |
vboxsync |
Use a union for esp & rsp, so they are in-sync.
|
|
|
@9387
|
17 years |
vboxsync |
64-bit GC alignment fixes
|
|
|
@9379
|
17 years |
vboxsync |
PVMGC -> PVMRC
|
|
|
@9354
|
17 years |
vboxsync |
Added CPUMGetCPUVendor.
Added CPUMCPUIDFEATURE_NXE, …
|
|
|
@9349
|
17 years |
vboxsync |
More type fixes for GC execution.
|
|
|
@9344
|
17 years |
vboxsync |
Types and string format specifiers.
|
|
|
@9332
|
17 years |
vboxsync |
Must make sure UINT32_C() and friends are defined when stdint.h might …
|
|
|
@9330
|
17 years |
vboxsync |
More PCI config register setters.
|
|
|
@9324
|
17 years |
vboxsync |
Added CFGMR3QueryUInt, CFGMR3QueryUIntDef, CFGMR3QuerySInt and …
|
|
|
@9322
|
17 years |
vboxsync |
Adjusted the CFGM design notes a bit.
|
|
|
@9321
|
17 years |
vboxsync |
Added CFGM methods taking default values for the …
|
|
|
@9300
|
17 years |
vboxsync |
More 64 bits guest ptr fixes
|
|
|
@9293
|
17 years |
vboxsync |
Enforce RTRCPTR usage.
|
|
|
@9289
|
17 years |
vboxsync |
Updates for 64 bits guests
|
|
|
@9272
|
17 years |
vboxsync |
Fixed symbol lookup - pCpu was missing.
|
|
|
@9271
|
17 years |
vboxsync |
Implemented symbol lookup, strict / relaxed assembly, and relative …
|
|
|
@9266
|
17 years |
vboxsync |
DISFormatYasm(Ex).
|
|
|
@9243
|
17 years |
vboxsync |
64 bits guests support both 32 & 64 bits pci devices
|
|
|
@9228
|
17 years |
vboxsync |
More updates for 64 bits guest pointers. Introduced AVLOU32TREE.
|
|
|
@9223
|
17 years |
vboxsync |
Introduced RTRCPTR type. Raw mode context pointer aka 32 guest context …
|
|
|
@9220
|
17 years |
vboxsync |
Default to 32 bits virtual addresses in CSAM & PATM.
|
|
|
@9219
|
17 years |
vboxsync |
More fixes for 32 bits hosts & 64 bits guests.
|
|
|
@9216
|
17 years |
vboxsync |
Compile issues (32 bits host/64 bits guest)
|
|
|
@9215
|
17 years |
vboxsync |
Backwards compatibility.
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9158
|
17 years |
vboxsync |
Solaris USB stuff. More untested code.
|
|
|
@9155
|
17 years |
vboxsync |
Another GC_ARCH_BITS=64 build breaker
|
|
|
@9148
|
17 years |
vboxsync |
More 64 bits guest preps
|
|
|
@9146
|
17 years |
vboxsync |
Backed out r31259.
|
|
|
@9137
|
17 years |
vboxsync |
PDMAsyncCompletion: Implement caching of tasks to reduce cpu load
|
|
|
@9134
|
17 years |
vboxsync |
Shared folders flag for appending data to a file. Windows addition …
|
|
|
@9131
|
17 years |
vboxsync |
Dropped the USE_EFFICIENT_ADDRESS flag. This breaks assumptions in …
|
|
|
@9115
|
17 years |
vboxsync |
HWACCM: Invalidate pages changed by PGMHandlerPhysicalPageTempOff. …
|
|
|
@9100
|
17 years |
vboxsync |
Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into …
|
|
|
@9097
|
17 years |
vboxsync |
ParseEscFP: Why copy fpop->param[12] to pCpu->param[12].parval? …
|
|
|
@9069
|
17 years |
vboxsync |
Interpret msr reads and writes (currently disabled in order not to …
|
|
|
@9064
|
17 years |
vboxsync |
Properly deal with CR3 changes in nested paging mode.
|
|
|
@9026
|
17 years |
vboxsync |
More updates for nested paging. (setting up the paging mode)
|
|
|
@9021
|
17 years |
vboxsync |
Nested paging updates. Extra paging mode added to prevent illegal …
|
|
|
@9013
|
17 years |
vboxsync |
forgotten headers.
|
|
|
@9008
|
17 years |
vboxsync |
Changes for proper flushing of the TLB for physical registration changes.
|
|
|
@8999
|
17 years |
vboxsync |
Disassembler updates for 64 bits code
|
|
|
@8993
|
17 years |
vboxsync |
build fix
|
|
|
@8965
|
17 years |
vboxsync |
Nested paging updates
|
|
|
@8948
|
17 years |
vboxsync |
Nested paging updates
|
|
|
@8943
|
17 years |
vboxsync |
AMD-V: flush TLB when the flush count for the cpu has changed
AMD-V: …
|
|
|
@8940
|
17 years |
vboxsync |
Update
|
|
|
@8870
|
17 years |
vboxsync |
Intercept mwait as well (AMD-V)
|
|
|
@8869
|
17 years |
vboxsync |
More intercept flags
|
|
|
@8853
|
17 years |
vboxsync |
Manual page invalidation or TLB flush is required for AMD-V.
|
|
|
@8819
|
17 years |
vboxsync |
Added DBGFR3MemReadString and made DBGFR3AddrFromFlat return pAddress.
|
|
|
@8805
|
17 years |
vboxsync |
tab
|
|
|
@8803
|
17 years |
vboxsync |
add OpenSolaris OS type
|
|
|
@8801
|
17 years |
vboxsync |
alignment…
|
|
|
@8800
|
17 years |
vboxsync |
Started digging into the solaris guest kernel. Added DBGFR3MemRead.
|
|
|
@8798
|
17 years |
vboxsync |
More room for dbgf on 64-bit hosts.
|
|
|
@8797
|
17 years |
vboxsync |
New DBGF interface for digging into the guts of the guest OS kernel.
|
|
|
@8770
|
17 years |
vboxsync |
Moved the windows usblib implementation to HostDrivers/VBoxUSB/win.
|
|
|
@8769
|
17 years |
vboxsync |
Unifying the USBLib stuff.
|
|
|
@8746
|
17 years |
vboxsync |
Updates to the async completion manager. …
|
|
|
@8715
|
17 years |
vboxsync |
Fix using several NAT adapters in a single VM.
|
|
|
@8700
|
17 years |
vboxsync |
Linux additions: Only VbglHGCMCall() can deal with cancelled requests
|
|
|
@8687
|
17 years |
vboxsync |
Use %Rhra instead of %Rwa. Dropped surpurfluous if (1)s.
|
|
|
@8677
|
17 years |
vboxsync |
Fixed lock accounting for locks aquired via VMM[GC|R0]CallHost.
|
|
|
@8626
|
17 years |
vboxsync |
Renamed the PGMR3PhysRead* and PGMR3PhysWrite* function and added U64 …
|
|
|
@8564
|
17 years |
vboxsync |
NoDmik -> NOT_DMIK.
|
|
|
@8562
|
17 years |
vboxsync |
Removed the USBDEVICE_WITH_EVERYTHING code. (we can fish it out of svn …
|
|
|