VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10428   16 years vboxsync Print online / offline status returned by RTMpIsCpuOnline for visual …
(edit) @10427   16 years vboxsync This needs to be adjusted as well of course..
(edit) @10426   16 years vboxsync Extended the testcase with the RTGetCur/MaxFrequency APIs.
(edit) @10425   16 years vboxsync Fixed incorrect function delcarations.
(edit) @10424   16 years vboxsync Fe/Qt4: [Coding-Style] Trim spaces in QIAbstractWizard.cpp
(edit) @10423   16 years vboxsync ProcessorCount & ProcessorDescription aren't attributes
(edit) @10422   16 years vboxsync Fixed descriptions.
(edit) @10421   16 years vboxsync _SC_NPROCESSORS_CONF doesn't work.
(edit) @10420   16 years vboxsync FE/Qt4: Named the Qt3 version VirtualBox3 & the Qt4 version VirtualBox.
(edit) @10419   16 years vboxsync Linux implementation of the RTMp* bits we current need in ring-3.
(edit) @10418   16 years vboxsync New runtime functions fopr getting cpu frequency. Stubs only to far.
(edit) @10417   16 years vboxsync FE/Qt: updated the French translation
(edit) @10416   16 years vboxsync FE/Qt4: Signal activated is Qt3Support. Replaced it with triggered.
(edit) @10415   16 years vboxsync FE/Qt: updated the French translation
(edit) @10414   16 years vboxsync FE/Qt: improved heuristics for automatic maximum guest resolution, …
(edit) @10413   16 years vboxsync REMR3IsPageAccessHandled must be exported properly
(edit) @10412   16 years vboxsync Implement new VBoxManage list hostinfo command.
(edit) @10411   16 years vboxsync Missing change
(edit) @10410   16 years vboxsync Introduced VM_FF_REM_HANDLER_NOTIFY action flag to replay the handler …
(edit) @10409   16 years vboxsync Backed out part of the previous changeset: breaks the saved state.
(edit) @10408   16 years vboxsync Increase number of queued rem handler notifications. Flush them on …
(edit) @10407   16 years vboxsync Actaully, RTMpGetMaxFrequency is more appropriate. An associated API …
(edit) @10406   16 years vboxsync RTMpGetCpuMaxSpeed.
(edit) @10405   16 years vboxsync Treat pages as reused when changing at least 0x40 qwords with rep …
(edit) @10404   16 years vboxsync Compile fix
(edit) @10403   16 years vboxsync REX implies 64 bits mode.
(edit) @10402   16 years vboxsync REX and REP prefixes must be set for movsq/stosq check.
(edit) @10401   16 years vboxsync Detect page reuse by rep movsq.
(edit) @10400   16 years vboxsync typo
(edit) @10399   16 years vboxsync Main API fix for getting processor speed/description - there's no …
(edit) @10398   16 years vboxsync Exit the guest paging mode before the pgm pool gets reset.
(edit) @10397   16 years vboxsync Wrong assertions and order.
(edit) @10396   16 years vboxsync New VBoxManage modifyvm switch for selecting PIIX3/4 IDE controller.
(edit) @10395   16 years vboxsync FE/Qt: improved heuristics for automatic maximum guest resolution
(edit) @10394   16 years vboxsync More bug fixes for index handling.
(edit) @10393   16 years vboxsync Corrected 16 bits index handling.
(edit) @10392   16 years vboxsync display fOptions too.
(edit) @10391   16 years vboxsync Override IOService::terminate to prevent a busy VBoxDrv from being …
(edit) @10390   16 years vboxsync We need to do reference counting becuase the ring-0 IPRT may be shared …
(edit) @10389   16 years vboxsync Hide _antimain, _realmain and _kext_apple_cc using DECLHIDDEN since …
(edit) @10388   16 years vboxsync Added OSBundleCompatibleVersion and set it to the current version …
(edit) @10387   16 years vboxsync Mixed the IOC and IDC versions in SUPDRV_IDC_REQ_CONNECT.
(edit) @10386   16 years vboxsync Added IN_RT_STATIC.
(edit) @10385   16 years vboxsync configure qt4 fix for mdv2008.1
(edit) @10384   16 years vboxsync VBOX_HAVE_VISIBILITY_HIDDEN -> RT_USE_VISIBILITY_DEFAULT and …
(edit) @10383   16 years vboxsync Added DECLHIDDEN.
(edit) @10382   16 years vboxsync Refuse huge (>= _4G) REP prefixed transfers.
(edit) @10381   16 years vboxsync Updates for 64 bits mmio.
(edit) @10380   16 years vboxsync Build VBoxNetFlt on darwin.
(edit) @10379   16 years vboxsync MMIO: missing changes for 64 bits mode.
(edit) @10378   16 years vboxsync Possible fix for Linux guest regression
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10376   16 years vboxsync FE/Qt4: Add top/bottom margin to the items of the settings selector.
(edit) @10375   16 years vboxsync Added two VERR_SUPDRV_* status code and rearranged the codes to fill …
(edit) @10374   16 years vboxsync Corrected log messages.
(edit) @10373   16 years vboxsync FE/Qt4: Remove that ugly border on all platforms.
(edit) @10372   16 years vboxsync disable the floppy controller in the ACPI tables if necessary
(edit) @10371   16 years vboxsync FE/Qt4: No frame around the view.
(edit) @10370   16 years vboxsync Tabs.
(edit) @10369   16 years vboxsync FE/Qt4-OSX: Leave some space between the toolbar and the tab widgets.
(edit) @10368   16 years vboxsync Check presence of 2nd shadow pt entry too of course.
(edit) @10367   16 years vboxsync FE/Qt4-OSX: No border around the statusbar indicator.
(edit) @10366   16 years vboxsync FE/Qt4-OSX: Temporary disable the resizing again.
(edit) @10365   16 years vboxsync pCpu can be NULL.
(edit) @10364   16 years vboxsync Cleaned up
(edit) @10363   16 years vboxsync Correction
(edit) @10362   16 years vboxsync More verbose assertion
(edit) @10361   16 years vboxsync FE/Qt4-OSX: Enable a resize animation on the settings dialog if a new …
(edit) @10360   16 years vboxsync Removed the same assertion as before in the AMD-V code.
(edit) @10359   16 years vboxsync Removed obsolete HWACCM_CHANGED_GUEST_CR8
(edit) @10358   16 years vboxsync Implemented cr8 reading (PDMApicGetTPR).
(edit) @10357   16 years vboxsync Flush the recompiler's TLB when our invlpg replay array overflows.
(edit) @10356   16 years vboxsync Safety precaution
(edit) @10355   16 years vboxsync TPR updates
(edit) @10354   16 years vboxsync Extra assertion
(edit) @10353   16 years vboxsync TPR caching for VT-x. Removed the CR8 register from CPUMCTX.
(edit) @10352   16 years vboxsync FE/Qt4: The width of the media combobox's shouldn't be as large as the …
(edit) @10351   16 years vboxsync FE/Qt: Cache values used several times in local variables (IPC calls …
(edit) @10350   16 years vboxsync Installer/linux: fix for the case in which the VBox.sh script was …
(edit) @10349   16 years vboxsync sync debian
(edit) @10348   16 years vboxsync configure: more qt4 tweaks
(edit) @10347   16 years vboxsync Solaris vboxvfs bits.
(edit) @10346   16 years vboxsync Moved DEFS into the right place (before SOURCES). LIBS and LDFLAGS was …
(edit) @10345   16 years vboxsync VBoxKeyboard4_TARSOURCES isn't right. Added missing cleanup of the tar.gz.
(edit) @10344   16 years vboxsync Got the qt4 unit working except for nls. there's a question around the …
(edit) @10343   16 years vboxsync Logging update
(edit) @10342   16 years vboxsync Clear old cr3 values before attempting to allocate a new page from our …
(edit) @10341   16 years vboxsync typo fix
(edit) @10340   16 years vboxsync Pool flush handling updates
(edit) @10339   16 years vboxsync FE/Qt4: Check for active popup's or other modal widgets on pressing …
(edit) @10338   16 years vboxsync Solaris vboxvfs stuff.
(edit) @10337   16 years vboxsync FE/Qt4: Disabled manual setting of the dialog 'tab' order.
(edit) @10336   16 years vboxsync Corrections for rc handling.
(edit) @10335   16 years vboxsync FE/Qt4: More default button improvements.
(edit) @10334   16 years vboxsync Stosq case for clearing pages.
(edit) @10333   16 years vboxsync added package type property
(edit) @10332   16 years vboxsync FE/Qt4: some simplification
(edit) @10331   16 years vboxsync Removed the assertion completely.
(edit) @10330   16 years vboxsync Wrong assertion. Due to ring 3 far jumps the assertion condition can …
(edit) @10329   16 years vboxsync FE/Qt4: Set the default dialog button.
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