From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwLjv-0007iS-3C for qemu-devel@nongnu.org; Mon, 25 Sep 2017 01:15:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwLjr-0003cV-Vo for qemu-devel@nongnu.org; Mon, 25 Sep 2017 01:15:31 -0400 References: <20170922154014.29350-1-f4bug@amsat.org> <20170922154014.29350-13-f4bug@amsat.org> From: Thomas Huth Message-ID: <4c218cec-26dc-4cc6-240a-347b2f5b973b@redhat.com> Date: Mon, 25 Sep 2017 07:15:18 +0200 MIME-Version: 1.0 In-Reply-To: <20170922154014.29350-13-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 12/34] misc: remove old i386 dependency List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Peter Maydell , Paolo Bonzini , Gerd Hoffmann , "Michael S. Tsirkin" , Marcel Apfelbaum , Markus Armbruster , "Dr. David Alan Gilbert" , Richard Henderson , Eduardo Habkost , Anthony Perard Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org On 22.09.2017 17:39, Philippe Mathieu-Daud=C3=A9 wrote: > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > hw/audio/pcspk.c | 1 - > hw/i386/kvm/pci-assign.c | 1 - > hw/i386/pci-assign-load-rom.c | 1 - > hw/i386/xen/xen_platform.c | 1 - > hw/isa/vt82c686.c | 1 - > hw/misc/ivshmem.c | 1 - > hw/misc/sga.c | 1 - > hw/pci-bridge/pci_expander_bridge.c | 1 - > monitor.c | 1 - > 9 files changed, 9 deletions(-) Reviewed-by: Thomas Huth