Changeset 107401 in vbox
- Timestamp:
- Dec 24, 2024 11:23:18 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166450
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/python/vboxapi.py
r107400 r107401 1272 1272 sRet = self.xcptToString(oXcpt) 1273 1273 return sRet 1274 1275 -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r107400 r107401 7189 7189 7190 7190 <method name="getCPUProperty" const="yes"> 7191 <rest name="CPUPropertyX86"request="get" path="/vms/{vmid}/configuration/"/>7191 <rest request="get" path="/vms/{vmid}/configuration/"/> 7192 7192 <desc> 7193 7193 Returns the virtual CPU boolean value of the specified property. … … 7211 7211 7212 7212 <method name="setCPUProperty"> 7213 <rest name="CPUPropertyX86"request="post" path="/vms/{vmid}/configuration/"/>7213 <rest request="post" path="/vms/{vmid}/configuration/"/> 7214 7214 <desc> 7215 7215 Sets the virtual CPU boolean value of the specified property. … … 7470 7470 7471 7471 <method name="getCPUProperty" const="yes"> 7472 <rest name="CPUPropertyARM"request="get" path="/vms/{vmid}/configuration/"/>7472 <rest request="get" path="/vms/{vmid}/configuration/"/> 7473 7473 <desc> 7474 7474 Returns the virtual CPU boolean value of the specified property. … … 7492 7492 7493 7493 <method name="setCPUProperty"> 7494 <rest name="CPUPropertyARM"request="post" path="/vms/{vmid}/configuration/"/>7494 <rest request="post" path="/vms/{vmid}/configuration/"/> 7495 7495 <desc> 7496 7496 Sets the virtual CPU boolean value of the specified property. -
trunk/src/libs/curl-8.7.1/lib/curl_trc.c
r107400 r107401 72 72 case CURLINFO_HEADER_OUT: 73 73 case CURLINFO_HEADER_IN: 74 case CURLINFO_DATA_IN: /* XXX: uwe */75 case CURLINFO_DATA_OUT: /* XXX: uwe */76 74 fwrite(s_infotype[type], 2, 1, data->set.err); 77 75 fwrite(ptr, size, 1, data->set.err);
Note:
See TracChangeset
for help on using the changeset viewer.