leolleeooleo opened a new pull request #5513:
URL: https://github.com/apache/cloudstack/pull/5513


   ### Description
   
   Add MV Settings for virtual GPU hardware type and memory.
   The default virtual GPU hardware model type is cirrus.
   KVM libvirt are support cirrus, vga, qxl and virtio.
   Set the value in MV setting to override 
/etc/cloudstack/agent/agent.properties
   video.hardware=qxl (override vm.video.hardware)
   video.ram=32768 (override vm.video.ram)
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [x] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [x] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   I had test windows 10 and ubuntu 20.04 on CloudStack 4.15.2
   In my test set "video.hardware=qxl, video.ram=32768" on windows 10 can get 
better performance.
   And set "video.hardware=virtio, video.ram=32768" on ubuntu 20.04 can get 
better performance.
   Windows driver "Stable virtio-win ISO" is from 
[here](https://github.com/virtio-win/virtio-win-pkg-scripts/blob/master/README.md).
   
   
![image](https://user-images.githubusercontent.com/12134066/134788497-de1596bd-71e2-48a0-9ff2-98afb1354b51.png)
   
![image](https://user-images.githubusercontent.com/12134066/134788523-62771bf8-aa6b-4b47-9422-90a91e8fe8f5.png)
   
   
![image](https://user-images.githubusercontent.com/12134066/134788530-e036140a-a544-44a9-8bf2-7151779d70a6.png)
   
![image](https://user-images.githubusercontent.com/12134066/134788543-6a348804-0f57-4945-b877-6884da90c812.png)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to