[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] passing network options to the guest
From: |
Bandan Das |
Subject: |
Re: [Qemu-discuss] passing network options to the guest |
Date: |
Fri, 22 Nov 2013 13:57:23 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Mahmood Naderan <address@hidden> writes:
> Hi, I have installed a windows xp on qemu-x86 host with the option
> "-net nic". However after installation, there is no network
> connection. Think that you are installing a windows on a real machine
> which has no network interface. Windows installer won't create a
> network connection for that. So the device manager has a question mark
> on the ethernet entry.
>
> Is there any more option that I have to pass to qemu?
>
It could probably be that XP simply does not have the drivers for the
default device Qemu emulates. What happens if you try
"-netdev user,id=mydev -device rtl8139,netdev=mydev" instead of "-net nic" ?
> Regards, Mahmood