diff options
| author | Jeff Carr <[email protected]> | 2024-10-23 16:19:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-23 16:19:11 -0500 |
| commit | 884c46a30023ebb6c0926a83d81a4fcaefc59323 (patch) | |
| tree | 97ad5acb2feaa52f6a9a0bb110a9bc0031772fab | |
| parent | 0a9392be619be45ceaed1fbce223271dd22854de (diff) | |
add qemu machine and arch
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | droplet.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/droplet.proto b/droplet.proto index 1c1a3b6..eb27479 100644 --- a/droplet.proto +++ b/droplet.proto @@ -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 { |
