From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymnup-0006Zr-K6 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:38:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymnum-0008De-CV for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:37:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymnum-0008Da-7E for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:37:56 -0400 Date: Mon, 27 Apr 2015 15:37:53 -0300 From: Eduardo Habkost Message-ID: <20150427183753.GD17796@thinpad.lan.raisama.net> References: <1430157509-9486-1-git-send-email-ehabkost@redhat.com> <553E7D27.3060301@suse.de> <553E7F10.30203@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <553E7F10.30203@suse.de> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 0/6] X86 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: Peter Maydell , Richard Henderson , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Paolo Bonzini On Mon, Apr 27, 2015 at 08:25:20PM +0200, Andreas F=E4rber wrote: > Am 27.04.2015 um 20:17 schrieb Andreas F=E4rber: > > Am 27.04.2015 um 19:58 schrieb Eduardo Habkost: > >> The following changes since commit e1a5476354d396773e4c555f126d752d4= ae58fa9: > >> > >> Open 2.4 development tree (2015-04-25 22:05:07 +0100) > >> > >> are available in the git repository at: > >> > >> git://github.com/ehabkost/qemu.git tags/x86-pull-request > >> > >> for you to fetch changes up to bdcfb55a486a5ccd04b1cf7bb1616d2a60149= 188: > >> > >> target-i386: Remove AMD feature flag aliases from CPU model table = (2015-04-27 14:23:37 -0300) > >> > >> ---------------------------------------------------------------- > >> X86 queue, 2015-04-27 > >> > >> ---------------------------------------------------------------- > >> > >> Eduardo Habkost (6): > >> MAINTAINERS: Add myself to X86 > >> MAINTAINERS: Change status of X86 to Maintained > >> qemu-config: Accept empty option values > >> target-i386: Make "level" and "xlevel" properties static > >=20 > > Small objection. >=20 > Also, I'm missing my PC unref refactoring in your pull? I hadn't reviewed it completely (then got distracted by other tasks and forgot about it), sorry. I added a reminder to review it to my todo-list, so you can get my Reviewed-by soon. I assume Michael is OK with having it going through the x86 tree, even if it touches only pc.c. --=20 Eduardo