Re: [Qemu-devel] Hardware virtualization with QEMU

2007-11-16 Thread andrzej zaborowski
On 16/11/2007, Philipp Gühring <[EMAIL PROTECTED]> wrote: > Hi, > > > My questions are as follows: > > 1) I know -hdc and -cdrom cannot be called at the same time, but i have > > no luck getting an image to be mounted with -hdb or -hdd. > > For -cdrom you need ISO images. > For -hd[a-d] you need ha

Re: [Qemu-devel] Hardware virtualization with QEMU

2007-11-16 Thread Philipp Gühring
Hi, > My questions are as follows: > 1) I know -hdc and -cdrom cannot be called at the same time, but i have > no luck getting an image to be mounted with -hdb or -hdd. For -cdrom you need ISO images. For -hd[a-d] you need harddisk-images, which are done like this dd id=/dev/hda of=myimage.img q

Re: [Qemu-devel] Hardware virtualization with QEMU

2007-11-15 Thread [EMAIL PROTECTED]
I soved (3) with this qemu -hda WinXP_Home.img -kernel-kqemu -usb -usbdevice host:04b4:8613 -net nic,model=rtl8139 -net user I can see the device and the intel hubs are running. Amazing, it is the first VM I see that even tries to address USB except for VMWARE. The remainder of the questions