VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2912   18 years vboxsync mixing initialized and uninitalized vars makes it harder to read.
(edit) @2910   18 years vboxsync Fixed (hopefully - can't test easily) handling of the case where we …
(edit) @2909   18 years vboxsync pfnLogger and pfnFlush are ring-0 addresses and can't be validated …
(edit) @2908   18 years vboxsync Removing the TM debug code.
(edit) @2907   18 years vboxsync Don't show the stopped messages unless the timer is active.
(edit) @2905   18 years vboxsync show VM error at least in text console
(edit) @2904   18 years vboxsync VMSetError without traling \n
(edit) @2903   18 years vboxsync FE/Qt: Corrected the fix for #1989.
(edit) @2902   18 years vboxsync FE/BFE: added -bootmenu parameter, some cosmetical changes
(edit) @2900   18 years vboxsync Fixed fixed fix for Linux PIO reads. Tested Windows installs, worked fine.
(edit) @2899   18 years vboxsync added missing configuration string
(edit) @2898   18 years vboxsync fix compile on Linux 2.6.22 x86_64
(edit) @2897   18 years vboxsync Correct eflags.IOPL as well.
(edit) @2896   18 years vboxsync More preparations for emulation of real and protected mode without …
(edit) @2895   18 years vboxsync 1750: Add CDROM configuration to "Create VM" wizard: Done: The …
(edit) @2894   18 years vboxsync Logging changes
(edit) @2893   18 years vboxsync Logging changes
(edit) @2892   18 years vboxsync Preliminary code for real mode and protected mode without paging.
(edit) @2889   18 years vboxsync 1989: Better initial size of settings dialogs Done for both VM & …
(edit) @2888   18 years vboxsync spelling
(edit) @2886   18 years vboxsync added files missing in the other clean list.
(edit) @2885   18 years vboxsync Read the previous value together with the GIP.
(edit) @2884   18 years vboxsync Abort any pending catchup and reset. Fixed broken DoQueuesRun statistics.
(edit) @2883   18 years vboxsync annoying assertion…
(edit) @2882   18 years vboxsync fix
(edit) @2881   18 years vboxsync Completely wrong handling of the VINF_EM_RESCHEDULE_REM case. It was …
(edit) @2880   18 years vboxsync Use a 64Hz PIT rate instead of the 1KHz one. Don't spin for keypress …
(edit) @2879   18 years vboxsync compile fix
(edit) @2878   18 years vboxsync Only take the lower 16 bits from ecx when in real or v86 mode.
(edit) @2877   18 years vboxsync Fixed typo.
(edit) @2876   18 years vboxsync Back out fixed fix again.
(edit) @2875   18 years vboxsync Fix delta calculation.
(edit) @2874   18 years vboxsync ahem
(edit) @2873   18 years vboxsync skip the write; previous code caused crashes
(edit) @2872   18 years vboxsync Fixed the Linux PIO read fix. Now it shouldn't hang Windows installs …
(edit) @2871   18 years vboxsync get Module.symvers into vboxvfs for newer Linux kernels to prevent …
(edit) @2870   18 years vboxsync Not required.
(edit) @2869   18 years vboxsync Create a speciallized version of the RTTimeNanoTS code in timesup.cpp …
(edit) @2868   18 years vboxsync FE/Qt: Minor corrections of the First Run Wizard.
(edit) @2867   18 years vboxsync Fixed DevPCNet receive code so that it can properly receive into …
(edit) @2866   18 years vboxsync export to OSE
(edit) @2865   18 years vboxsync FE/Qt: Updated Chinese/China and French translations.
(edit) @2864   18 years vboxsync 1750: Add CDROM configuration to "Create VM" wizard: First Run Wizard …
(edit) @2863   18 years vboxsync FE/Qt: Russian: Fixed a typo.
(edit) @2862   18 years vboxsync Back out Linux guest PIO read fix. Breaks Windows guest installs from CD.
(edit) @2861   18 years vboxsync Backed out 21511,21510 and 21508
(edit) @2860   18 years vboxsync Wonder if this is what busted testboxopt... I've got the info I needed …
(edit) @2859   18 years vboxsync some more.
(edit) @2858   18 years vboxsync mark statistics.
(edit) @2857   18 years vboxsync More logging.
(edit) @2856   18 years vboxsync added some German nls strings
(edit) @2855   18 years vboxsync cosmetical fix
(edit) @2854   18 years vboxsync Some more logging to make sure I'm on the right track.
(edit) @2853   18 years vboxsync typo
(edit) @2852   18 years vboxsync spaces.
(edit) @2851   18 years vboxsync Log RTC frequency changes.
(edit) @2850   18 years vboxsync Fixed leftover VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs.
(edit) @2849   18 years vboxsync No need to dump the PIT state. #1589 has been solved with the …
(edit) @2848   18 years vboxsync more/better release logging.
(edit) @2845   18 years vboxsync Main: Switched USBController to the new locking model.
(edit) @2842   18 years vboxsync Mark drive as ready immediately after a completed PIO read. This …
(edit) @2839   18 years vboxsync More release logging in relation to aborting of ATA commands.
(edit) @2837   18 years vboxsync Log message typo fix.
(edit) @2835   18 years vboxsync 1935: WinXP guest resolution resetted to 640x480 after startup: …
(edit) @2834   18 years vboxsync FE/Qt: Fixed incorrect codepage conversion for USB Device details and …
(edit) @2833   18 years vboxsync New open flag for just getting the image information, suppressing …
(edit) @2831   18 years vboxsync FE/BFE: added '-prealloc' option to force RAM preallocation
(edit) @2830   18 years vboxsync Halt loop - work in progress.
(edit) @2829   18 years vboxsync Warnings fix.
(edit) @2828   18 years vboxsync If the TSC isn't fixed, spin instead of sleeping when reading out the …
(edit) @2827   18 years vboxsync Two more LogRel statements for debugging w32_2.
(edit) @2826   18 years vboxsync Yield CPU on drive busy, even in guest context. This reduces the CPU …
(edit) @2824   18 years vboxsync Enabled ring 0 logging again for 64 bits builds.
(edit) @2823   18 years vboxsync FE/Qt: No need to list sources in VBoxUI.pro.
(edit) @2822   18 years vboxsync And another
(edit) @2821   18 years vboxsync FE/Qt: Translate "<key_%1>" everywhere.
(edit) @2820   18 years vboxsync compile fix
(edit) @2819   18 years vboxsync Bugfix
(edit) @2818   18 years vboxsync Corrections for 64 bits shifts.
(edit) @2817   18 years vboxsync L4: Make sure we don't render into the VRAM while the current console …
(edit) @2816   18 years vboxsync Corrections for 64 bits descriptors
(edit) @2814   18 years vboxsync compile fix
(edit) @2813   18 years vboxsync Updates
(edit) @2811   18 years vboxsync Updates for 64 bits descriptors.
(edit) @2805   18 years vboxsync Main: Fixed: Machine-level USB filters are now inserted to the USB …
(edit) @2804   18 years vboxsync Main: Added Machine::AutoStateDependency smart class that helps to …
(edit) @2803   18 years vboxsync Simplified GS save/restore
(edit) @2802   18 years vboxsync Fixed the host key name display in the X11 GUI
(edit) @2801   18 years vboxsync 1750: Add CDROM configuration to "Create VM" wizard: CD/DVD Boot …
(edit) @2800   18 years vboxsync More logging in failure case.
(edit) @2798   18 years vboxsync Framebuffer, which does not use the guest VRAM directly, must be …
(edit) @2797   18 years vboxsync Same for SVM. (log only once)
(edit) @2796   18 years vboxsync Correction
(edit) @2795   18 years vboxsync Log only once
(edit) @2794   18 years vboxsync Pin control as well.
(edit) @2793   18 years vboxsync Checked wrong dword in capabilities qword.
(edit) @2792   18 years vboxsync small fix
(edit) @2791   18 years vboxsync L4: Set an initial video mode hint to resize the guest to the …
(edit) @2790   18 years vboxsync Dropped VMXWriteVMCS high for AMD64
(edit) @2789   18 years vboxsync Fixes for gs save & restore in AMD64 mode.
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