Re: [PATCH-for-5.1] qdev: Allow to create hotplug device before plugging it to a bus

2020-07-20 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Commit 510ef98dca made qdev_realize() support bus-less devices, > asserting either the device is bus-less or the device is created > on a bus. Commit 464a22c757 used qdev_realize() instead of > object_property_set_bool(). Since qdev_realize() now checks for > a bu

Re: [PATCH-for-5.1] qdev: Allow to create hotplug device before plugging it to a bus

2020-07-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200719134329.21613-1-f4...@amsat.org/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #! /

Re: [PATCH-for-5.1] qdev: Allow to create hotplug device before plugging it to a bus

2020-07-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200719134329.21613-1-f4...@amsat.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200719134329.21613-1-f4...@amsat.org Subject: [PATCH-for-5.1] qdev: Allow to create hotplug

[PATCH-for-5.1] qdev: Allow to create hotplug device before plugging it to a bus

2020-07-19 Thread Philippe Mathieu-Daudé
Commit 510ef98dca made qdev_realize() support bus-less devices, asserting either the device is bus-less or the device is created on a bus. Commit 464a22c757 used qdev_realize() instead of object_property_set_bool(). Since qdev_realize() now checks for a bus, it is not possible to create hotplug dev