From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: [PATCH 00/10] Clean up vcpu context structure Date: Fri, 9 Oct 2009 15:03:08 -0300 Message-ID: <1255111398-15251-1-git-send-email-glommer@redhat.com> Cc: avi@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:2027 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757494AbZJISDr (ORCPT ); Fri, 9 Oct 2009 14:03:47 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n99I3LAC005575 for ; Fri, 9 Oct 2009 14:03:21 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This series aims at cleanin up vcpu_context structure. I am not removing yet the fd field, because it is used in the ioctls, and I want to do it separadedly. But after this series, this structure exists only as a way to hold the file descriptor, and is, much cleaner, and much closer to upstream qemu than before.