From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: [PATCH 0/8] Move closer to upstream Date: Wed, 8 Jul 2009 09:08:54 -0400 Message-ID: <1247058542-31211-1-git-send-email-glommer@redhat.com> Cc: avi@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:38639 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753197AbZGHNJF (ORCPT ); Wed, 8 Jul 2009 09:09:05 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n68D94OR026541 for ; Wed, 8 Jul 2009 09:09:04 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi, This is another step at getting us closer to qemu upstream. I'm moving our code to kvm-all.c and kvm.c, and relying on the fact that we use USE_KVM, while upstream qemu uses CONFIG_KVM, to keep us isolated. The goal is to slowly reduce that isolation. To demonstrate what I aim for, the last patches of the series shares code for breakpoint handling. next in my radar are ioctl functions and cpuid trimming. Have fun