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).     -- 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]
