Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-29 Thread Philippe Mathieu-Daudé
On 6/27/20 8:55 AM, Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > >> This RFC is simply a proof-of-concept to see if I correctly >> understood Markus' suggestion, see the thread around: >> https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg08652.html > > Please show us output

Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-26 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > This RFC is simply a proof-of-concept to see if I correctly > understood Markus' suggestion, see the thread around: > https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg08652.html Please show us output of "info qom-tree" before and after. Feel free to cut

Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-26 Thread Philippe Mathieu-Daudé
On 6/26/20 5:59 PM, Aleksandar Markovic wrote: > пет, 26. јун 2020. у 12:27 Philippe Mathieu-Daudé је > написао/ла: >> >> This RFC is simply a proof-of-concept to see if I correctly >> understood Markus' suggestion, see the thread around: >> https://lists.gnu.org/archive/html/qemu-devel/2020-06/ms

Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-26 Thread Aleksandar Markovic
пет, 26. јун 2020. у 12:27 Philippe Mathieu-Daudé је написао/ла: > > This RFC is simply a proof-of-concept to see if I correctly > understood Markus' suggestion, see the thread around: > https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg08652.html > > Philippe Mathieu-Daudé (3): > hw/i2c/

Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-26 Thread Philippe Mathieu-Daudé
On 6/26/20 12:37 PM, no-re...@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20200626102744.15053-1-f4...@amsat.org/ > > > > Hi, > > This series failed the docker-quick@centos7 build test. Please find the > testing commands and > their output below. If you have Docker installed, yo

Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200626102744.15053-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: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-26 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200626102744.15053-1-f4...@amsat.org/ Hi, This series failed the docker-quick@centos7 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 === #!/

[RFC PATCH 0/3] Use object_get_canonical_path_component to get child description

2020-06-26 Thread Philippe Mathieu-Daudé
This RFC is simply a proof-of-concept to see if I correctly understood Markus' suggestion, see the thread around: https://lists.gnu.org/archive/html/qemu-devel/2020-06/msg08652.html Philippe Mathieu-Daudé (3): hw/i2c/smbus_eeprom: Set QOM parent hw/i2c/smbus_eeprom: Add description based on ch