Re: [PATCH 00/55] qdev: Rework how we plug into the parent bus

2020-06-09 Thread Markus Armbruster
Paolo Bonzini writes: > All of it this time. Awesome, thanks!

Re: [PATCH 00/55] qdev: Rework how we plug into the parent bus

2020-06-08 Thread Paolo Bonzini
All of it this time. Paolo Il mar 9 giu 2020, 08:41 Markus Armbruster ha scritto: > Paolo Bonzini writes: > > > On 08/06/20 12:56, Markus Armbruster wrote: > >>> Great stuff, I only had some comments on the commit messages. I still > >>> have to review patches 47 and 48 more corefully. > >> D

Re: [PATCH 00/55] qdev: Rework how we plug into the parent bus

2020-06-08 Thread Markus Armbruster
Paolo Bonzini writes: > On 08/06/20 12:56, Markus Armbruster wrote: >>> Great stuff, I only had some comments on the commit messages. I still >>> have to review patches 47 and 48 more corefully. >> Does this translate into any Reviewed-bys? On v2, maybe? >> > > Yes, please add my Reviewed-by o

Re: [PATCH 00/55] qdev: Rework how we plug into the parent bus

2020-06-08 Thread Paolo Bonzini
On 08/06/20 12:56, Markus Armbruster wrote: >> Great stuff, I only had some comments on the commit messages. I still >> have to review patches 47 and 48 more corefully. > Does this translate into any Reviewed-bys? On v2, maybe? > Yes, please add my Reviewed-by on v2. Paolo

Re: [PATCH 00/55] qdev: Rework how we plug into the parent bus

2020-06-08 Thread Markus Armbruster
Paolo Bonzini writes: > On 19/05/20 16:54, Markus Armbruster wrote: >> Paolo recently suggested "to move the bus argument (and thus >> qdev_set_parent_bus) to qdev_init"[1], and that it "would be quite >> large but hopefully scriptable"[2]. Nerd sniped! >> >> The series is big, but at least the

Re: [PATCH 00/55] qdev: Rework how we plug into the parent bus

2020-05-19 Thread Paolo Bonzini
On 19/05/20 16:54, Markus Armbruster wrote: > Paolo recently suggested "to move the bus argument (and thus > qdev_set_parent_bus) to qdev_init"[1], and that it "would be quite > large but hopefully scriptable"[2]. Nerd sniped! > > The series is big, but at least the bigger patches are all mechani

[PATCH 00/55] qdev: Rework how we plug into the parent bus

2020-05-19 Thread Markus Armbruster
Paolo recently suggested "to move the bus argument (and thus qdev_set_parent_bus) to qdev_init"[1], and that it "would be quite large but hopefully scriptable"[2]. Nerd sniped! The series is big, but at least the bigger patches are all mechanical. It is based on my "[PATCH 00/24] Fixes around de