VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/MachineImpl.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @52497   10 年 vboxsync Main/Machine: simplify object reference assignments
(edit) @52492   10 年 vboxsync MachineImpl: warnings
(edit) @52490   10 年 vboxsync Main: more cleanup after r95701
(edit) @52489   10 年 vboxsync Main: tabs
(edit) @52483   10 年 vboxsync Main: cleanup after r95701
(edit) @52481   10 年 vboxsync 6813 - MachineImpl.cpp - IInternalMachineControl changes.
(edit) @52339   10 年 vboxsync Main/MachineImpl: Enable Hyper-V GIM for new Windows VMs.
(edit) @52312   10 年 vboxsync 6219: New parameters related to file size / recording time limitation …
(edit) @52251   10 年 vboxsync Main: update guest properties API to work with API wrappers, removed …
(edit) @52175   10 年 vboxsync MachineImpl.cpp: Create the log directory before launching the VM; …
(edit) @52171   10 年 vboxsync Main: VM startup logging on windows.
(edit) @52139   10 年 vboxsync SUP: child-process purification to avoid sysfer.dll.
(edit) @52090   10 年 vboxsync Main, Fe/Qt4: Added method to get effective paravirt. provider in …
(edit) @51903   10 年 vboxsync Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the …
(edit) @51770   10 年 vboxsync Merged in iprt++ dev branch.
(edit) @51643   10 年 vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51567   11 年 vboxsync 6813 MachineImpl.cpp server side com wrapper API useage - further fix
(edit) @51512   11 年 vboxsync 6813 - MachineImpl use of server side wrappers - vn 4 - bugfix
(edit) @51506   11 年 vboxsync 6813 - MachineImpl use of server side wrappers - vn 3 - …
(edit) @51499   11 年 vboxsync 6813 - MachineImpl use of server side wrappers - vn 2 - bugfixes
(edit) @51498   11 年 vboxsync 6813 - MachineImpl use of server side wrappers + misc mods on other …
(edit) @51476   11 年 vboxsync DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed …
(edit) @51190   11 年 vboxsync VBoxSVC: save settings at exit: update VirtualBox.xml if VM name was …
(edit) @50996   11 年 vboxsync Main: Added paravirt. provider APIs.
(edit) @50922   11 年 vboxsync 6183 src-all/PCIDeviceAttachmentImpl.cpp
(edit) @50919   11 年 vboxsync 6183 src-all/SharedFolderImpl.cpp
(edit) @50874   11 年 vboxsync 6813 src-all/ProgressImp.cpp + some formatting/line length sorting
(edit) @50652   11 年 vboxsync Main/MachineImpl: well, if we use a counter there is no point in …
(edit) @50651   11 年 vboxsync Main/MachineImpl: use a real counter here
(edit) @50650   11 年 vboxsync Main/MachineImpl: don't start the NAT network at …
(edit) @50435   11 年 vboxsync Main/Machine: avoid losing error info for OVF import failures, it …
(edit) @50355   11 年 vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @50297   11 年 vboxsync build fix
(edit) @50291   11 年 vboxsync Main/SystemProperties: Add GetStorageControllerHotplugCapable to check …
(edit) @49983   11 年 vboxsync Devices/Graphics: VMware SVGA II compatible graphics emulation (2D …
(edit) @49976   11 年 vboxsync Main/Machine+ClientWatcher: fix for the generic watcher, it missed …
(edit) @49960   11 年 vboxsync 6813 stage 6 - Make use of server side API wrapper code in all interfaces
(edit) @49951   11 年 vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49871   11 年 vboxsync 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1
(edit) @49795   11 年 vboxsync 6813 - stage 3 rev 1
(edit) @49742   11 年 vboxsync 6813 stage 2 - Use the server side API wrapper code..
(edit) @49644   11 年 vboxsync stage 1/8 of 6813 changes
(edit) @49552   11 年 vboxsync Main/Machine: the API description clearly says that deleting a VM …
(edit) @49293   11 年 vboxsync typo in prev change
(edit) @49292   11 年 vboxsync Main/Machine: regression, incorrect UUID check, leading to Windows …
(edit) @49190   11 年 vboxsync Main,VBoxManage: Implement hotpluggable setting stubs
(edit) @49058   11 年 vboxsync Main: Added a TripleFaultReset switch.
(edit) @49039   11 年 vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @48983   11 年 vboxsync Main,Frontends: Support for the USB storage controller
(edit) @48968   11 年 vboxsync Main/NATNetwork: more logging
(edit) @48879   11 年 vboxsync Main/MediumAttachment+Machine: stub attribute/method for an explicit …
(edit) @48735   11 年 vboxsync Main/Machine: store the passthrough flag even if there is no medium …
(edit) @48718   11 年 vboxsync SessionMachine::init: lockWrite() call depends on RT_LOCK_STRICT.
(edit) @48713   11 年 vboxsync SessionMachine::init: lockWrite(LOCKVAL_SRC_POS_DECL).
(edit) @48712   11 年 vboxsync NatNetwork/Main: build fix: lockWrite(RT_SRC_POS) -> lockWrite()
(edit) @48711   11 年 vboxsync NatNetwork/Main: do network reference counting on starting/stopping …
(edit) @48538   11 年 vboxsync Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+S …
(edit) @48505   11 年 vboxsync Main/Machine: preparations for moving machines to a different place on disk
(edit) @48431   11 年 vboxsync Main/Machine+Session: New generic client session watcher …
(edit) @48406   11 年 vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(edit) @48299   11 年 vboxsync SessionImpl.cpp: VBoxClient-x86.so fixes.
(edit) @48297   11 年 vboxsync Main/Medium: redesign API level medium locking, needed conversions …
(edit) @48295   11 年 vboxsync Main: fixed a few %Rrc <--> COM error code mismatches
(edit) @47991   11 年 vboxsync Main: Made the exclusive HW virtualization use setting global rather …
(edit) @47916   11 年 vboxsync Main/Machine: fix the code which sets custom icons, and also fix …
(edit) @47915   11 年 vboxsync Main/Machine: add a way to safely override the VM app, OSX specific
(edit) @47776   11 年 vboxsync Warnings and space.
(edit) @47561   11 年 vboxsync Main/VirtualBox+Machine+Session: separate out the client death …
(edit) @47401   11 年 vboxsync Main,Frontends: Second step of USB controller rework. There is one …
(edit) @47376   11 年 vboxsync Main/USB: USB Controller implementation rework. Moved filter handling …
(edit) @46825   11 年 vboxsync Main/VPX: error handling
(edit) @46820   11 年 vboxsync Main: do not include VirtualBoxImpl.h from code ending in VBoxC …
(edit) @46816   11 年 vboxsync Main/VPX: only save the settings if the change was successful
(edit) @46734   11 年 vboxsync Main: Don't create a medium lock list if there is no medium to attach …
(edit) @46667   11 年 vboxsync Main/idl: clarify IMachine.videoCaptureFile to be an absolute path, …
(edit) @46532   11 年 vboxsync Main/MachineImpl: prevent changing video recording settings only if …
(edit) @46523   11 年 vboxsync Main/VBoxManage: allow to enable video recording at VM runtime
(edit) @46465   11 年 vboxsync Main/VPX: introduced onVideoCaptureChange event
(edit) @46387   12 年 vboxsync Main/Machine: fix default VM frontend handling, the empty string was …
(edit) @46351   12 年 vboxsync The ICON data isn't required, it's optional so dont fail in …
(edit) @46348   12 年 vboxsync Override VM Icon Implementation xtracker id:5292
(edit) @46303   12 年 vboxsync Main/Machine: always update the property flags in …
(edit) @46302   12 年 vboxsync Main/Machine: don't forget to create a new guest property if it does …
(edit) @46285   12 年 vboxsync Main/Machine: fix medium lock list handling when creating implicit …
(edit) @46124   12 年 vboxsync Main: fix for r85814
(edit) @46123   12 年 vboxsync Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and …
(edit) @46056   12 年 vboxsync Main: Reattach the medium to the VM when restoring it if hotplugging …
(edit) @45971   12 年 vboxsync Main, VMM: Added an API seting to disable VT-x unrestricted execution.
(edit) @45926   12 年 vboxsync IMachine::VideoCaptureFps
(edit) @45909   12 年 vboxsync Main: don't create a guest property if it does not exist and should be …
(edit) @45882   12 年 vboxsync Main/VPX: typo
(edit) @45838   12 年 vboxsync VPX: plugged memory leak; introduced rate parameter; clear artefacts …
(edit) @45814   12 年 vboxsync Main: removed all these recent hacks for debugging the testboxes
(edit) @45770   12 年 vboxsync VPX: default 1024x768
(edit) @45757   12 年 vboxsync Main: more debugging
(edit) @45731   12 年 vboxsync several fixes for video recording
(edit) @45720   12 年 vboxsync desperate
(edit) @45719   12 年 vboxsync More testbox debug hacks.
(edit) @45706   12 年 vboxsync more temporary debugging
(edit) @45688   12 年 vboxsync Another hack in the dark.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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