[Qemu-devel] QEMU leaves pidfile behind on exit

2018-02-09 Thread Shaun Reitan
was not intentional? -- Shaun Reitan NDCHost.com

Re: [Qemu-devel] [PATCH] Add ability to provide ifname when using netdev bridge or tap helper

2018-01-18 Thread Shaun Reitan
Would that make everyone happy? I dont want to work on this feature if it's going to be denied still :) -- Shaun Reitan NDCHost.com -- Original Message -- From: "Jason Wang" <jasow...@redhat.com> To: "Shaun Reitan" <shaun.rei...@ndchost.com>; "E

Re: [Qemu-devel] [PATCH] Add ability to provide ifname when using netdev bridge or tap helper

2018-01-17 Thread Shaun Reitan
Ok, how should i proceed with this? I can attempt to write a whitelist/blacklist check if that is what's needed. -- Shaun Reitan NDCHost.com -- Original Message -- From: "Eric Blake" <ebl...@redhat.com> To: "Shaun Reitan" <shaun.rei...@ndchost.com>;

[Qemu-devel] [PATCH] Add ability to provide ifname when using netdev bridge or tap helper

2018-01-16 Thread Shaun Reitan
. This patch adds that ability so that you can now specify an ifname. Signed-off-by: Shaun Reitan <shaun.rei...@ndchost.com> --- net/tap.c| 33 - qapi/net.json| 1 + qemu-bridge-helper.c | 11 +-- qemu-options.hx | 2 +- 4

[Qemu-devel] [PATCH 1/1] Add ifname support to -netdev tap and bridge when using helper

2018-01-16 Thread Shaun Reitan
rusty... well it was never great to begin with :) -- Shaun Reitan NDCHost.com From 9af8c88781d63637822c6edea1f83e98199a570b Mon Sep 17 00:00:00 2001 From: Shaun Reitan <shaun.rei...@ndchost.com> Date: Mon, 15 Jan 2018 17:40:38 -0800 Subject: [PATCH 1/4] Add support for setting a TAP int