From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmoAv-0004Bn-PH for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmoAo-0005c0-35 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:54:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmoAn-0005bl-Qq for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:54:30 -0400 Date: Mon, 27 Apr 2015 20:54:24 +0200 From: "Michael S. Tsirkin" Message-ID: <20150427205400-mutt-send-email-mst@redhat.com> References: <1430157509-9486-1-git-send-email-ehabkost@redhat.com> <553E7D27.3060301@suse.de> <553E7F10.30203@suse.de> <20150427183753.GD17796@thinpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20150427183753.GD17796@thinpad.lan.raisama.net> 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: Eduardo Habkost Cc: qemu-devel@nongnu.org, Peter Maydell , Paolo Bonzini , Andreas =?iso-8859-1?Q?F=E4rber?= , Richard Henderson On Mon, Apr 27, 2015 at 03:37:53PM -0300, Eduardo Habkost wrote: > 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 e1a5476354d396773e4c555f126d752= d4ae58fa9: > > >> > > >> 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 bdcfb55a486a5ccd04b1cf7bb1616d2a601= 49188: > > >> > > >> target-i386: Remove AMD feature flag aliases from CPU model tabl= e (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? >=20 > 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. >=20 > I assume Michael is OK with having it going through the x86 tree, even > if it touches only pc.c. I don't know which patches these are, sorry. Was I Cc'd? > --=20 > Eduardo