From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gG7az-00076i-Gj for qemu-devel@nongnu.org; Fri, 26 Oct 2018 15:16:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gG7ay-0002qr-HU for qemu-devel@nongnu.org; Fri, 26 Oct 2018 15:16:33 -0400 Received: from mail-oi1-x243.google.com ([2607:f8b0:4864:20::243]:43311) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gG7aw-0002mk-Nm for qemu-devel@nongnu.org; Fri, 26 Oct 2018 15:16:31 -0400 Received: by mail-oi1-x243.google.com with SMTP id j202-v6so1522313oih.10 for ; Fri, 26 Oct 2018 12:16:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20181025133301.16578-1-ehabkost@redhat.com> References: <20181025133301.16578-1-ehabkost@redhat.com> From: Peter Maydell Date: Fri, 26 Oct 2018 20:16:04 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL v2 00/43] Machine queue, 2018-10-25 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: QEMU Developers , Paolo Bonzini , Alexander Graf , Rob Herring , Libvirt , Richard Henderson , David Gibson , Eric Blake , Igor Mammedov , qemu-arm , "Edgar E. Iglesias" , Peter Crosthwaite , Markus Armbruster , Artyom Tarasenko , Mark Cave-Ayland , Michael Walle , Thomas Huth , Marcel Apfelbaum , Aleksandar Markovic , Aurelien Jarno , Alistair Francis , "Michael S. Tsirkin" , Jason Wang , Laurent Vivier , qemu-ppc , Xiao Guangrong , Max Filippov On 25 October 2018 at 14:32, Eduardo Habkost wrote: > Changes v1 -> v2: > * Fix 'make check' warnings (Igor) > > > The following changes since commit 13399aad4fa87b2878c49d02a5d3bafa6c966b= a3: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22= ' into staging (2018-10-23 17:20:23 +0100) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/machine-next-pull-request > > for you to fetch changes up to 8fa922c241e63f018f5b55c03ac494ae3d5fe594: > > net: xgmac: convert SysBus init method to a realize method (2018-10-24 = 06:44:59 -0300) > > ---------------------------------------------------------------- > Machine queue, 2018-10-25 > > * sysbus init/realize cleanups > (C=C3=A9dric Le Goater, Philippe Mathieu-Daud=C3=A9) > * memory-device refactoring (David Hildenbrand) > * -smp: deprecate incorrect CPUs topology (Igor Mammedov) > * -numa parsing cleanups (Markus Armbruster) > * Fix hostmem-file memory leak (Zhang Yi) > * Typo fix (Li Qiang) > > ---------------------------------------------------------------- > > Queue for Machine Core patches > Applied, thanks. -- PMM