From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsTRK-0006aN-3n for qemu-devel@nongnu.org; Mon, 16 Dec 2013 03:22:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsTRF-0007Dd-BY for qemu-devel@nongnu.org; Mon, 16 Dec 2013 03:22:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsTRF-0007DR-3k for qemu-devel@nongnu.org; Mon, 16 Dec 2013 03:22:05 -0500 Message-ID: <1387182111.22282.32.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Mon, 16 Dec 2013 10:21:51 +0200 In-Reply-To: <52AE12F3.4050401@suse.de> References: <1385656023-11519-1-git-send-email-armbru@redhat.com> <52AE12F3.4050401@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 00/10] Clean up and fix no_user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?Q?F=E4rber?= Cc: peter.maydell@linaro.org, borntraeger@de.ibm.com, armbru@redhat.com, aliguori@amazon.com, qemu-devel@nongnu.org On Sun, 2013-12-15 at 21:37 +0100, Andreas F=C3=A4rber wrote: > Am 28.11.2013 17:26, schrieb armbru@redhat.com: > > Markus Armbruster (10): > > qdev: Replace no_user by cannot_instantiate_with_device_add_yet > > sysbus: Set cannot_instantiate_with_device_add_yet > > cpu: Document why cannot_instantiate_with_device_add_yet > > apic: Document why cannot_instantiate_with_device_add_yet > > pci-host: Consistently set cannot_instantiate_with_device_add_yet > > ich9: Document why cannot_instantiate_with_device_add_yet > > piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet > > vt82c686: Clean up use of cannot_instantiate_with_device_add_yet > > isa: Clean up use of cannot_instantiate_with_device_add_yet > > qdev: Do not let the user try to device_add when it cannot work >=20 > I've applied all except for the ISA patch, which doesn't feature a > Reviewed-by yet. >=20 > https://github.com/afaerber/qemu-cpu/commits/qom-next >=20 > I'd appreciate if some previous reviewer can comment on whether any > issues have been resolved satisfactorily. There are no issues with the patches reviewed by me. Thanks, Marcel >=20 > Thanks, > Andreas >=20