|
|
@12585
|
16 years |
vboxsync |
VBox/types.h: Added the PVMCPU types.
|
|
|
@12579
|
16 years |
vboxsync |
VMM: Outlined the per CPU data.
|
|
|
@12578
|
16 years |
vboxsync |
Enable hardware breakpoint support for VT-x and AMD-V.
|
|
|
@12577
|
16 years |
vboxsync |
+changed chromium to use hgcm instead of tcpip, it works but some …
|
|
|
@12574
|
16 years |
vboxsync |
APIC: Added helper for calling VMMGetCpuId.
|
|
|
@12573
|
16 years |
vboxsync |
VMM: Added VMMGetCpuId (stub).
|
|
|
@12566
|
16 years |
vboxsync |
Backed out 36722, 36764 & 36770; no need for per-cpu mmio registations …
|
|
|
@12562
|
16 years |
vboxsync |
pdmdev.h: Dumped the devhlp version (MMIO changes are incompatible).
|
|
|
@12561
|
16 years |
vboxsync |
IOM: Made some minor adjustments to the MMIO CPU registration context …
|
|
|
@12551
|
16 years |
vboxsync |
be more verbose when logging ATA/SCSI commands
|
|
|
@12549
|
16 years |
vboxsync |
VMM: Implemented a TSC mode where it's tied to execution and halt …
|
|
|
@12547
|
16 years |
vboxsync |
runtime.h: added getopt.h
|
|
|
@12545
|
16 years |
vboxsync |
Updates for per-cpu MMIO range registration. (APIC)
|
|
|
@12532
|
16 years |
vboxsync |
Backed out previous changes for PATM logging. Breaks saved states. …
|
|
|
@12525
|
16 years |
vboxsync |
More room for PATM
|
|
|
@12518
|
16 years |
vboxsync |
r=bird: PDMSCSIREQUEST todos.
|
|
|
@12508
|
16 years |
vboxsync |
Device/Storage: fix CD/DVD media change problems in passthrough mode.
|
|
|
@12479
|
16 years |
vboxsync |
Also print ring 0 release assertion messages to the release log. Now …
|
|
|
@12476
|
16 years |
vboxsync |
BusLogic: Complete the device part.
|
|
|
@12473
|
16 years |
vboxsync |
export
|
|
|
@12462
|
16 years |
vboxsync |
Debugger: made tstVBoxDbg useful again.
|
|
|
@12449
|
16 years |
vboxsync |
+changed IFramebuffer interface to report id of associated window if …
|
|
|
@12437
|
16 years |
vboxsync |
mac build fix.
|
|
|
@12435
|
16 years |
vboxsync |
DBGGui / VirtualBox4: check the vtable version.
|
|
|
@12424
|
16 years |
vboxsync |
DBGGui,VirtualBox4: dynamically load the debugger GUI (VBoxDBG).
|
|
|
@12423
|
16 years |
vboxsync |
IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
|
|
|
@12408
|
16 years |
vboxsync |
pgm.h: macro safety.
|
|
|
@12407
|
16 years |
vboxsync |
Refined the PGM pool flush check. No need to flush when switching …
|
|
|
@12375
|
16 years |
vboxsync |
wtf
|
|
|
@12371
|
16 years |
vboxsync |
warnings
|
|
|
@12341
|
16 years |
vboxsync |
iprt/dir.h: RTDIRENTRY clearification
|
|
|
@12324
|
16 years |
vboxsync |
PDMThread: New API PDMR3ThreadSleep. Fixed a per thread event sem leak.
|
|
|
@12305
|
16 years |
vboxsync |
Flush the recompiler's TB cache each time we detect writes to …
|
|
|
@12299
|
16 years |
vboxsync |
Add option to REMR3State to flush all TBs. (currently not yet active)
|
|
|
@12297
|
16 years |
vboxsync |
Version 2 of remote USB protocol.
|
|
|
@12278
|
16 years |
vboxsync |
Devices/VMMDev: send a guest event too when the absolute mode mouse …
|
|
|
@12238
|
16 years |
vboxsync |
iprt/asm.h: next try
|
|
|
@12237
|
16 years |
vboxsync |
fixed r36224
|
|
|
@12235
|
16 years |
vboxsync |
less input registers
|
|
|
@12232
|
16 years |
vboxsync |
iprt/asm.h: better fix
|
|
|
@12225
|
16 years |
vboxsync |
VMM: X86_DR7_ENABLED_MASK should not include GD, because it isn't a …
|
|
|
@12223
|
16 years |
vboxsync |
iprt/asm.h: Fixed gnu asm bug in ASMSetDR*(), the input (uDRVal) was …
|
|
|
@12221
|
16 years |
vboxsync |
iprt/asm.h: Use the intrinsic readdr and writedr introduced in VC …
|
|
|
@12176
|
16 years |
vboxsync |
ASMAtomicXchgU64 fix
|
|
|
@12164
|
16 years |
vboxsync |
iprt/asm.h: Forced the darwin build into working. Needs cleanup.
|
|
|
@12156
|
16 years |
vboxsync |
not necessary
|
|
|
@12155
|
16 years |
vboxsync |
gcc found this bug
|
|
|
@12153
|
16 years |
vboxsync |
asm fixes for gcc-4.3, hope this compiles
|
|
|
@12147
|
16 years |
vboxsync |
IPRT: added RTLOG_REL_DISABLE and RTLOG_REL_ENABLE for disabling …
|
|
|
@12131
|
16 years |
vboxsync |
Comment added
|
|
|
@12128
|
16 years |
vboxsync |
Release logging in ring 0 seems to cause problems (memory corruption). …
|
|
|
@12119
|
16 years |
vboxsync |
Added X86_DR6_INIT_VAL
|
|
|
@12104
|
16 years |
vboxsync |
iprt: Added RTMpGetPresentSet, RTMpGetPresentCount and …
|
|
|
@12092
|
16 years |
vboxsync |
Compile fixes
|
|
|
@12088
|
16 years |
vboxsync |
fix Linux builds
|
|
|
@12087
|
16 years |
vboxsync |
Functions for setting dr0-3, 6 & 7.
|
|
|
@12086
|
16 years |
vboxsync |
Functions to fetch dr0-3 & 6.
|
|
|
@12079
|
16 years |
vboxsync |
More specific error messages for unexpected VT-x failures.
|
|
|
@12065
|
16 years |
vboxsync |
Missing VMXGetActiveVMCS (unused).
|
|
|
@12064
|
16 years |
vboxsync |
More space for hwaccm
|
|
|
@12059
|
16 years |
vboxsync |
Harmless updates
|
|
|
@11961
|
16 years |
vboxsync |
VRDPAuth.h: explain binary UUID representation in comment
|
|
|
@11946
|
16 years |
vboxsync |
Fetched esp from the wrong place (1.6 compatibility)
|
|
|
@11944
|
16 years |
vboxsync |
Updates for state saving
|
|
|
@11934
|
16 years |
vboxsync |
minor header update
|
|
|
@11911
|
16 years |
vboxsync |
Corrected size for 64 bits host case.
|
|
|
@11897
|
16 years |
vboxsync |
Resync the whole CPU state after saved state restore.
|
|
|
@11894
|
16 years |
vboxsync |
Correction for raw mode on 64 bits hosts.
|
|
|
@11889
|
16 years |
vboxsync |
VMM/SUP: Added SUPR3HardenedVerifyFile and use it to verify files we load.
|
|
|
@11888
|
16 years |
vboxsync |
IPRT: added RTLdrGetSuff.
|
|
|
@11853
|
16 years |
vboxsync |
IPRT: Added a 'append' flag to the logger.
|
|
|
@11841
|
16 years |
vboxsync |
IPRT: RTR3InitEx.
|
|
|
@11836
|
16 years |
vboxsync |
IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
|
|
|
@11822
|
16 years |
vboxsync |
IPRT: RTR3Init cleanup.
|
|
|
@11820
|
16 years |
vboxsync |
made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
|
|
|
@11814
|
16 years |
vboxsync |
Initial commit of the NetFlt driver for Windows
|
|
|
@11808
|
16 years |
vboxsync |
Deal with GCPtr differences between 1.6 & 2.0 saved states.
|
|
|
@11798
|
16 years |
vboxsync |
Fixing backwards compatibility for CPUMCTX.
|
|
|
@11794
|
16 years |
vboxsync |
SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
|
|
|
@11756
|
16 years |
vboxsync |
Use the wbinvd intercept if it's present in the secondary control.
|
|
|
@11725
|
16 years |
vboxsync |
#3076: Merged in the branch with the alternate driver authentication …
|
|
|
@11704
|
16 years |
vboxsync |
Allow enabling and disabling of the PAT cpuid feature.
|
|
|
@11688
|
16 years |
vboxsync |
Some more MSR logging
|
|
|
@11649
|
16 years |
vboxsync |
BusLogic: FreeBSD works
|
|
|
@11643
|
16 years |
vboxsync |
compile fix
|
|
|
@11642
|
16 years |
vboxsync |
another guest additions 32/64 bit hack
|
|
|
@11605
|
16 years |
vboxsync |
backdoor logging for AMD64 guests
|
|
|
@11596
|
16 years |
vboxsync |
iprt: Added RTThreadCreateV and RTThreadCreateF which takes a format …
|
|
|
@11562
|
16 years |
vboxsync |
Runtime: Remove fifo implementation, request queues are much better
|
|
|
@11561
|
16 years |
vboxsync |
Use request packets instead of the fifo implementation
|
|
|
@11558
|
16 years |
vboxsync |
iprt: RTRandAdvCreateNonPseudo -> RTRandAdvCreateSystemFaster; …
|
|
|
@11556
|
16 years |
vboxsync |
BusLogic: updates, Linux guests are working and R0/GC components are …
|
|
|
@11555
|
16 years |
vboxsync |
Runtime: little threadsafe fifo implementation for passing things to …
|
|
|
@11546
|
16 years |
vboxsync |
attempt to fix the Windows builds
|
|
|
@11538
|
16 years |
vboxsync |
pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
|
|
|
@11523
|
16 years |
vboxsync |
iprt: Implemented the /dev/urandom base random generator as a RTRAND …
|
|
|
@11508
|
16 years |
vboxsync |
Added emulation of cmpxchg & lock cmpxchg (not yet used).
|
|
|
@11502
|
16 years |
vboxsync |
BusLogic SCSI: update, stub for generic SCSI request parsing and …
|
|
|
@11484
|
16 years |
vboxsync |
Storage/VBoxHDD-new: Add information about configuration settings …
|
|
|
@11445
|
16 years |
vboxsync |
iprt/net.h: corrected ICMP protocol identifier.
|
|
|