Hi Kamil, On 8/17/20 9:59 AM, Kamil Rytarowski wrote: > Ping?
1/ Your series misses a cover letter, see: https://wiki.qemu.org/Contribute/SubmitAPatch#Include_a_meaningful_cover_letter (no need to repost though). 2/ Please wait at least 1 week between pings (except for critical bug fixes in pre-release), the maintainer taking this is probably busy. 3/ The 5.2 development window is still not open, see i.e. the opening commit of the 5.1 tree: https://git.qemu.org/?p=qemu.git;a=commit;h=a7922a3c8 Regards, Phil. > > On 11.08.2020 16:10, Kamil Rytarowski wrote: >> From: Maxime Villard <m...@m00nbsd.net> >> >> Adds support for the NetBSD Virtual Machine Monitor (NVMM) stubs and >> introduces the nvmm.h sysemu API for managing the vcpu scheduling and >> management. >> >> Signed-off-by: Maxime Villard <m...@m00nbsd.net> >> Signed-off-by: Kamil Rytarowski <n...@gmx.com> >> Reviewed-by: Sergio Lopez <s...@redhat.com> >> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> >> Tested-by: Jared McNeill <jmcne...@invisible.ca> >> --- >> accel/stubs/Makefile.objs | 1 + >> accel/stubs/nvmm-stub.c | 43 +++++++++++++++++++++++++++++++++++++++ >> include/sysemu/nvmm.h | 35 +++++++++++++++++++++++++++++++ >> 3 files changed, 79 insertions(+) >> create mode 100644 accel/stubs/nvmm-stub.c >> create mode 100644 include/sysemu/nvmm.h