|
|
@48820
|
11 years |
vboxsync |
IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
|
|
|
@48809
|
11 years |
vboxsync |
VBox/log.h: burn fix
|
|
|
@48803
|
11 years |
vboxsync |
Main: introduces event IHostNameResolutionConfigurationChangeEvent, …
|
|
|
@48797
|
11 years |
vboxsync |
A bit more XAR hacking.
|
|
|
@48782
|
11 years |
vboxsync |
Missed one macro.
|
|
|
@48781
|
11 years |
vboxsync |
iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
|
|
|
@48780
|
11 years |
vboxsync |
Started on a XAR file system stream similar to what we have for TAR …
|
|
|
@48779
|
11 years |
vboxsync |
iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
|
|
|
@48765
|
11 years |
vboxsync |
Main/Qt/VBoxManage: introduced IHost::ProcessorOnlineCoreCount and use …
|
|
|
@48763
|
11 years |
vboxsync |
add STDBOOL_H to darwin specific condition for "bool" handling in C.
|
|
|
@48743
|
11 years |
vboxsync |
Storage/VD: Add support for different sector sizes (only opening and …
|
|
|
@48698
|
11 years |
vboxsync |
typo
|
|
|
@48695
|
11 years |
vboxsync |
CPUM: MSR_CORE_THREAD_COUNT and MSR_FLEX_RATIO for snow leopard.
|
|
|
@48694
|
11 years |
vboxsync |
DBGF: Added DBGFR3AsUnlinkModuleByName and extended DBGFR3AsLoadImage …
|
|
|
@48691
|
11 years |
vboxsync |
More Bstr compare operators.
|
|
|
@48685
|
11 years |
vboxsync |
More mac OS X guest types so we can add version specific hacks more easily.
|
|
|
@48681
|
11 years |
vboxsync |
Main,IPRT: Added RTR3INIT_FLAGS_UTF8_ARGV so VBoxExtPackHelperApp can …
|
|
|
@48649
|
11 years |
vboxsync |
VMM/HMVMXR0: VMCS size is bits 44:32 not 43:32. Assert what the Intel …
|
|
|
@48607
|
11 years |
vboxsync |
VBoxManage,Main: VideoCaptureDevice -> VideoInputDevice
|
|
|
@48591
|
11 years |
vboxsync |
VMMR0/HMR0: HM-Context flag macros.
|
|
|
@48578
|
11 years |
vboxsync |
IHost::VideoCaptureDevices
|
|
|
@48572
|
11 years |
vboxsync |
asm-amd64-x86.h: Use writeeflags and readeflags with visual C++. …
|
|
|
@48565
|
11 years |
vboxsync |
VMM/HM: Added total VM-exits STAM.
|
|
|
@48562
|
11 years |
vboxsync |
HM: Operative macros for HM-context flags.
|
|
|
@48558
|
11 years |
vboxsync |
More doxygen fixes.
|
|
|
@48557
|
11 years |
vboxsync |
vm.h: Doxygen.
|
|
|
@48544
|
11 years |
vboxsync |
VMM/CPUM: Guest and Hyper-debug state pending 32->64 switcher case helpers.
|
|
|
@48543
|
11 years |
vboxsync |
VMM: Macros are not to be trusted, extra braces esp. when using '&' …
|
|
|
@48538
|
11 years |
vboxsync |
Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+S …
|
|
|
@48528
|
11 years |
vboxsync |
Change implementation for turning a reset into a power off to prevent …
|
|
|
@48514
|
11 years |
vboxsync |
VRDEVideoIn.h: extended device info
|
|
|
@48491
|
11 years |
vboxsync |
crOpenGL: chrome fixes
|
|
|
@48466
|
11 years |
vboxsync |
include,Extpacks/Puel/UsbWebcam: Windows host webcam backend: report …
|
|
|
@48406
|
11 years |
vboxsync |
Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
|
|
|
@48371
|
11 years |
vboxsync |
Forgot cpumctx.h with the MSR fix.
|
|
|
@48370
|
11 years |
vboxsync |
EM,HM: MWait fix, clearing the active bit too early.
|
|
|
@48368
|
11 years |
vboxsync |
Implement MSR_PKG_CST_CONFIG_CONTROL for mac os x.
|
|
|
@48357
|
11 years |
vboxsync |
The intel_pstate Linux driver depends on these two MSRs
|
|
|
@48313
|
11 years |
vboxsync |
Main/ExtPackManager+Console: add a way to load HGCM modules from an …
|
|
|
@48297
|
11 years |
vboxsync |
Main/Medium: redesign API level medium locking, needed conversions …
|
|
|
@48284
|
11 years |
vboxsync |
VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive bytes.
|
|
|
@48267
|
11 years |
vboxsync |
VMM: Allow VT-x to be used in SMX mode, more granular error checking.
|
|
|
@48248
|
11 years |
vboxsync |
Comments.
|
|
|
@48234
|
11 years |
vboxsync |
VMM: PDMR3UsbCreateEmulatedDevice
|
|
|
@48230
|
11 years |
vboxsync |
VMM: Propagate errors properly while leaving HM context.
|
|
|
@48227
|
11 years |
vboxsync |
VMM: Ensure longjmps after hmR0[Vmx|Svm]LeaveSession() don't happen.
|
|
|
@48216
|
11 years |
vboxsync |
VMM/HM: Cleanup.
|
|
|
@48215
|
11 years |
vboxsync |
VMM/HMVMXR0: Cleanup.
|
|
|
@48209
|
11 years |
vboxsync |
VMM: Apparently we use underscores in unions/structs in other places. …
|
|
|
@48208
|
11 years |
vboxsync |
VMM: Cleanup, hungarian and comments.
|
|
|
@48151
|
11 years |
vboxsync |
Netware 6 is reading MSR_P4_LASTBRANCH_0 (0x1db).
|
|
|
@48143
|
11 years |
vboxsync |
x86.h: some new MSRs. _BIT defines for some EFLAGS.
|
|
|
@48140
|
11 years |
vboxsync |
VMM/HMVMXR0: Safer longjmp coverage, only restore host state when …
|
|
|
@48130
|
11 years |
vboxsync |
VMM: Enable thread-context hooks. Reimplemented event injection logic …
|
|
|
@48120
|
11 years |
vboxsync |
Another intel MSR.
|
|
|
@48119
|
11 years |
vboxsync |
Another intel MSR.
|
|
|
@48094
|
11 years |
vboxsync |
settings/xml: cosmetics.
|
|
|
@48093
|
11 years |
vboxsync |
NAT/xml: loopback mappings introduces NATNetwork entities:
…
|
|
|
@48076
|
11 years |
vboxsync |
Spell "afterwards" correctly in comments.
|
|
|
@48066
|
11 years |
vboxsync |
CPUM: Fake MSR_IA32_MCG_STATUS reads. Corrected MSR names, IA32_MCP …
|
|
|
@48063
|
11 years |
vboxsync |
com/defs.h: Another dead interface RPC status (windows).
|
|
|
@48037
|
11 years |
vboxsync |
VMM/HM: Preemption hooks, work in progress. Hopefully I didn't break …
|
|
|
@48004
|
11 years |
vboxsync |
Fixed initialization.
|
|
|
@48003
|
11 years |
vboxsync |
VMM: CPUMR0Init -> CPUMR0InitVM renamed.
|
|
|
@48002
|
11 years |
vboxsync |
include/VBox/vmm: missed return.
|
|
|
@47999
|
11 years |
vboxsync |
VMM/HM: Better error reporting for unsupported VT-x feature combos.
|
|
|
@47996
|
11 years |
vboxsync |
More MSRs fixes on AMD64. MSR_K8_NB_CFG is for recent linux kernels …
|
|
|
@47991
|
11 years |
vboxsync |
Main: Made the exclusive HW virtualization use setting global rather …
|
|
|
@47989
|
11 years |
vboxsync |
VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and …
|
|
|
@47988
|
11 years |
vboxsync |
Solaris reads MSR_RAPL_POWER_UNIT, give it some fake values.
|
|
|
@47982
|
11 years |
vboxsync |
VRDEVideoIn.h: extended frame info
|
|
|
@47942
|
11 years |
vboxsync |
CPUM: Ignore MSR_K8_INT_PENDING access.
|
|
|
@47876
|
11 years |
vboxsync |
kmk incs
|
|
|
@47853
|
11 years |
vboxsync |
Build fix; forgot the include file.
|
|
|
@47848
|
11 years |
vboxsync |
Main: API event for multitouch input.
|
|
|
@47844
|
11 years |
vboxsync |
VMM: X2APIC + NMI. Only tested on AMD64.
|
|
|
@47839
|
11 years |
vboxsync |
x86.h: APICBASE fields.
|
|
|
@47834
|
11 years |
vboxsync |
IPRT/file.h: Documentation.
|
|
|
@47830
|
11 years |
vboxsync |
Devices/Storage: Missing changes
|
|
|
@47829
|
11 years |
vboxsync |
Devices/Storage: Preparations for non 512 byte sector sizes. Add a new …
|
|
|
@47817
|
11 years |
vboxsync |
GuestCtrl: Update for IGuestFile; some renaming.
|
|
|
@47807
|
11 years |
vboxsync |
EM/HM: Don't switch to REM immediately, try up to 1024 instruction in …
|
|
|
@47789
|
11 years |
vboxsync |
PGM: Added a new page type for the VT-x APIC access page MMIO alias …
|
|
|
@47783
|
11 years |
vboxsync |
IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
|
|
|
@47762
|
11 years |
vboxsync |
IPRT: Added RTFileModeToFlags* APIs + testcase.
|
|
|
@47760
|
11 years |
vboxsync |
VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
|
|
|
@47739
|
11 years |
vboxsync |
PGM: Added an API that IEM can use to spot MMIO and other troublesome …
|
|
|
@47738
|
11 years |
vboxsync |
x86.h: Corrected X86DESCATTR_P definition (shifted left by 4 bits by …
|
|
|
@47737
|
11 years |
vboxsync |
HM.cpp: Added APIs for checking whether VT-x and AMD-V are enabled.
|
|
|
@47735
|
11 years |
vboxsync |
Comment typo.
|
|
|
@47714
|
11 years |
vboxsync |
CPUMRecalcHyperDRx: Host single stepping in HM-mode fix.
|
|
|
@47708
|
11 years |
vboxsync |
Added a few random SCSI constants.
|
|
|
@47697
|
11 years |
vboxsync |
Forgot some files, build fix.
|
|
|
@47687
|
11 years |
vboxsync |
VMM/HMVMXR0: Added segment checks to hmR0VmxCheckGuestState() while …
|
|
|
@47681
|
11 years |
vboxsync |
VMM: I/O breakpoints.
|
|
|
@47680
|
11 years |
vboxsync |
VMM/HMVMXR0: Added missing TR guest-state checks.
|
|
|
@47676
|
11 years |
vboxsync |
VMM/HMVMXR0: Some missed checks and fixes to segment checks.
|
|
|
@47671
|
11 years |
vboxsync |
VMM: More debugging related stuff.
|
|
|
@47668
|
11 years |
vboxsync |
CPUMCTX_FROM_CORE
|
|
|
@47667
|
11 years |
vboxsync |
x86.h: A couple of DR7 macros.
|
|
|