ドライバーを組み込んだイメージを用意するか、
F6でフロッピーから読み込む
http://edge4649.wordpress.com/2012/04/12/%E3%81%8A%E5%90%8D%E5%89%8Dvps-windowsxp/
<boot dev='hd'/> ↓ <boot dev='cdrom'/> <disk type='file' device='cdrom'> <driver name='qemu'/> <source file='/CDROM/W2k3SP2.iso'/> <target dev='hdc' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='1' unit='0'/> </disk> <disk type='file' device='floppy'> <driver name='qemu' type='raw'/> <source file='/CDROM/virtio-win-1.1.16.vfd'/> <target dev='fda' bus='fdc'/> <address type='drive' controller='0' bus='0' unit='0'/> </disk>
ideでインストール後、virtioに変更する方が簡単そう
http://www.asahi-net.or.jp/~aa4t-nngk/kvm3.html
インストール時は、シングルディスクなのでユニプロセッサ・カーネルで動作している
vcpuを増やした場合、マルチプロセッサ・カーネルへ変更する。