Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-18 Thread Aws Ismail
erface connected to the bridge > ip tuntap add ${tap_name} mode tap > ip link set ${tap_name} up > ip link set ${tap_name} master ${bridge_name} > > > # Finally qemu can be started (without sudo) > runqemu hostonly qemuparams="-device > virtio-net-pci,netdev=netif1,mac=${m

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-17 Thread Aws Ismail
nqemu would do that for me since I am asking for two new extra netdev's but apparently not. On Tue, Nov 17, 2015 at 2:40 PM, Aws Ismail wrote: > Thanks Adrian for the explanation. I have tested it now and it works > fine in my case. I think this should be merged upstream because it i

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-17 Thread Aws Ismail
Thanks Adrian for the explanation. I have tested it now and it works fine in my case. I think this should be merged upstream because it is an important feature to have specially if the user is planning to use the VM for extended use. Tested-by: Aws Ismail On Tue, Nov 17, 2015 at 7:24 AM

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-16 Thread Aws Ismail
6 -net nic -net nic" Aws\ On Sun, Nov 15, 2015 at 1:01 AM, Aws Ismail 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 > wrote: >> This patch series adds two features to runq

Re: [OE-core] [meta-oe][PATCH 0/3] runqemu improve networking

2015-11-14 Thread Aws Ismail
e 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

[OE-core] how to use runqemu with multiple tap devices

2015-11-13 Thread Aws Ismail
Hi, I noticed that runqemu starts with one TAP device by default. Inside the VM this would be eth1 vNIC device. Is it possible to start the VM with multiple tap devices (i.e. eth1, eth2, eth3, etc.)? I have tried using the "runqemu-gen-tapdevs" script, which creates multiple tap devices successfu

Re: [OE-core] [PATCH v2] terminal: Open a new window instead of split on older tmux versions (<1.9)

2015-11-11 Thread Aws Ismail
I verified this does work under tmux v1.8 with latest poky jethro. On Fri, Nov 6, 2015 at 6:25 PM, wrote: > From: Leonardo Sandoval > > If an old version is detected (<1.9), create a new window instead of split: > the reason is that there is no easy way to get the active pane height if no > nest

Re: [OE-core] [PATCH] terminal: Support old tmux version (<1.9) when querying height value

2015-11-11 Thread Aws Ismail
I have verified that the patch does not work. I am using tmux v1.8 with the latest jethro poky. On Thu, Nov 5, 2015 at 2:57 PM, Leonardo Sandoval wrote: > This patch did not solve the case when multiple panes are present. I will > send a V2 patch. > > > > On 11/03/2015 04:34 PM, leonardo.sandoval

Re: [OE-core] [PATCH 1/2] pulseaudio: fix compilation on RHEL-5.8 64bit machine

2012-11-27 Thread Aws Ismail
On 11/26/2012 09:34 PM, jhuang0 wrote: On 11/22/2012 4:55 PM, Burton, Ross wrote: Hi, This patch is too hacky to go in at the moment. Hi Ross, Thanks for your comments, in fact the patch was for a weird edge case in the old version, I looked for the history and it seemed to be added as a

[OE-core] [PATCH] Fix for psplash segmentation fault

2012-07-17 Thread Aws Ismail
Fix psplash segmentation fault This fixes the segmentation fault when calling: psplash -a The -a option requires a rotation angle to be given and if it is missing then the user is shown the correct usage. Signed-off-by: Aws Ismail diff --git a/meta/recipes-core/psplash/files/psplash-fix

[OE-core] [PATCH] Fix for psplash segmentation fault

2012-07-17 Thread Aws Ismail
Fix psplash segmentation fault This fixes the segmentation fault when calling: psplash -a The -a option requires a rotation angle to be given and if it is missing then the user is shown the correct usage. Signed-off-by: Aws Ismail diff --git a/meta/recipes-core/psplash/files/psplash-fix