|
|
@55980
|
10 years |
vboxsync |
iprt/log.h,++: Added extended logger instance getters that also checks …
|
|
|
@55275
|
10 years |
vboxsync |
heartbeat service: document it, sanity check and fixed logging
|
|
|
@54995
|
10 years |
vboxsync |
Devices/VMMDev: fix a bug which could cause display change requests to …
|
|
|
@54805
|
10 years |
vboxsync |
Release log prefixes.
|
|
|
@54748
|
10 years |
vboxsync |
VMMDev: LogRel cosmetics.
|
|
|
@54007
|
10 years |
vboxsync |
VMMDev: do not set VMMDEV_GUEST_SUPPORTS_GRAPHICS on reset
|
|
|
@53801
|
10 years |
vboxsync |
Devices: use LogRelMax were appropriate
|
|
|
@53767
|
10 years |
vboxsync |
s/VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/VERR_VMMDEV_CPU_HOTPLUG_NOT_M …
|
|
|
@53625
|
10 years |
vboxsync |
Test I/O and MMIO performance when we need to go to ring-3 to service …
|
|
|
@53073
|
10 years |
vboxsync |
VMMDev: when logging the Guest Additions OS type, explictely mention …
|
|
|
@52789
|
10 years |
vboxsync |
VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev reports …
|
|
|
@52667
|
10 years |
vboxsync |
DisplayImpl,VMMDev: cleaned up reenabling of the legacy video …
|
|
|
@51599
|
10 years |
vboxsync |
Devices/VMMDev: fixed compiling with VBOX_WITH_HGCM disabled
|
|
|
@51520
|
11 years |
vboxsync |
VBox/Devices: Comment nits.
|
|
|
@50982
|
11 years |
vboxsync |
VMMDevHGCM: RTMemAllocZ instead of memset.
|
|
|
@50891
|
11 years |
vboxsync |
VMMDevHGCM: do not delete pending HGCM requests when VM is being saved.
|
|
|
@50820
|
11 years |
vboxsync |
VMMDev: remove failed HGCM commands from the pending command list
|
|
|
@50674
|
11 years |
vboxsync |
Devices: fixes for VBOX_WITH_HGCM undefined (thanks Genode Labs)
|
|
|
@49846
|
11 years |
vboxsync |
HGCM: check size.
|
|
|
@49454
|
11 years |
vboxsync |
HGCM param verification
|
|
|
@49426
|
11 years |
vboxsync |
VMMDev: check parameter.
|
|
|
@49421
|
11 years |
vboxsync |
VMMDev: removed obsolete assertions, cleanup.
|
|
|
@49411
|
11 years |
vboxsync |
VMMDev: s/VMMDEV_MAX_VMMDEV_PARMS/VMMDEV_MAX_HGCM_PARMS/g, return …
|
|
|
@49410
|
11 years |
vboxsync |
Devices: sanity check
|
|
|
@48070
|
11 years |
vboxsync |
wddm,vboxtray: forward-port autoresize, multimon, and seamless fixes …
|
|
|
@47450
|
11 years |
vboxsync |
Devices/VMMDev: warning
|
|
|
@47301
|
11 years |
vboxsync |
Build fix.
|
|
|
@47300
|
11 years |
vboxsync |
VMMDev/ReportGuestUserState: Bugfixes.
|
|
|
@47294
|
11 years |
vboxsync |
Guest user state reporting: Update.
|
|
|
@46919
|
11 years |
vboxsync |
VMMDev: report failure if the test wasn't closed correctly by the guest.
|
|
|
@46376
|
12 years |
vboxsync |
VMMDev: Added TestingMMIO config option as the MMIO range isn't …
|
|
|
@46334
|
12 years |
vboxsync |
VMMDevTesting: Close the testing instance on VMMDEV_TESTING_CMD_TERM.
|
|
|
@46300
|
12 years |
vboxsync |
VMMDev: Fixed missing destructor call (not in function table, duh.) …
|
|
|
@45025
|
12 years |
vboxsync |
Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
|
|
|
@44792
|
12 years |
vboxsync |
Some nits, use RT_FROM_MEMBER now that we've finally got it.
|
|
|
@44790
|
12 years |
vboxsync |
VMMDev.cpp: Don't read the request header twice as it may have been …
|
|
|
@44788
|
12 years |
vboxsync |
VMMDev.cpp: No need to enter the critsect till after we've read the …
|
|
|
@44785
|
12 years |
vboxsync |
VMMDev.cpp: Delay critsect exit for HGCM requests to avoid race …
|
|
|
@44782
|
12 years |
vboxsync |
VMMDev.cpp: Build fixes.
|
|
|
@44781
|
12 years |
vboxsync |
VMMDev: Enter the critical section when resettomg and saving state, …
|
|
|
@44780
|
12 years |
vboxsync |
VMMDev: Do our own locking entirely.
|
|
|
@44778
|
12 years |
vboxsync |
Sad Dijstra => Happy Dijstra.
|
|
|
@44777
|
12 years |
vboxsync |
VMMDevState.h: Fixed signed warnings caused by the fix in r83871.
|
|
|
@44774
|
12 years |
vboxsync |
done
|
|
|
@44773
|
12 years |
vboxsync |
VMMDev.cpp: Split gigantic switch into functions.
|
|
|
@44762
|
12 years |
vboxsync |
Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being …
|
|
|
@44725
|
12 years |
vboxsync |
Moving the backdoor logging and timesync down so the request handling …
|
|
|
@44723
|
12 years |
vboxsync |
pVMMDevState -> pThis, like most other devs/drvs do by now.
|
|
|
@44722
|
12 years |
vboxsync |
VMMDev: More cleanups.
|
|
|
@44721
|
12 years |
vboxsync |
VMMDev: Removed pointless pThis check in vmmdevIPort_VBVAChange. (The …
|
|
|
@44720
|
12 years |
vboxsync |
VMMDev: More cleanups.
|
|
|
@44709
|
12 years |
vboxsync |
VMMDev: Cleanups.
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44445
|
12 years |
vboxsync |
Fixed four PDMDevHlpCritSectInit calls.
|
|
|
@44399
|
12 years |
vboxsync |
DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
|
|
|
@44130
|
12 years |
vboxsync |
GA/Display: Support for dynamic configuration (position and …
|
|
|
@43876
|
12 years |
vboxsync |
fixed a few format specifier bugs
|
|
|
@43320
|
12 years |
vboxsync |
Devices/VMMDev: clear IRQ on reset or Additions start.
|
|
|
@43259
|
12 years |
vboxsync |
fixed a few gcc false positive warnings and two shadowed declarations
|
|
|
@42589
|
12 years |
vboxsync |
VMMDevTesting: For now, format the register values differently.
|
|
|
@42585
|
12 years |
vboxsync |
Hidden registry exploration.
|
|
|
@41416
|
13 years |
vboxsync |
VMMDevTesting: VMMDEV_TESTING_CMD_SKIPPED.
|
|
|
@41413
|
13 years |
vboxsync |
VMMDevTesting.cpp: Output to log and release log.
|
|
|
@40718
|
13 years |
vboxsync |
VMMDev: saved HGCM commands must not be completed.
|
|
|
@40517
|
13 years |
vboxsync |
kBuild 2566 -> 2567: dtrace support.
|
|
|
@40280
|
13 years |
vboxsync |
Corrected a bunch of HC and GC uses in status codes.
|
|
|
@40054
|
13 years |
vboxsync |
VMM,VMMDev: Page sharing cleanup.
|
|
|
@39892
|
13 years |
vboxsync |
VMMDev: Allow some more function pointers to be NULL in …
|
|
|
@39890
|
13 years |
vboxsync |
VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
|
|
|
@39882
|
13 years |
vboxsync |
Config.kmk,VMMDev,Main,QtGui,VBoxManage: Refactored …
|
|
|
@39823
|
13 years |
vboxsync |
VMMDevReq_ReportGuestInfo2: Validate szName length.
|
|
|
@39136
|
13 years |
vboxsync |
More MMIO refactoring and some other cleanups.
|
|
|
@39135
|
13 years |
vboxsync |
Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
|
|
|
@38663
|
13 years |
vboxsync |
Devices/VMMDev: document VMMDevReq_GetDisplayChangeRequest[2]
|
|
|
@38227
|
13 years |
vboxsync |
Devices/VMMDev: Make GuestCoreDumpDir an optional parameter. Unbreaks …
|
|
|
@38037
|
13 years |
vboxsync |
eliminate use of LOG_ENABLED
|
|
|
@37877
|
13 years |
vboxsync |
VMMDev: by design we should not clear the pending event flags during reboot
|
|
|
@37636
|
13 years |
vboxsync |
Changed FNIOMMMIOWRITE to take a const buffer pointer.
|
|
|
@37466
|
13 years |
vboxsync |
VMM,Devices: Automatically use a per-device lock instead of the giant …
|
|
|
@37385
|
13 years |
vboxsync |
adjust to misspelled member name.
|
|
|
@37384
|
13 years |
vboxsync |
1 million rectangles ought to be enough for anybody…
|
|
|
@37381
|
13 years |
vboxsync |
VBoxVideo: move typecasts to proper arguments
|
|
|
@37378
|
13 years |
vboxsync |
VBoxVideo: add some explicit typecasts
|
|
|
@37211
|
14 years |
vboxsync |
Some ASMAtomic*Size elimiation.
|
|
|
@37175
|
14 years |
vboxsync |
Devices and Main/seamless: allow for the possibility that nothing is …
|
|
|
@36202
|
14 years |
vboxsync |
VMMDev: be a bit more verbose
|
|
|
@36201
|
14 years |
vboxsync |
VMMDev: always allow VMMDevReq_GetHostVersion.
|
|
|
@35989
|
14 years |
vboxsync |
Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@34902
|
14 years |
vboxsync |
IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.
|
|
|
@34534
|
14 years |
vboxsync |
todo
|
|
|
@34331
|
14 years |
vboxsync |
PCI: more 4.0 interfaces
|
|
|
@33758
|
14 years |
vboxsync |
Main, Devices/VMMDev, VBoxBFE: some rewrites of the mouse handling code
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33303
|
14 years |
vboxsync |
Devices/VMMDev: logging and hungarian
|
|
|
@32935
|
14 years |
vboxsync |
PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
|
|
|
@32774
|
14 years |
vboxsync |
Devices/VMMDev: better rc.
|
|
|
@32672
|
14 years |
vboxsync |
VMMDev: Use snapshot dir as default guest coredump dir.
|
|
|
@32645
|
14 years |
vboxsync |
Devices/VMMDev: partly reverted r66037 (tighter check on mouse pointer …
|
|
|
@32631
|
14 years |
vboxsync |
Devices/VMMDev and Additions/common/VBoxGuestLib: get the mouse …
|
|
|