Re: [PATCH v2 00/24] Fixes around device realization

2020-06-08 Thread Mark Cave-Ayland
On 08/06/2020 12:08, Markus Armbruster wrote: > Markus Armbruster writes: > >> This fixes a bunch of bugs I ran into while reworking how qdevs plug >> into buses. >> >> I instrumented the code a bit to flush out instances of bug patterns. >> I posted these hacks separately as '[PATCH not-for-mer

Re: [PATCH v2 00/24] Fixes around device realization

2020-06-08 Thread Markus Armbruster
Markus Armbruster writes: > This fixes a bunch of bugs I ran into while reworking how qdevs plug > into buses. > > I instrumented the code a bit to flush out instances of bug patterns. > I posted these hacks separately as '[PATCH not-for-merge 0/5] > Instrumentation for "Fixes around device reali

Re: [PATCH v2 00/24] Fixes around device realization

2020-06-05 Thread Paolo Bonzini
Yes please, my next pull request is already at 120 patches... Paolo Il ven 5 giu 2020, 17:01 Markus Armbruster ha scritto: > Needs a rebase now. > > Paolo, would you like me to post the pull requests for my recent QOM > work myself? > >

Re: [PATCH v2 00/24] Fixes around device realization

2020-06-05 Thread Markus Armbruster
Needs a rebase now. Paolo, would you like me to post the pull requests for my recent QOM work myself?

[PATCH v2 00/24] Fixes around device realization

2020-05-28 Thread Markus Armbruster
This fixes a bunch of bugs I ran into while reworking how qdevs plug into buses. I instrumented the code a bit to flush out instances of bug patterns. I posted these hacks separately as '[PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"'. PATCH 2/5 since became "[PAT