From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759775AbXLMQmS (ORCPT ); Thu, 13 Dec 2007 11:42:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754915AbXLMQl7 (ORCPT ); Thu, 13 Dec 2007 11:41:59 -0500 Received: from mx1.redhat.com ([66.187.233.31]:44792 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754530AbXLMQl6 (ORCPT ); Thu, 13 Dec 2007 11:41:58 -0500 From: Glauber de Oliveira Costa To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, glommer@gmail.com, tglx@linutronix.de, mingo@elte.hu, ehabkost@redhat.com, jeremy@goop.org, avi@qumranet.com, anthony@codemonkey.ws, virtualization@lists.linux-foundation.org, rusty@rustcorp.com.au, ak@suse.de, chrisw@sous-sol.org, rostedt@goodmis.org, hpa@zytor.com, zach@vmware.com, roland@redhat.com Subject: [PATCH 0/19 -v4] desc_struct integration Date: Thu, 13 Dec 2007 11:57:48 -0200 Message-Id: <1197554287294-git-send-email-gcosta@redhat.com> X-Mailer: git-send-email 1.4.4.2 In-Reply-To: <11975113122984-git-send-email-gcosta@redhat.com> References: <11975113122984-git-send-email-gcosta@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since the last version of it received no comments on the interfaces, here it goes a version, that I feel ready for inclusion. The comments regarding style, specially the elimination of the #defines in the desc_struct definition were merged. I also implemented the vmi functions, missing last time. Ingo, in the absense of further complaints, could you please push to the x86 tree?