VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61694   9 years vboxsync properties
(edit) @61693   9 years vboxsync Runtime: Add RTJson* API to parse the JavaScript Object Notation …
(edit) @61692   9 years vboxsync VMX: Clear high dword when reading 32 bits into the VMCS cache, bugref:8432
(edit) @61691   9 years vboxsync bugref:8319: Devices/E1000: Interrupt throttling re-worked
(edit) @61690   9 years vboxsync VMM/EM: Clarify with a comment, can easily get confusing otherwise.
(edit) @61689   9 years vboxsync Main: increased the default size of RAM, VRAM and hard disk of some …
(edit) @61688   9 years vboxsync VMM/HMSVMR0: Follow up fix for r108040.
(edit) @61687   9 years vboxsync FE/Qt: allow to compile with VBOX_WITH_EXTPACK=
(edit) @61686   9 years vboxsync Main: allow to compile with VBOX_WITH_USB=
(edit) @61685   9 years vboxsync VMM: I/O APIC lockless implementation.
(edit) @61684   9 years vboxsync Main: IDisplay reverted r108035, not needed
(edit) @61683   9 years vboxsync SVM: Allow additional return code.
(edit) @61682   9 years vboxsync whoops
(edit) @61681   9 years vboxsync Debugger/CodeView: Start on two new commands. 'dti' prints information …
(edit) @61680   9 years vboxsync VMMR3/DBGFR3Type: New API to dump type information and a guest memory …
(edit) @61678   9 years vboxsync Main: IDisplay restored compatibility with 5.0 by using reserved …
(edit) @61677   9 years vboxsync typo
(edit) @61676   9 years vboxsync Devices/ACPI: when determining the current power consumption, use …
(edit) @61675   9 years vboxsync Devices/ACPI: Notify the guest by sending a battery status change …
(edit) @61674   9 years vboxsync FE/VBoxManage: Committed too much
(edit) @61673   9 years vboxsync FE/VBoxManage: Add dumpgueststack subcommand for debugvm
(edit) @61672   9 years vboxsync build fix
(edit) @61671   9 years vboxsync VMM/DBGF: Start on a simple type system to pretty print structs in the …
(edit) @61670   9 years vboxsync MM: Add new tag for later use
(edit) @61669   9 years vboxsync FE/Qt: bugref:8358: Debugger: Fixing issue in binary-search of …
(edit) @61668   9 years vboxsync Audio: Update.
(edit) @61667   9 years vboxsync bugref:8238 VBoxSVC settings - USBDeviceFilter
(edit) @61666   9 years vboxsync SVM: Mark CPU state as very dirty after emulating an instruction.
(edit) @61665   9 years vboxsync Type typo.
(edit) @61664   9 years vboxsync Devices: Partially revert r108015.
(edit) @61663   9 years vboxsync Build fix for r108013.
(edit) @61662   9 years vboxsync Devices: typo.
(edit) @61661   9 years vboxsync Devices: Don't compile old I/O APIC code when not required.
(edit) @61660   9 years vboxsync iemOp_movups_Wps_Vpsmovupd_Wpd_Vpdmovss_Wss_Vssmovsd_Vsd_Wsd: …
(edit) @61659   9 years vboxsync FE/Qt: bugref:8422: Runtime UI: Full-screen window: Clear window state …
(edit) @61658   9 years vboxsync GuestHost/SharedClipboard: coding fixes and fix for a potential memory leak
(edit) @61657   9 years vboxsync VMM: Careful with cpumguest and friends!
(edit) @61656   9 years vboxsync same here
(edit) @61655   9 years vboxsync FE/Qt: Russian spelling fix.
(edit) @61654   9 years vboxsync Additions/VBoxClient: don't block the DnD service when VBoxClient is …
(edit) @61653   9 years vboxsync vsheriff: OSX Watchdog Timeout.
(edit) @61652   9 years vboxsync IEM: quick movsd Wsd,Vsd impl for tindermac6.
(edit) @61651   9 years vboxsync IEM: quick movsd Wsd,Vsd impl for tindermac6.
(edit) @61650   9 years vboxsync IEMAllInstructions.cpp.h: cleanup
(edit) @61649   9 years vboxsync build fix
(edit) @61648   9 years vboxsync VMM/HM: Better handling of edge-cases during exceptions caused as a …
(edit) @61647   9 years vboxsync VMM/HM: Use unique, non-zero error codes for u32HMError and avoid …
(edit) @61645   9 years vboxsync bugref:8344. added logic when new location consists of only a filename …
(edit) @61644   9 years vboxsync Main/ConsoleImpl: refine error handling for enabling the VRDE server
(edit) @61643   9 years vboxsync EM,VMM: Attempt at dealing with guru meditations in SMP VMs.
(edit) @61642   9 years vboxsync vsheriff: VERR_VMX_INVALID_GUEST_STATE
(edit) @61641   9 years vboxsync IEM: Enabling movlps and movups again.
(edit) @61640   9 years vboxsync IEM: unbreak long mode excption dispatching. cleanups
(edit) @61639   9 years vboxsync IEM: Temporarily disabled movlps and movups.
(edit) @61638   9 years vboxsync IEM: movlps for fedora 18.
(edit) @61637   9 years vboxsync IEM: Quick implementation of movups Wps,Vps.
(edit) @61636   9 years vboxsync IEM: Tiny fixes + enable callgate emulation (2nd try).
(edit) @61635   9 years vboxsync IEMAll.cpp: Ditto for long mode exception dispatching.
(edit) @61634   9 years vboxsync Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily …
(edit) @61633   9 years vboxsync EM.cpp: build fix
(edit) @61632   9 years vboxsync GIM: Correct header order to match what is use *everywhere* else in …
(edit) @61631   9 years vboxsync GIMAllHv.cpp: build fix.
(edit) @61630   9 years vboxsync IEM: When dispatching interrupts, set new CPL before pushing stuff on …
(edit) @61629   9 years vboxsync comment correction.
(edit) @61628   9 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @61627   9 years vboxsync Comment.
(edit) @61626   9 years vboxsync VMX: PGMTrap0eHandler can emulate many interesting things; consider …
(edit) @61625   9 years vboxsync fflags: Added missing VMCPU_FF_UPDATE_APIC.
(edit) @61624   9 years vboxsync Main: fixed lock ordering
(edit) @61623   9 years vboxsync IEM: Fixed stupid iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd bug.
(edit) @61622   9 years vboxsync Debugger/Digger/Linux: Another way to get at the log buffer for …
(edit) @61621   9 years vboxsync DevEFI: Display the value of BugCheck* variables to get blue screen …
(edit) @61620   9 years vboxsync VBoxTray: primary guest display must remain at 0,0.
(edit) @61619   9 years vboxsync VMM/APIC: oops, unintended LogRel line in r107951.
(edit) @61618   9 years vboxsync vsheriff: automatic repair bsod variant
(edit) @61617   9 years vboxsync naughty!
(edit) @61616   9 years vboxsync wuiadmin.py: bulk command settings fix.
(edit) @61615   9 years vboxsync Logging.
(edit) @61614   9 years vboxsync grr
(edit) @61613   9 years vboxsync Whops.
(edit) @61612   9 years vboxsync vsheriff: detect automatic repair bsod
(edit) @61611   9 years vboxsync Main: properly revert the internal state if the VRDE server cannot be …
(edit) @61610   9 years vboxsync Main: properly inform the user if the VRDE server cannot be started at …
(edit) @61609   9 years vboxsync Audio: Update.
(edit) @61608   9 years vboxsync VMM/APIC: Manually register the x2APIC MSR ranges when x2APIC mode is …
(edit) @61607   9 years vboxsync Debugger/Digger/Linux: Another alternate needle required for OpenSuse …
(edit) @61605   9 years vboxsync VMM/HMSVMR0: Don't try to use NRIP_SAVE feature for #UD #VMEXITs.
(edit) @61604   9 years vboxsync bugref:8344. using RTPATH_SLASH.
(edit) @61603   9 years vboxsync VBoxTray: fixed regression from r107867: do not re-enable disabled screens
(edit) @61602   9 years vboxsync bugref:4567: build fix
(edit) @61601   9 years vboxsync typo!
(edit) @61600   9 years vboxsync warning in release builds
(edit) @61599   9 years vboxsync typo
(edit) @61598   9 years vboxsync Installer/solaris: OSE fix
(edit) @61597   9 years vboxsync bugref:4567: Linux kernel driver maintenance drm/vboxvideo: Add …
(edit) @61596   9 years vboxsync bugref:4567: Linux kernel driver maintenance: drm/vboxvideo: …
(edit) @61595   9 years vboxsync testboxscript_real.py: Before I forget, make sure we report the tree …
(edit) @61594   9 years vboxsync tailin space
(edit) @61593   9 years vboxsync testmanager: attempt to fix broken testbox list actions. …
(edit) @61592   9 years vboxsync testmanager: attempt to fix broken testbox list actions. …
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