File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -390,12 +390,12 @@ public String toString() {
390390 feaBuilder .append ("<" );
391391 feaBuilder .append (e .getKey ());
392392
393- if (e .getKey ().equals ("spinlocks" )) feaBuilder .append (" state='" + e .getValue () + "' retries='" + getRetries () + "'" );
394- else if (e .getKey ().equals ("vendor_id" )) feaBuilder .append (" state='" + e .getValue () + "' value='KVM Hv'" );
395- else if (e .getKey ().equals ("stimer" )) feaBuilder .append (" state='" + e .getValue () + "'><direct state='" + e .getValue () + "'/>" );
396- else feaBuilder .append (" state='" + e .getValue () + "'" );
393+ if (e .getKey ().equals ("spinlocks" )) feaBuilder .append (" state='" + e .getValue () + "' retries='" + getRetries () + "'" );
394+ else if (e .getKey ().equals ("vendor_id" )) feaBuilder .append (" state='" + e .getValue () + "' value='KVM Hv'" );
395+ else if (e .getKey ().equals ("stimer" )) feaBuilder .append (" state='" + e .getValue () + "'><direct state='" + e .getValue () + "'/>" );
396+ else feaBuilder .append (" state='" + e .getValue () + "'" );
397397
398- if (e .getKey ().equals ("stimer" )) feaBuilder .append ("</stimer>\n " );
398+ if (e .getKey ().equals ("stimer" )) feaBuilder .append ("</stimer>\n " );
399399 else feaBuilder .append ("/>\n " );
400400 }
401401 feaBuilder .append ("</hyperv>\n " );
You can’t perform that action at this time.
0 commit comments