VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45971   12 years vboxsync Main, VMM: Added an API seting to disable VT-x unrestricted execution.
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
(edit) @45890   12 years vboxsync Main: warnings
(edit) @45675   12 years vboxsync Main/Console: OSX fix
(edit) @45674   12 years vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @45660   12 years vboxsync Main/Machine+Console+Settings: add graphics controller type setting, …
(edit) @45622   12 years vboxsync Main: Introducing CPUPropertyType_LongMode + legacy band aid.
(edit) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45554   12 years vboxsync ConsoleImpl2.cpp: Treat the 64-bit guest type the same way on 32-bit …
(edit) @45553   12 years vboxsync ConsoleImpl2.cpp: Force HW-virt if 64-bit guest. Log force HW-virt …
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @44829   12 years vboxsync ExtPacks\Puel,Main: removed obsolete VBOX_WITH_USB_VIDEO_TEST define …
(edit) @44590   12 years vboxsync ConsoleImpl2: Implemented the 'bytes:' prefix for overlay values. (not …
(edit) @44503   12 years vboxsync Main: change API. Interface IMediumFormat was touched. Attribute …
(edit) @44425   12 years vboxsync Main: Some more pVM cleanups.
(edit) @44419   12 years vboxsync Main: One more use of PVM and some other cleanups.
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44387   12 years vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44364   12 years vboxsync PVM -> PUVM and make setVMRuntimeErrorCallbackF non-static and drop pVM.
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44191   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @44151   12 years vboxsync Main/Console: dump the VBoxInternal2 extradata settings since they …
(edit) @44103   12 years vboxsync Main/ConsoleImpl2: warning
(edit) @43808   12 years vboxsync Main: added the OS type to the release log
(edit) @43806   12 years vboxsync Main/ConsoleImpl2: build fix for ancient gcc versions (see r81663, …
(edit) @43754   12 years vboxsync src-client/ConsoleImpl2: warning
(edit) @43753   12 years vboxsync src-client/ConsoleImpl2.cpp: Build fix r81663.
(edit) @43750   12 years vboxsync Main/src-client/ConsoleImpl2 & Devices/PC/DevPcBios: Logical Geometry …
(edit) @43350   12 years vboxsync ConsoleVRDPServer: host channel for raw TSMF interface.
(edit) @43256   12 years vboxsync Main/EFI: Permanent NVRAM save switched off by default.
(edit) @43131   12 years vboxsync EFI: permanent NVRAM storage.
(edit) @43023   12 years vboxsync Legacy IDE Support: eliminating the API support for configuring the …
(edit) @42800   12 years vboxsync Main/MacGuest: EnableHVP for Mac guest.
(edit) @42571   12 years vboxsync Main/ConsoleImpl: print the file system typo for DVD/floppy images as …
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42437   12 years vboxsync IEM: Stats and more gentle stubs for unimplemented instructions.
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @41925   13 years vboxsync allow to change the clipboard mode during runtime (API change …
(edit) @41842   13 years vboxsync Main,VBoxManage,docs: bandwidth units changed to bytes (#5582)
(edit) @41774   13 years vboxsync bugref..
(edit) @41371   13 years vboxsync Main,include,VBoxManage: smartcard support: …
(edit) @41352   13 years vboxsync Main: remote smartcard
(edit) @40845   13 years vboxsync 3D check: direct invocation on the client side
(edit) @40767   13 years vboxsync also enumerate guest properties during guru meditation
(edit) @40706   13 years vboxsync NetShaper: TX thread implementation (#5582)
(edit) @40652   13 years vboxsync NetShaper,E1000: Basic framework and partial implementation for …
(edit) @40633   13 years vboxsync several warnings
(edit) @40418   13 years vboxsync Main: Extended IMachine and the settings XML with three tracing …
(edit) @40323   13 years vboxsync Main/Console: configure lpt ports correctly
(edit) @40192   13 years vboxsync 3D check: don't prevent the user from enabling 3D acceleration in the …
(edit) @40188   13 years vboxsync Main: disable 3D support for the guest if the availabilty test was not …
(edit) @40078   13 years vboxsync Main/NetIf: Use short interface name when composing network name on …
(edit) @40056   13 years vboxsync Main/ConsoleImpl2: Solaris: Fix invalid duplicate bridged network name …
(edit) @39477   13 years vboxsync VMM,VBoxManage,Main: Automatic map file loading for simplifying debugging.
(edit) @39450   13 years vboxsync Main: initial DnD support
(edit) @39303   13 years vboxsync VMCPUSET changes.
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @38873   13 years vboxsync Main: Add API to set the discard flag for harddisks
(edit) @38702   13 years vboxsync VSCSI+Main: Fix reporting non rotational medium status + set the CFGM …
(edit) @38688   13 years vboxsync ConsoleImpl2: LogRel failing to load EFI ROM.
(edit) @38628   13 years vboxsync SrvIntNetR0.cpp,ConsoleImpl2.cpp: Better if SrvIntNetR0.cpp sets the …
(edit) @38593   13 years vboxsync Main/Networking: Allow different users to attach to the same interface …
(edit) @38192   13 years vboxsync Main: bits for debugging cardreader.
(edit) @37902   13 years vboxsync Main: don't search for the extension pack if PCI passthrough is not …
(edit) @37828   14 years vboxsync Main/Console: fix regression introduced by the non-rotational medium …
(edit) @37824   14 years vboxsync Main/Machine+MediumAttachment+Console: add method for marking a 'hard …
(edit) @37813   14 years vboxsync Main: check for the existance of the extension pack for PCI passthrough
(edit) @37794   14 years vboxsync more PCI passthrough fixes
(edit) @37781   14 years vboxsync PCI passthrough fixes
(edit) @37687   14 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37589   14 years vboxsync Main/GuestCtrl: Major overhaul of internal guest control handling, …
(edit) @37471   14 years vboxsync Main/IConsole: add useHostClipboard attribute
(edit) @37283   14 years vboxsync Main: typo.
(edit) @37282   14 years vboxsync Main,ExtPacks/Puel/UsbWebcam: UsbWebcam intergration.
(edit) @37241   14 years vboxsync ConsoleImpl2.cpp: Avoid lock order inversion issue between the VMM …
(edit) @37215   14 years vboxsync Main/UsbWebcam: disabled peremeters for initialization of device & …
(edit) @37201   14 years vboxsync Main/ConsoleImpl: build fixes
(edit) @37200   14 years vboxsync API+Frontends: Generic network attachment driver support which …
(edit) @37016   14 years vboxsync Added VBOX_VERSION_STRING_RAW to only handle/store the pure VBox …
(edit) @36991   14 years vboxsync Main: Initial support for disk hotplugging, work in progress
(edit) @36837   14 years vboxsync HPET: cleanup, ICH9-specific HPET behavior
(edit) @36703   14 years vboxsync Main/Networking: Made configNetwork less picky about adapter names on …
(edit) @36630   14 years vboxsync PCI: Main and VBoxManage work
(edit) @36559   14 years vboxsync Main/Console: Use the device instance when detaching/attaching a …
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(edit) @36515   14 years vboxsync ExtPacks/UsbWebCam: Initial implementation of UsbWebCam (not finished, …
(edit) @36443   14 years vboxsync ConsoleImpl2.cpp: Set PGM/PciPassThrough=1.
(edit) @36439   14 years vboxsync Init COM for all EMTS and PDMThreads.
(edit) @36434   14 years vboxsync Main/ConsoleImpl2: uninitialized variable
(edit) @36400   14 years vboxsync PCI: work on IOMMU notifications
(edit) @36260   14 years vboxsync PCI: lifetime work, fixed issues with multiple PCI devices attached to …
(edit) @36130   14 years vboxsync Main: don't allow to start a VM if USB2.0 was enabled but no extension …
(edit) @36124   14 years vboxsync PCI: code to perform host driver detach on Linux - not yet fully functional
(edit) @36121   14 years vboxsync rework NetFlt/Adp
(edit) @36107   14 years vboxsync PCI: some Main work to provide correct attachment info for physical devices
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @36076   14 years vboxsync Right extra data variable name.
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