On Tue, Feb 19, 2008 at 02:24:42AM -0800, Nick Smith wrote: > I??ve already checked out the *documented* XML format for libvirt. > Unfortunately it seems to be rather behind the times. Digging > into the mailing lists had given some idea what it *could* would. > > For Example : > > <devices> > <emulator>/usr/lib/xen/bin/qemu-dm</emulator> > > <...> > > <input bus='usb' type='tablet'/> > </devices> > > However this doesn??t work for me...
This would work but the current version of libvirt we ship doesn't understand it (we're working on integrating a version that does[1]). You'll have to do: xm list -l domname >domname.xm edit domname.xm xm new -F domname.xm regards john [1] and soon we will have a version of virt-install that automatically sets tablet mode for OS's that can handle it such as Windows XP or Solaris 10 _______________________________________________ xen-discuss mailing list [email protected]
