Skip to content

Commit

Permalink
vm : add vmResolution field to VmConfig
Browse files Browse the repository at this point in the history
The vmResolution field is used to set the custom resolution for the VM
running in FML mode.

Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
  • Loading branch information
shjala committed Oct 17, 2024
1 parent 53b1a61 commit 580dccb
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 55 deletions.
45 changes: 28 additions & 17 deletions go/config/vm.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions images/devconfig.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions proto/config/vm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ message VmConfig {
bool enable_vnc_shim_vm = 22;
// Boot mode: Legacy or UEFI
VmBootMode boot_mode = 23;
// Custom resolution applies to VM that is runing in FML mode only.

Check failure on line 83 in proto/config/vm.proto

View workflow job for this annotation

GitHub Actions / yetus

codespell: runing ==> running, ruining
string vmResolution = 24;

Check failure on line 84 in proto/config/vm.proto

View workflow job for this annotation

GitHub Actions / yetus

buflint:Field name "vmResolution" should be lower_snake_case, such as "vm_resolution".
}
12 changes: 6 additions & 6 deletions python/config/vm_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 580dccb

Please sign in to comment.