|
|
@12687
|
16 years |
vboxsync |
Started with VMM device heap for use with VT-x real-mode emulation. …
|
|
|
@12684
|
16 years |
vboxsync |
refactoring to simplify migration to per-CPU action flags
|
|
|
@12675
|
16 years |
vboxsync |
removed unneeded field, type update
|
|
|
@12669
|
16 years |
vboxsync |
account CPU id in setting attention flags (only SMP builds)
|
|
|
@12667
|
16 years |
vboxsync |
CPU id passed to interrupt callback, proper typing
|
|
|
@12666
|
16 years |
vboxsync |
Missed update
|
|
|
@12663
|
16 years |
vboxsync |
#1865: DBGF, nothing really relevant here just some cleaning up.
|
|
|
@12662
|
16 years |
vboxsync |
cpum.h: removed @todos.
|
|
|
@12657
|
16 years |
vboxsync |
#1865: CPUM. Also added missing aliasing for DR4&5 to the guest DRx …
|
|
|
@12653
|
16 years |
vboxsync |
various files: doxygen fixes.
|
|
|
@12632
|
16 years |
vboxsync |
VBox/types.h: Added VMCPUID.
|
|
|
@12603
|
16 years |
vboxsync |
cpum.h: DR4/5 comment
|
|
|
@12600
|
16 years |
vboxsync |
Turned dr0..dr7 into an array.
|
|
|
@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 …
|
|
|
@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
|
|
|
@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 …
|
|
|
@12225
|
16 years |
vboxsync |
VMM: X86_DR7_ENABLED_MASK should not include GD, because it isn't a …
|
|
|
@12155
|
16 years |
vboxsync |
gcc found this bug
|
|
|
@12119
|
16 years |
vboxsync |
Added X86_DR6_INIT_VAL
|
|
|
@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.
|
|
|
@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
|
|
|
@11561
|
16 years |
vboxsync |
Use request packets instead of the fifo implementation
|
|
|
@11556
|
16 years |
vboxsync |
BusLogic: updates, Linux guests are working and R0/GC components are …
|
|
|
@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 …
|
|
|
@11444
|
16 years |
vboxsync |
Storage/VBoxHDD-new: introduced VD interfaces per image and per …
|
|
|
@11435
|
16 years |
vboxsync |
Storage: big cleanup of the VD interfaces, especially hide the linked …
|
|
|
@11424
|
16 years |
vboxsync |
Emulate stosw/d/q ourselves.
|
|
|
@11421
|
16 years |
vboxsync |
Storage/VBoxHDD-new: Added backend info, listing the supported file …
|
|
|
@11410
|
16 years |
vboxsync |
BusLogic: initial commit
|
|
|
@11390
|
16 years |
vboxsync |
Changed definition of ComSafeArrayInIsNull to work properly on Windows …
|
|
|
@11379
|
16 years |
vboxsync |
Rolled back r34628 changes.
|
|
|
@11378
|
16 years |
vboxsync |
PerfAPI: VBoxManage metrics command implementation. Removed an …
|
|
|
@11372
|
16 years |
vboxsync |
VRDP server interface version 2 (contrubuted by Sun) with redirection …
|
|
|
@11370
|
16 years |
vboxsync |
Deal with flushing of pgm pool pages when an injected event triggers …
|
|
|
@11353
|
16 years |
vboxsync |
VBoxHDD-new: add new UUID parameter to image creation, specifying …
|
|
|
@11306
|
16 years |
vboxsync |
VBox/type.h: Fixed PTMTIMER.
|
|
|
@11305
|
16 years |
vboxsync |
VBox/types.h: Retired unused types VBOXHCPHYS, PVBOXHCPHYS, …
|
|
|
@11304
|
16 years |
vboxsync |
tm: Retired PTMTIMERGC.
|
|
|
@11303
|
16 years |
vboxsync |
pdm: Retired PPDMDEVINSGC.
|
|
|
@11302
|
16 years |
vboxsync |
vm: VM_RC_ADDR
|
|
|
@11301
|
16 years |
vboxsync |
vmapi: Removed unused & deprecated macro VM_HOST_ADDR.
|
|
|
@11300
|
16 years |
vboxsync |
pgm: Removed unused PGMPAGE_* defines.
|
|
|
@11297
|
16 years |
vboxsync |
pdm: Retired PDMINS2DATA.
|
|
|
@11295
|
16 years |
vboxsync |
pdm: Retired PDMINS2DATA_GCPTR, PDMINS2DATA_R0PTR and PDMINS2DATA_R3PTR.
|
|
|
@11294
|
16 years |
vboxsync |
pdm: Retired PDMDEVINS_2_GCPTR.
|
|
|