add qemu machine and arch

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-23 16:19:11 -05:00
parent 0a9392be61
commit 884c46a300
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ message Droplet {
string preferred_hypervisor = 10; // the hypervisor to prefer to run the droplet on
google.protobuf.Any testany = 11;
StorageInfo humantest = 12;
string qemu_arch = 13;
string qemu_cpu = 14; // qemu-system -cpu help
string qemu_machine = 15; // qemu-system -machine help
}
message Network {