On Mon, Feb 09, 2015 at 02:43:30PM -0800, walt wrote:
> I just installed virt-manager to experiment with and this is the first
> time I've used it. I think I've misconfigured something but I don't
> know what:
<...>
I'm running win7 just fine with these devices (virsh edit):
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
<listen type='address' address='127.0.0.1'/>
</graphics>
<sound model='ac97'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
</sound>
<video>
<model type='vmvga' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02'
function='0x0'/>
</video>
I had a winXP with such configuration, AFAIR. Be care with the "bus" and
"slot" options to not take anything already assigned.
--
Nicolas Sebrecht