|
|
@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 …
|
|
|
@32616
|
14 years |
vboxsync |
VMMDev: return code.
|
|
|
@32605
|
14 years |
vboxsync |
VMMDev: Coredumper, probably a required fix on Windows hosts.
|
|
|
@32596
|
14 years |
vboxsync |
VMMDev: More consistent naming.
|
|
|
@32533
|
14 years |
vboxsync |
Devices/VMMDev: Added GuestCoreLocation and GuestCoreCount for …
|
|
|
@32369
|
14 years |
vboxsync |
VMMDev: GuestCoreDump -> GuestCoreDumpEnabled.
|
|
|
@32352
|
14 years |
vboxsync |
VMMDev.cpp: Allow GuestCoreDump and RZEnable in the config values.
|
|
|
@32315
|
14 years |
vboxsync |
VMMDev: Added CFGM parameter "GuestCoreDump" defaults to false.
|
|
|
@32313
|
14 years |
vboxsync |
VMMDev: added VMMDevReqWriteCoreDump. VMM/DBGFCoreWrite: remove unused …
|
|
|
@32209
|
14 years |
vboxsync |
VMMDev.cpp: Implemented VMMDevPowerState_SaveState - untested
|
|
|
@31524
|
14 years |
vboxsync |
VMMDev: understandable comment.
|
|
|
@31523
|
14 years |
vboxsync |
VMMDev: Drop unnecessary (), reorder the tests.
|
|
|
@31430
|
14 years |
vboxsync |
Guest Additions version lookup/status: Fixed loading of guest drivers, …
|
|
|
@31241
|
14 years |
vboxsync |
Removed use of interface version for IGuest::getAdditionsVersion, some …
|
|
|
@31109
|
14 years |
vboxsync |
VMMDevTesting.cpp: print values in a fashion that's easier to read.
|
|
|
@31057
|
14 years |
vboxsync |
VMMDevTesting: more space for big trap messages.
|
|
|
@30944
|
14 years |
vboxsync |
bigger buffer.
|
|
|
@30857
|
14 years |
vboxsync |
dang
|
|
|
@30852
|
14 years |
vboxsync |
VBox/VMMDev.h: VMMDEV_CREDENTIALS_STRLEN -> …
|
|
|
@30850
|
14 years |
vboxsync |
VMMDev: Addressed little paranoia issue introduced by r63480. That …
|
|
|
@30775
|
14 years |
vboxsync |
alignment fix.
|
|
|
@30774
|
14 years |
vboxsync |
alignment fix.
|
|
|
@30773
|
14 years |
vboxsync |
alignment fix.
|
|
|
@30772
|
14 years |
vboxsync |
VMMDevTesting/test1: Report the results to the host via a RTTest* like …
|
|
|
@30758
|
14 years |
vboxsync |
More fine grained Guest Additions status; now marks Additions as …
|
|
|
@30724
|
14 years |
vboxsync |
Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
|
|
|
@30718
|
14 years |
vboxsync |
back out r63480 (burns windows)
|
|
|
@30715
|
14 years |
vboxsync |
VMMDev: Adding an optional (disabled by default) testing side to the …
|
|
|
@30668
|
14 years |
vboxsync |
Generate a session id for the VM that is changed every time the VM …
|
|
|
@30594
|
14 years |
vboxsync |
Fix VBoxBFE frontend after latest interface changes
|
|
|
@30141
|
14 years |
vboxsync |
VMMDev: typo when displaying the guest version information 2
|
|
|
@30061
|
14 years |
vboxsync |
Page fusion test api change
|
|
|
@30041
|
15 years |
vboxsync |
Part 2 of the page fusion test case
|
|
|
@30033
|
15 years |
vboxsync |
VMMDev: display the information of the VMMDevReportGuestInfo2 …
|
|
|
@30013
|
15 years |
vboxsync |
scm cleanup.
|
|
|
@29751
|
15 years |
vboxsync |
Devices/VMMDev: fix a signedness warning
|
|
|
@29750
|
15 years |
vboxsync |
Devices/VMMDev: always keep the …
|
|
|
@29743
|
15 years |
vboxsync |
HGCM: fixed memory leak (xTracker 4961).
|
|
|
@29590
|
15 years |
vboxsync |
Connect page fusion part 2
|
|
|
@29425
|
15 years |
vboxsync |
Shared paging updates
|
|
|
@29348
|
15 years |
vboxsync |
Return correctly
|
|
|
@29321
|
15 years |
vboxsync |
Compile fixes
|
|
|
@29307
|
15 years |
vboxsync |
Shared paging interface updates
|
|
|
@29250
|
15 years |
vboxsync |
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28434
|
15 years |
vboxsync |
*: whitespace cleanups by scm and two manually picked nits.
|
|
|
@28415
|
15 years |
vboxsync |
Shared paging updates
|
|
|
@28264
|
15 years |
vboxsync |
VideoModeSupported for multimonitor. (xTracker 4655)
|
|
|
@28099
|
15 years |
vboxsync |
Devices/VMMDev: inform the guest if we have an absolute pointing device
|
|
|
@28059
|
15 years |
vboxsync |
Devices/VMMDev: resend the last size hint correctly if the guest …
|
|
|
@28051
|
15 years |
vboxsync |
Another attempt to initialize the balloon correct during startup
|
|
|
@27970
|
15 years |
vboxsync |
VMMDevReq_ReportGuestStats: The struct specifies the memory fields in …
|
|
|
@27940
|
15 years |
vboxsync |
Devices/VMMDev: warnings
|
|
|
@27891
|
15 years |
vboxsync |
VMMDev: separately process video mode hints for different guest …
|
|
|
@27797
|
15 years |
vboxsync |
misc compiler warning fixes, comment typos and other minor cleanups
|
|
|
@27542
|
15 years |
vboxsync |
VMMDev: balloon chunks stam unit is count not bytes
|
|
|
@27085
|
15 years |
vboxsync |
Balloon changes
|
|
|
@27049
|
15 years |
vboxsync |
release stats for the number of chunks in the guest balloon
|
|
|
@27023
|
15 years |
vboxsync |
Guest Additions: memory ballooning for guests without support for …
|
|
|
@26350
|
15 years |
vboxsync |
Removed the balloon interface from Main's VMM device. Directly call …
|
|
|
@26295
|
15 years |
vboxsync |
Backed out r57393
|
|
|
@26290
|
15 years |
vboxsync |
Statistics interval controllable from within the guest from now on.
|
|
|
@26289
|
15 years |
vboxsync |
Devices: warnings.
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26165
|
15 years |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26164
|
15 years |
vboxsync |
PDM: Cleaning up device & USB device registration code.
|
|
|
@26160
|
15 years |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26158
|
15 years |
vboxsync |
TMR3UTCNow -> TMR3UtcNow + DevHlp.
|
|
|
@26001
|
15 years |
vboxsync |
PDM,*: Redid the PDM structure versions. Check the instance and helper …
|
|
|
@25985
|
15 years |
vboxsync |
pdmifs.h: the final batch of refactored interface ID code.
|
|
|
@25984
|
15 years |
vboxsync |
pdmifs.h: the penultimate batch of refactored interface ID code.
|
|
|
@25966
|
15 years |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25848
|
15 years |
vboxsync |
CPU hotplug: Merge the third patch. Guest additions interface for the …
|
|
|
@25778
|
15 years |
vboxsync |
VMMDevHGCM: shut up signed warnings.
|
|
|