Message ID | 20210718134650.1191-1-reinoud@NetBSD.org (mailing list archive) |
---|---|
Headers | show |
Series | Update NVMM support to recent changes | expand |
On Sun, 29 Aug 2021 at 17:06, Reinoud Zandijk <reinoud@13thmonkey.org> wrote: > > Hi :) > > Have these patches been applied? How can I easily check it without manually > checking if they are there in a git pullup? Am I notified normally when > patches are applied? Generally when a submaintainer picks up a patchset they'll send an email reply to the patch cover letter to say they've done so. At that point it should get into upstream git eventually. Until that happens it's the initial submitter's responsibility to 'ping' the patch after a few weeks if nobody's replied to it or reviewed it. Ccing Paolo who seems to have taken the initial nvmm patches through his tree. thanks -- PMM
ping? On Sun, Aug 29, 2021 at 05:39:07PM +0100, Peter Maydell wrote: > On Sun, 29 Aug 2021 at 17:06, Reinoud Zandijk <reinoud@13thmonkey.org> wrote: > > > > Hi :) > > > > Have these patches been applied? How can I easily check it without manually > > checking if they are there in a git pullup? Am I notified normally when > > patches are applied? > > Generally when a submaintainer picks up a patchset they'll send > an email reply to the patch cover letter to say they've done so. > At that point it should get into upstream git eventually. > Until that happens it's the initial submitter's responsibility to > 'ping' the patch after a few weeks if nobody's replied to it > or reviewed it. > > Ccing Paolo who seems to have taken the initial nvmm patches > through his tree. > > thanks > -- PMM
On 07/09/21 18:02, Reinoud Zandijk wrote: > ping? Queued, thanks. Paolo > On Sun, Aug 29, 2021 at 05:39:07PM +0100, Peter Maydell wrote: >> On Sun, 29 Aug 2021 at 17:06, Reinoud Zandijk <reinoud@13thmonkey.org> wrote: >>> >>> Hi :) >>> >>> Have these patches been applied? How can I easily check it without manually >>> checking if they are there in a git pullup? Am I notified normally when >>> patches are applied? >> >> Generally when a submaintainer picks up a patchset they'll send >> an email reply to the patch cover letter to say they've done so. >> At that point it should get into upstream git eventually. >> Until that happens it's the initial submitter's responsibility to >> 'ping' the patch after a few weeks if nobody's replied to it >> or reviewed it. >> >> Ccing Paolo who seems to have taken the initial nvmm patches >> through his tree. >> >> thanks >> -- PMM >
This patchset fixes small NVMM accelerator compilation issues due to changes made in the rest of Qemu since its import. Signed-off-by: Reinoud Zandijk <Reinoud@NetBSD.org> --- Reinoud Zandijk (2): Only check CONFIG_NVMM when NEED_CPU_H is defined Fix nvmm_ram_block_added() function arguments include/sysemu/nvmm.h | 7 ++++--- target/i386/nvmm/nvmm-all.c | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-)