Re: [Qemu-devel] [PATCH for-3.2 v4 00/28] Generalize machine compatibility properties

2018-11-28 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH for-3.2 v4 00/28] Generalize machine compatibility properties Message-id: 20181127092801.21777-1-marcandre.lur...@redhat.com === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH for-3.2 v4 00/28] Generalize machine compatibility properties

2018-11-27 Thread Greg Kurz
Hi Marc-André, Patches 1 to 8 don't seem to belong to this series, and they already got merged in master actually. Also next release is expected to be 4.0. Cheers, -- Greg On Tue, 27 Nov 2018 13:27:33 +0400 Marc-André Lureau wrote: > Hi, > > During "[PATCH v2 05/10] qom/globals: generalize >

Re: [Qemu-devel] [PATCH for-3.2 v4 00/28] Generalize machine compatibility properties

2018-11-27 Thread Marc-André Lureau
Hi On Tue, Nov 27, 2018 at 1:53 PM Greg Kurz wrote: > > Hi Marc-André, > > Patches 1 to 8 don't seem to belong to this series, and they already got > merged in master actually. Also next release is expected to be 4.0. oops indeed, sorry. Please ignore 1-8. > Cheers, > > -- > Greg > > On Tue, 27

[Qemu-devel] [PATCH for-3.2 v4 00/28] Generalize machine compatibility properties

2018-11-27 Thread Marc-André Lureau
Hi, During "[PATCH v2 05/10] qom/globals: generalize object_property_set_globals()" review, Eduardo suggested to rework the GlobalProperty handling, so that -global is limited to QDev only and we avoid mixing the machine compats and the user-provided -global properties (instead of generalizing -gl