diff options
| author | Felix Wu <flwu@google.com> | 2024-02-21 17:00:27 +0000 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2024-03-12 17:56:55 -0400 |
| commit | 04f143d828845d0fd52dd4a52664d81a4f5431f7 (patch) | |
| tree | cf8cf880980f161220aaeb3362cb657547820691 /qemu-options.hx | |
| parent | 735eee07d1f963635d3c3bf9f5e4bf1bc000870e (diff) | |
| download | focaccia-qemu-04f143d828845d0fd52dd4a52664d81a4f5431f7.tar.gz focaccia-qemu-04f143d828845d0fd52dd4a52664d81a4f5431f7.zip | |
Implement SMBIOS type 9 v2.6
Signed-off-by: Felix Wu <flwu@google.com> Signed-off-by: Nabih Estefan <nabihestefan@google.com> Message-Id: <20240221170027.1027325-3-nabihestefan@google.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'qemu-options.hx')
| -rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 7da9235b08..937fd7ed84 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2718,7 +2718,7 @@ SRST ``-smbios type=4[,sock_pfx=str][,manufacturer=str][,version=str][,serial=str][,asset=str][,part=str][,processor-family=%d][,processor-id=%d]`` Specify SMBIOS type 4 fields -``-smbios type=9[,slot_designation=str][,slot_type=%d][,slot_data_bus_width=%d][,current_usage=%d][,slot_length=%d][,slot_id=%d][,slot_characteristics1=%d][,slot_characteristics12=%d]`` +``-smbios type=9[,slot_designation=str][,slot_type=%d][,slot_data_bus_width=%d][,current_usage=%d][,slot_length=%d][,slot_id=%d][,slot_characteristics1=%d][,slot_characteristics12=%d][,pci_device=str]`` Specify SMBIOS type 9 fields ``-smbios type=11[,value=str][,path=filename]`` |