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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo