VirtualBox

source: vbox/trunk/src/VBox/Devices/VMMDev

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44792   12 years vboxsync Some nits, use RT_FROM_MEMBER now that we've finally got it.
(edit) @44790   12 years vboxsync VMMDev.cpp: Don't read the request header twice as it may have been …
(edit) @44788   12 years vboxsync VMMDev.cpp: No need to enter the critsect till after we've read the …
(edit) @44785   12 years vboxsync VMMDev.cpp: Delay critsect exit for HGCM requests to avoid race …
(edit) @44782   12 years vboxsync VMMDev.cpp: Build fixes.
(edit) @44781   12 years vboxsync VMMDev: Enter the critical section when resettomg and saving state, …
(edit) @44780   12 years vboxsync VMMDev: Do our own locking entirely.
(edit) @44778   12 years vboxsync Sad Dijstra => Happy Dijstra.
(edit) @44777   12 years vboxsync VMMDevState.h: Fixed signed warnings caused by the fix in r83871.
(edit) @44774   12 years vboxsync done
(edit) @44773   12 years vboxsync VMMDev.cpp: Split gigantic switch into functions.
(edit) @44762   12 years vboxsync Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being …
(edit) @44725   12 years vboxsync Moving the backdoor logging and timesync down so the request handling …
(edit) @44723   12 years vboxsync pVMMDevState -> pThis, like most other devs/drvs do by now.
(edit) @44722   12 years vboxsync VMMDev: More cleanups.
(edit) @44721   12 years vboxsync VMMDev: Removed pointless pThis check in vmmdevIPort_VBVAChange. (The …
(edit) @44720   12 years vboxsync VMMDev: More cleanups.
(edit) @44709   12 years vboxsync VMMDev: Cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44445   12 years vboxsync Fixed four PDMDevHlpCritSectInit calls.
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @43876   12 years vboxsync fixed a few format specifier bugs
(edit) @43320   12 years vboxsync Devices/VMMDev: clear IRQ on reset or Additions start.
(edit) @43259   12 years vboxsync fixed a few gcc false positive warnings and two shadowed declarations
(edit) @42589   12 years vboxsync VMMDevTesting: For now, format the register values differently.
(edit) @42585   12 years vboxsync Hidden registry exploration.
(edit) @41416   13 years vboxsync VMMDevTesting: VMMDEV_TESTING_CMD_SKIPPED.
(edit) @41413   13 years vboxsync VMMDevTesting.cpp: Output to log and release log.
(edit) @40718   13 years vboxsync VMMDev: saved HGCM commands must not be completed.
(edit) @40517   13 years vboxsync kBuild 2566 -> 2567: dtrace support.
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @39892   13 years vboxsync VMMDev: Allow some more function pointers to be NULL in …
(edit) @39890   13 years vboxsync VMMDev,IGuest,IAdditionsFacility,VBoxGuest,iprt/types.h: VMMDev must …
(edit) @39882   13 years vboxsync Config.kmk,VMMDev,Main,QtGui,VBoxManage: Refactored …
(edit) @39823   13 years vboxsync VMMDevReq_ReportGuestInfo2: Validate szName length.
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @38663   13 years vboxsync Devices/VMMDev: document VMMDevReq_GetDisplayChangeRequest[2]
(edit) @38227   13 years vboxsync Devices/VMMDev: Make GuestCoreDumpDir an optional parameter. Unbreaks …
(edit) @38037   13 years vboxsync eliminate use of LOG_ENABLED
(edit) @37877   13 years vboxsync VMMDev: by design we should not clear the pending event flags during reboot
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37385   13 years vboxsync adjust to misspelled member name.
(edit) @37384   13 years vboxsync 1 million rectangles ought to be enough for anybody…
(edit) @37381   13 years vboxsync VBoxVideo: move typecasts to proper arguments
(edit) @37378   13 years vboxsync VBoxVideo: add some explicit typecasts
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37175   14 years vboxsync Devices and Main/seamless: allow for the possibility that nothing is …
(edit) @36202   14 years vboxsync VMMDev: be a bit more verbose
(edit) @36201   14 years vboxsync VMMDev: always allow VMMDevReq_GetHostVersion.
(edit) @35989   14 years vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34902   14 years vboxsync IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.
(edit) @34534   14 years vboxsync todo
(edit) @34331   14 years vboxsync PCI: more 4.0 interfaces
(edit) @33758   14 years vboxsync Main, Devices/VMMDev, VBoxBFE: some rewrites of the mouse handling code
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33303   14 years vboxsync Devices/VMMDev: logging and hungarian
(edit) @32935   14 years vboxsync PDM, VMM, PCI: reworked MSI API: now MSIs delivered via IOAPIC API, …
(edit) @32774   14 years vboxsync Devices/VMMDev: better rc.
(edit) @32672   14 years vboxsync VMMDev: Use snapshot dir as default guest coredump dir.
(edit) @32645   14 years vboxsync Devices/VMMDev: partly reverted r66037 (tighter check on mouse pointer …
(edit) @32631   14 years vboxsync Devices/VMMDev and Additions/common/VBoxGuestLib: get the mouse …
(edit) @32616   14 years vboxsync VMMDev: return code.
(edit) @32605   14 years vboxsync VMMDev: Coredumper, probably a required fix on Windows hosts.
(edit) @32596   14 years vboxsync VMMDev: More consistent naming.
(edit) @32533   14 years vboxsync Devices/VMMDev: Added GuestCoreLocation and GuestCoreCount for …
(edit) @32369   14 years vboxsync VMMDev: GuestCoreDump -> GuestCoreDumpEnabled.
(edit) @32352   14 years vboxsync VMMDev.cpp: Allow GuestCoreDump and RZEnable in the config values.
(edit) @32315   14 years vboxsync VMMDev: Added CFGM parameter "GuestCoreDump" defaults to false.
(edit) @32313   14 years vboxsync VMMDev: added VMMDevReqWriteCoreDump. VMM/DBGFCoreWrite: remove unused …
(edit) @32209   14 years vboxsync VMMDev.cpp: Implemented VMMDevPowerState_SaveState - untested
(edit) @31524   14 years vboxsync VMMDev: understandable comment.
(edit) @31523   14 years vboxsync VMMDev: Drop unnecessary (), reorder the tests.
(edit) @31430   14 years vboxsync Guest Additions version lookup/status: Fixed loading of guest drivers, …
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @31109   14 years vboxsync VMMDevTesting.cpp: print values in a fashion that's easier to read.
(edit) @31057   14 years vboxsync VMMDevTesting: more space for big trap messages.
(edit) @30944   14 years vboxsync bigger buffer.
(edit) @30857   14 years vboxsync dang
(edit) @30852   14 years vboxsync VBox/VMMDev.h: VMMDEV_CREDENTIALS_STRLEN -> …
(edit) @30850   14 years vboxsync VMMDev: Addressed little paranoia issue introduced by r63480. That …
(edit) @30775   14 years vboxsync alignment fix.
(edit) @30774   14 years vboxsync alignment fix.
(edit) @30773   14 years vboxsync alignment fix.
(edit) @30772   14 years vboxsync VMMDevTesting/test1: Report the results to the host via a RTTest* like …
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30724   14 years vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30718   14 years vboxsync back out r63480 (burns windows)
(edit) @30715   14 years vboxsync VMMDev: Adding an optional (disabled by default) testing side to the …
(edit) @30668   14 years vboxsync Generate a session id for the VM that is changed every time the VM …
(edit) @30594   14 years vboxsync Fix VBoxBFE frontend after latest interface changes
(edit) @30141   14 years vboxsync VMMDev: typo when displaying the guest version information 2
(edit) @30061   14 years vboxsync Page fusion test api change
(edit) @30041   15 years vboxsync Part 2 of the page fusion test case
(edit) @30033   15 years vboxsync VMMDev: display the information of the VMMDevReportGuestInfo2 …
(edit) @30013   15 years vboxsync scm cleanup.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette