[OE-core] [meta-oe][PATCH 0/3] runqemu improve networking
Aws Ismail
aws.ismail at gmail.com
Mon Nov 16 22:16:55 UTC 2015
Hi Adrian,
What's the runqemu line you are running with ?
I am passing -net nic -net nic to the qemuparams line which works
fine, but the the two devices come up with no IP addresses.
My full qemu line is:
ROOTFS=<path to qemu.ext4> runqemu qemux86-64 nographic
qemuparams="-cpu host --enable-kvm -m 4096 -net nic -net nic"
Aws\
On Sun, Nov 15, 2015 at 1:01 AM, Aws Ismail <aws.ismail at gmail.com> wrote:
> Thanks Adrian for the patchset. I will test it and get back to you.
>
> Aws\
>
> On Sat, Nov 14, 2015 at 4:35 PM, Adrian Freihofer
> <adrian.freihofer at gmail.com> wrote:
>> This patch series adds two features to runqemu:
>> - Support the emulation of more than one NIC
>> - Add a hostonly networking mode. This networking mode enables
>> the user to implement different virtual networking environments
>> such as a bridged network as discussed in #7887.
>>
>> Note: Without the first patch connman fails if the virtual device
>> provides more than one NIC.
>>
>> @Aws Ismail: I'm using this since more than one year. Would be great
>> if you could test this and provide feedback.
>>
>> Adrian Freihofer (3):
>> connman: fix qemu config
>> runqemu: add support for multiple NICs
>> runqemu: support hostonly net mode
>>
>> .../connman/connman-conf/qemuall/wired-setup | 6 ++--
>> scripts/runqemu | 7 +++-
>> scripts/runqemu-gen-tapdevs | 11 ++++---
>> scripts/runqemu-ifdown | 33 +++++++++++--------
>> scripts/runqemu-ifup | 38 +++++++++++++---------
>> scripts/runqemu-internal | 21 +++++++-----
>> 6 files changed, 72 insertions(+), 44 deletions(-)
>>
>> --
>> 2.4.3
>>
More information about the Openembedded-core
mailing list