From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXB6v-0006KE-4F for qemu-devel@nongnu.org; Tue, 30 Apr 2013 10:00:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXB6t-0002il-GN for qemu-devel@nongnu.org; Tue, 30 Apr 2013 10:00:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXB6t-0002ia-7n for qemu-devel@nongnu.org; Tue, 30 Apr 2013 10:00:47 -0400 Message-ID: <517FCE64.3080403@redhat.com> Date: Tue, 30 Apr 2013 16:00:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366303444-24620-1-git-send-email-pbonzini@redhat.com> <1366303444-24620-8-git-send-email-pbonzini@redhat.com> <517FB63A.6070303@suse.de> In-Reply-To: <517FB63A.6070303@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 7/8] audio: look for the ISA and PCI buses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Igor Mammedov , av1474@comtv.ru, qemu-devel@nongnu.org, Anthony Liguori Il 30/04/2013 14:16, Andreas F=E4rber ha scritto: >=20 > The patch version committed has an additional change in this file: >=20 > @@ -88,7 +88,6 @@ static void pc_init1(MemoryRegion *system_memory, > void *fw_cfg =3D NULL; >=20 > pc_cpus_init(cpu_model); > - pc_acpi_init("acpi-dsdt.aml"); >=20 > if (kvmclock_enabled) { > kvmclock_create(); >=20 > Was that accidental? Noticed because of a conflict with Igor's patches. Yes, it must have been introduced when applying, because this wasn't a pull request. I'll send a patch to revert. > Further, my Reviewed-by is missing on patch 1/8, so was maybe the > previous RFC version committed accidentally instead of this one? No, the RFC only had 6 patches and patches 6-7-8 were completely different (and broken). Paolo