[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 1/4] Add the NVMM vcpu API
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v5 1/4] Add the NVMM vcpu API |
Date: |
Mon, 17 Aug 2020 10:31:13 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
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 <max@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 <max@m00nbsd.net>
>> Signed-off-by: Kamil Rytarowski <n54@gmx.com>
>> Reviewed-by: Sergio Lopez <slp@redhat.com>
>> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>> Tested-by: Jared McNeill <jmcneill@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