|
|
@14870
|
16 years |
vboxsync |
Cleaning up.
|
|
|
@14859
|
16 years |
vboxsync |
More updates for 32/64.
|
|
|
@14854
|
16 years |
vboxsync |
Main: rip XML classes out of settings code and move them to …
|
|
|
@14852
|
16 years |
vboxsync |
#3162: Plugin backends are now loaded upon startup, this should get …
|
|
|
@14845
|
16 years |
vboxsync |
Switcher updates
|
|
|
@14833
|
16 years |
vboxsync |
Drop the global VBOX_WITH_NEW_RECOMPILER global.
|
|
|
@14826
|
16 years |
vboxsync |
VMM: New DevHlp pfnMMIO2MapKernel for darwin/VT-x/VGA.
|
|
|
@14825
|
16 years |
vboxsync |
SUPDrv: Permit userland to make kernel mappings of SUPR0PageAllocEx …
|
|
|
@14824
|
16 years |
vboxsync |
IPRT: RTR0MemObjMapKernelEx for mapping a portion of a memory object …
|
|
|
@14816
|
16 years |
vboxsync |
VBoxHDD-new.h: don't drag in pdm.h when pdmifs.h is sufficient, nasty …
|
|
|
@14813
|
16 years |
vboxsync |
VBoxHDD.h: Don't drag in VBox/pdm.h
|
|
|
@14811
|
16 years |
vboxsync |
VMM: Always call VMMR0TermVM{HWACCMR0TermVM,PGMR0DynMapTerm}, don't …
|
|
|
@14808
|
16 years |
vboxsync |
iprt/asm.h: GNU C/C++ defined PIC to indicate whether -fPIC …
|
|
|
@14806
|
16 years |
vboxsync |
#3202: config and VT-X/software mix errors.
|
|
|
@14805
|
16 years |
vboxsync |
#3202: Use SUPR0Abs*.
|
|
|
@14800
|
16 years |
vboxsync |
X86_SEL_SHIFT_HC docs+comment
|
|
|
@14799
|
16 years |
vboxsync |
#3202: assembly hacking for weird darwin kernel.
|
|
|
@14798
|
16 years |
vboxsync |
SUPDrv: Some new exports for VT-x on darwin.
|
|
|
@14780
|
16 years |
vboxsync |
VBoxHDD: simplify config handling. Treat everything as a string, and …
|
|
|
@14774
|
16 years |
vboxsync |
IPRT/string: fix lots of comment typos documenting the handling of 0 …
|
|
|
@14758
|
16 years |
vboxsync |
Removed VMMR3InitSwitcher.
|
|
|
@14755
|
16 years |
vboxsync |
#1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
|
|
|
@14748
|
16 years |
vboxsync |
PGMR0DynMap: a couple of bugs, guard pages and PGMR0DynMapAssertIntegrity.
|
|
|
@14747
|
16 years |
vboxsync |
x86.h: PCX86PGUINT & PCX86PGPAEUINT
|
|
|
@14741
|
16 years |
vboxsync |
x86.h: Added X86_PTE_BIT_* for use with ASMAtomicBit*.
|
|
|
@14711
|
16 years |
vboxsync |
Devices/USB and Main: use hal and sysfs for Linux USB (currently disabled)
|
|
|
@14708
|
16 years |
vboxsync |
fix typos
|
|
|
@14705
|
16 years |
vboxsync |
Make the switcher init a bit more generic.
|
|
|
@14704
|
16 years |
vboxsync |
Some more switcher work
|
|
|
@14695
|
16 years |
vboxsync |
IntNet: Quick hack to force broadcast flag in DHCP requests on shared MAC.
|
|
|
@14679
|
16 years |
vboxsync |
HWVMX,VMM: make 100% sure the logger doesn't screw us during the …
|
|
|
@14650
|
16 years |
vboxsync |
Partial VT-x cleanup.
|
|
|
@14649
|
16 years |
vboxsync |
Backed out 39954
|
|
|
@14648
|
16 years |
vboxsync |
Initial work for 64 bits VT-x guests on 32 bits hosts.
|
|
|
@14645
|
16 years |
vboxsync |
SUP, VMM: Moved the max alloc/map page count to VBox/param.h
|
|
|
@14610
|
16 years |
vboxsync |
Address some todos
|
|
|
@14597
|
16 years |
vboxsync |
Added R0 address to MMR3HyperMapHCPhys and made the MMHyperXToR0 use …
|
|
|
@14594
|
16 years |
vboxsync |
PDMLdr,MMR3HyperMapHCRam: Converted the last MMR3HyperMapHCRam and …
|
|
|
@14589
|
16 years |
vboxsync |
VMM,SUPLib: Updated SUPLib API spec, turned out we don't get …
|
|
|
@14581
|
16 years |
vboxsync |
Explicit VMCS field width.
|
|
|
@14580
|
16 years |
vboxsync |
Some updates
|
|
|
@14575
|
16 years |
vboxsync |
SUPDrv/SUPLib: New interface for allocating pages of memory with …
|
|
|
@14557
|
16 years |
vboxsync |
Added VMX_ERROR_INVEPTVPID_INVALID_OPERAND
|
|
|
@14556
|
16 years |
vboxsync |
Corrected some typos in comments.
|
|
|
@14543
|
16 years |
vboxsync |
#1865/VT-x: Attacking the heap allocation, introducing …
|
|
|
@14526
|
16 years |
vboxsync |
Devices/Storage: iSCSI stuff, including bringing IntNet support back …
|
|
|
@14500
|
16 years |
vboxsync |
IPRT/SUPDrv/VMM: Made RTR0AssertPanicSystem available to VMMR0.r0 on …
|
|
|
@14498
|
16 years |
vboxsync |
tstVMM: Print all module addresses; Fixed PDMR3LdrEnumModules callback.
|
|
|
@14494
|
16 years |
vboxsync |
#1865: PGMR0DynMap - retry with smaller segments if one big one is …
|
|
|
@14464
|
16 years |
vboxsync |
PDM_ACPI_BAT_STATE_DISCHARGING / PDM_ACPI_BAT_STATE_CHARGING mixed up
|
|
|
@14438
|
16 years |
vboxsync |
LsiLogic: Update
|
|
|
@14411
|
16 years |
vboxsync |
RDTSCP support added. Enabled only for AMD-V guests.
|
|
|
@14389
|
16 years |
vboxsync |
HGCM: fixed service version
|
|
|
@14373
|
16 years |
vboxsync |
SUPDrv: expose SUPR0GetPagingMode.
|
|
|
@14366
|
16 years |
vboxsync |
Cleaned up some more.
|
|
|
@14365
|
16 years |
vboxsync |
Missing update
|
|
|
@14363
|
16 years |
vboxsync |
#1865: ring-0 mapping cache, code in progress.
|
|
|
@14352
|
16 years |
vboxsync |
Additions/HGCM: merged code for HGCMCall and HGCMCallTimed, as per todo
|
|
|
@14346
|
16 years |
vboxsync |
Implemented check for monitored page accesses, fixing TSS out of sync …
|
|
|
@14332
|
16 years |
vboxsync |
SUPDrv,SUPLib: generic ring-0 service interface.
|
|
|
@14326
|
16 years |
vboxsync |
getopt: sample code corrections. (hope they are right)
|
|
|
@14301
|
16 years |
vboxsync |
Synced some (inactive) new paging code.
|
|
|
@14266
|
16 years |
vboxsync |
VBoxGuest.h: doxygen
|
|
|
@14246
|
16 years |
vboxsync |
ASMAtomicSubS32/U32.
|
|
|
@14244
|
16 years |
vboxsync |
PGMR0DynMap: flushing macbook air code.
|
|
|
@14222
|
16 years |
vboxsync |
Main/Settings: Docs.
|
|
|
@14214
|
16 years |
vboxsync |
Additions/Guest Library: add R3 property wait API
|
|
|
@14207
|
16 years |
vboxsync |
Additions/Guest Library: add an HGCM call with timeout
|
|
|
@14179
|
16 years |
vboxsync |
Add defines for SCSI status codes. Useful for fine-grained error handling.
|
|
|
@14167
|
16 years |
vboxsync |
VMM: AMD64 -> 32bit switcher (for testing only).
|
|
|
@14135
|
16 years |
vboxsync |
x86.h: made the unions start with the unsigned integer view to …
|
|
|
@14126
|
16 years |
vboxsync |
Corrected SVM_EVENT_NMI
|
|
|
@14118
|
16 years |
vboxsync |
RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
|
|
|
@14115
|
16 years |
vboxsync |
#1865: Some structures and external API for the ring-0 dynamic mapping …
|
|
|
@14106
|
16 years |
vboxsync |
Added dummy HWACCMR3InjectNMI.
|
|
|
@14105
|
16 years |
vboxsync |
HostServices/GuestProperties: fixed a burn
|
|
|
@14104
|
16 years |
vboxsync |
HostServices/GuestProperties: fixed the GET_NOTIFICATION protocol
|
|
|
@14073
|
16 years |
vboxsync |
asm.h: ASMAtomicXchgR3Ptr, ASMAtomicXchgR0Ptr, ASMAtomicXchgRCPtr.
|
|
|
@14072
|
16 years |
vboxsync |
MM: The 64-bit MSC warning hunt continues.
|
|
|
@14070
|
16 years |
vboxsync |
CFGM: 64-bit MSC warning hunt.
|
|
|
@14063
|
16 years |
vboxsync |
RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
|
|
|
@14054
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14052
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14051
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14050
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14045
|
16 years |
vboxsync |
com/array.h: More noisy 64-bit MSC warnings.
|
|
|
@14043
|
16 years |
vboxsync |
com/array.h: Fixed some very noisy 64-bit MSC warnings.
|
|
|
@14037
|
16 years |
vboxsync |
compiler/msc.h: shut up warning.
|
|
|
@14023
|
16 years |
vboxsync |
iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h
|
|
|
@14021
|
16 years |
vboxsync |
The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
|
|
|
@14013
|
16 years |
vboxsync |
RT_LODWORD/RT_HIDWORD must cast the result to uint32_t.
|
|
|
@14007
|
16 years |
vboxsync |
IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
|
|
|
@14006
|
16 years |
vboxsync |
VERR_END_OF_STRING/VINF_END_OF_STRING.
|
|
|
@13995
|
16 years |
vboxsync |
doxygen
|
|
|
@13991
|
16 years |
vboxsync |
#1865: More PGM cleanup.
|
|
|
@13988
|
16 years |
vboxsync |
typo
|
|
|
@13975
|
16 years |
vboxsync |
Even more debugger fixes.
|
|
|
@13972
|
16 years |
vboxsync |
Fixes for the debugger.
|
|
|
@13971
|
16 years |
vboxsync |
HostServices/GuestProperties: added blocking waits for notifications
|
|
|
@13970
|
16 years |
vboxsync |
PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday)
|
|
|