|
|
@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 …
|
|
|
@8545
|
17 years |
vboxsync |
Use HUB + port to help identify devices that are being captured or …
|
|
|
@8543
|
17 years |
vboxsync |
Corrected the error code for that core code 'allocation' failure.
|
|
|
@8539
|
17 years |
vboxsync |
Drop the USBDEVICE bits we don't currently need.
|
|
|
@8536
|
17 years |
vboxsync |
Split out the long mode only bits from the PDPE.
Set accessed bits for …
|
|
|
@8534
|
17 years |
vboxsync |
Missing update for 64 bits paging
|
|
|
@8426
|
17 years |
vboxsync |
pdm: forgot one file in r30274
|
|
|
@8425
|
17 years |
vboxsync |
Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, …
|
|
|
@8399
|
17 years |
vboxsync |
r=bird: We don't use 'rg' and 'cn' prefixes, we use the briefer 'a' …
|
|
|
@8398
|
17 years |
vboxsync |
cx/cy. Please, do not use 64/u32/u16/u8 prefixes unless the type is …
|
|
|
@8377
|
17 years |
vboxsync |
Disassembler fixes + testcase for 64 bits
|
|
|
@8376
|
17 years |
vboxsync |
Use common USB device filtering code.
|
|
|
@8374
|
17 years |
vboxsync |
AHCI: Remove temporary buffer, map the pages of the guest in R3 and …
|
|
|
@8366
|
17 years |
vboxsync |
Additions/X11, Additions/common: report the maximum supported …
|
|
|
@8361
|
17 years |
vboxsync |
Even more disassembler updates
|
|
|
@8357
|
17 years |
vboxsync |
More disassmbler updates
|
|
|
@8352
|
17 years |
vboxsync |
More 64 bits disasm updates
|
|
|
@8336
|
17 years |
vboxsync |
More disassembler updates
|
|
|
@8333
|
17 years |
vboxsync |
Disassembler updates for 64 bits support
|
|
|
@8312
|
17 years |
vboxsync |
Devices/VMMDev, Frontends/VBoxBFE, Main: add a guest request to report …
|
|
|
@8309
|
17 years |
vboxsync |
Main/Glue: Removed ErrorInfo::print() (functionality moved back to …
|
|
|
@8299
|
17 years |
vboxsync |
Updates for disassembling 64 bits instructions
|
|
|
@8266
|
17 years |
vboxsync |
Removed annoying warnings about existing defines if FE/Qt4 is compiled.
|
|
|
@8262
|
17 years |
vboxsync |
bad idea
|
|
|
@8261
|
17 years |
vboxsync |
shouldn't be necessary
|
|
|
@8254
|
17 years |
vboxsync |
attempt to fix win builds
|
|
|
@8252
|
17 years |
vboxsync |
Build fix
|
|
|
@8251
|
17 years |
vboxsync |
USBLib goes into VBoxDDU.
|
|
|
@8234
|
17 years |
vboxsync |
MMIO: Cleanup up (removed duplicate code)
Disassembler: simplified …
|
|
|
@8228
|
17 years |
vboxsync |
Previous change incorrect. Just index values
|
|
|
@8225
|
17 years |
vboxsync |
Added some assembly support routines (inactive; todo)
|
|
|
@8217
|
17 years |
vboxsync |
Added CSAMR3UnmonitorPage
|
|
|
@8194
|
17 years |
vboxsync |
OS/2: Fixed builds.
|
|
|
@8164
|
17 years |
vboxsync |
rebrand IPRT and other headers
|
|
|
@8160
|
17 years |
vboxsync |
All CRx registers are now 64 bits.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8149
|
17 years |
vboxsync |
More 64 bits disassembler updates
|
|
|
@8145
|
17 years |
vboxsync |
Solaris host USB: some USBLib and ring-0 stuff (disabled).
|
|
|
@8142
|
17 years |
vboxsync |
Some updates for 64 bits disassembly
|
|
|
@8127
|
17 years |
vboxsync |
32-bit-to-PAE switcher fixed
|
|
|
@8113
|
17 years |
vboxsync |
The recompiler must refresh its cpuid cache when we change a cpuid feature.
|
|
|
@8112
|
17 years |
vboxsync |
Another attempt at a proper check. (init order messed up the previous one)
|
|
|
@8111
|
17 years |
vboxsync |
The previous check for PAE was too strict.
|
|
|
@8108
|
17 years |
vboxsync |
Updated check.
Added PGMGetHostMode.
|
|
|
@8098
|
17 years |
vboxsync |
Emulate cmpxchg8b in GC.
|
|
|
@8055
|
17 years |
vboxsync |
Main/Settigs: Redone semi-faulty r29679: When reading from settings …
|
|
|
@8054
|
17 years |
vboxsync |
Rebranding: Main vendor / copyright resource strings.
|
|
|
@8029
|
17 years |
vboxsync |
Main: Reverted r29679 (some file access problems).
|
|
|