On 27.06.2014 12:54, Richard W.M. Jones wrote:
On Thu, Jun 26, 2014 at 12:18:24PM +0200, Michal Privoznik wrote:
[...]
> <enum name='bus'>
> <value>ide</value>
> <value>fdc</value>
> <value>scsi</value>
> <value>virtio</value>
> <value>xen</value>
> <value>usb</value>
> <value>sd</value>
> </enum>
Libguestfs could certainly use this ^.
Also we could use the features outlined in this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1107842#c0
- If this works: <bios useserial=yes> (ie. sgabios)
- If this works: <cpu mode=host-passthrough>
- Whether the hpet timer needs to be disabled (see also bug 1066145)
- Whether guests need a <dtb/> element
Sure, but I'd rather focus on getting in the API (even if in its
minimalistic reporting capabilities) and save your requests for a follow
up patch.
Michal