VirtualBox

Changeset 107401 in vbox


Ignore:
Timestamp:
Dec 24, 2024 11:23:18 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166450
Message:

reverted accidentally made changes.

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/python/vboxapi.py

    r107400 r107401  
    12721272            sRet = self.xcptToString(oXcpt)
    12731273        return sRet
    1274 
    1275 
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r107400 r107401  
    71897189
    71907190    <method name="getCPUProperty" const="yes">
    7191       <rest name="CPUPropertyX86" request="get" path="/vms/{vmid}/configuration/"/>
     7191      <rest request="get" path="/vms/{vmid}/configuration/"/>
    71927192      <desc>
    71937193        Returns the virtual CPU boolean value of the specified property.
     
    72117211
    72127212    <method name="setCPUProperty">
    7213       <rest name="CPUPropertyX86" request="post" path="/vms/{vmid}/configuration/"/>
     7213      <rest request="post" path="/vms/{vmid}/configuration/"/>
    72147214      <desc>
    72157215        Sets the virtual CPU boolean value of the specified property.
     
    74707470
    74717471    <method name="getCPUProperty" const="yes">
    7472       <rest name="CPUPropertyARM" request="get" path="/vms/{vmid}/configuration/"/>
     7472      <rest request="get" path="/vms/{vmid}/configuration/"/>
    74737473      <desc>
    74747474        Returns the virtual CPU boolean value of the specified property.
     
    74927492
    74937493    <method name="setCPUProperty">
    7494       <rest name="CPUPropertyARM" request="post" path="/vms/{vmid}/configuration/"/>
     7494      <rest request="post" path="/vms/{vmid}/configuration/"/>
    74957495      <desc>
    74967496        Sets the virtual CPU boolean value of the specified property.
  • trunk/src/libs/curl-8.7.1/lib/curl_trc.c

    r107400 r107401  
    7272      case CURLINFO_HEADER_OUT:
    7373      case CURLINFO_HEADER_IN:
    74       case CURLINFO_DATA_IN:      /* XXX: uwe */
    75       case CURLINFO_DATA_OUT:     /* XXX: uwe */
    7674        fwrite(s_infotype[type], 2, 1, data->set.err);
    7775        fwrite(ptr, size, 1, data->set.err);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette