From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M020W-0004Dy-KI for qemu-devel@nongnu.org; Fri, 01 May 2009 19:19:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M020R-00048y-Pl for qemu-devel@nongnu.org; Fri, 01 May 2009 19:19:04 -0400 Received: from [199.232.76.173] (port=60965 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M020R-00048k-JL for qemu-devel@nongnu.org; Fri, 01 May 2009 19:18:59 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:35156) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M020R-0001hq-8h for qemu-devel@nongnu.org; Fri, 01 May 2009 19:18:59 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e34.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n41NGQYu005877 for ; Fri, 1 May 2009 17:16:26 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n41NIvZ0253226 for ; Fri, 1 May 2009 17:18:57 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n41NIvhk025182 for ; Fri, 1 May 2009 17:18:57 -0600 Message-ID: <49FB8360.9010706@us.ibm.com> Date: Fri, 01 May 2009 18:18:56 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20090501211717.24514.23246.stgit@mchn012c.ww002.siemens.net> <49FB7C81.80101@web.de> <49FB7CDD.4000101@us.ibm.com> <49FB7E84.9010403@web.de> <49FB811C.4050103@web.de> In-Reply-To: <49FB811C.4050103@web.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 9/8] kvm: Save/restore TSC counter List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Avi Kivity , qemu-devel@nongnu.org Jan Kiszka wrote: > Jan Kiszka wrote: > >> Anthony Liguori wrote: >> >>> Let's try to collapse all the kvm needed changes into a single version >>> bump. kvm-userspace already is using 9 so we'll need to bump it to 10. >>> >> Can't we make our format 9 compatible to kvm's number 9? >> > > qemu-kvm is at v8 ATM, so we could meet at v9 with an identical format. > Just needs a bit more work to sync mp_state and check that > interrupt_bitmap is already properly maintained. > Yeah, I don't mind making v9 a different format than what is in qemu-kvm. Regards, Anthony Liguori > Jan > > -- Regards, Anthony Liguori