Skip to content

Commit

Permalink
ahci support: add property 'hdtype'
Browse files Browse the repository at this point in the history
OXT-1123

Signed-off-by: Mahantesh Salimath <[email protected]>
  • Loading branch information
mahantesh-ais committed Mar 8, 2019
1 parent 778f563 commit 973a97d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interfaces/xenmgr_vm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
<property name="nestedhvm" type="b" access="readwrite"><tp:docstring>Enable nested virtualization</tp:docstring></property>
<property name="serial" type="s" access="readwrite"><tp:docstring>Serial port specification</tp:docstring></property>
<property name="bios" type="s" access="readwrite"><tp:docstring>Bios specification</tp:docstring></property>
<property name="hdtype" type="s" access="readwrite"><tp:docstring>Hard disk type specification, 'ide' or 'ahci'</tp:docstring></property>

<method name="get_db_key">
<tp:docstring>Get the value of a VM db key.</tp:docstring>
Expand Down Expand Up @@ -545,6 +546,7 @@
<property name="nestedhvm" type="b" access="readwrite"><tp:docstring>Enable nested virtualization</tp:docstring></property>
<property name="serial" type="s" access="readwrite"><tp:docstring>Serial port specification</tp:docstring></property>
<property name="bios" type="s" access="readwrite"><tp:docstring>Bios specification</tp:docstring></property>
<property name="hdtype" type="s" access="readwrite"><tp:docstring>Hard disk type specification, 'ide' or 'ahci'</tp:docstring></property>
</interface>

<interface name="com.citrix.xenclient.xenmgr.vm.product">
Expand Down

0 comments on commit 973a97d

Please sign in to comment.