From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Cully Subject: [PATCH 0 of 7] Remus: pvops dom0 support Date: Mon, 03 May 2010 11:53:47 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org The following patch series makes it possible to run Remus on top of pvops dom0. Specifically, it uses the IFB device (included with newer kernels) for buffering outbound network traffic, instead of the old 3rd-party IMQ patch. It also cleans up some bugs in the python rtnetlink bindings, supports guests with multiple VIFs, and allocates unused IFB/IMQ devices to allow concurrent protection of multiple guests. No non-Remus code is touched by these patches. With these patches applied, the IMQ patch can be dropped from the pvops tree.