Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



Le 27/12/2018 à 08:41, matthew green a écrit :
"Maxime Villard" writes:
Module Name:	src
Committed By:	maxv
Date:		Thu Dec 27 07:22:31 UTC 2018

Modified Files:
	src/lib/libnvmm: libnvmm.3 libnvmm.c libnvmm_x86.c nvmm.h
	src/tests/lib/libnvmm: h_mem_assist.c h_mem_assist_asm.S

Log Message:
Several improvements and fixes:

  * Change the Assist API. Rather than passing callbacks in each call, the
    callbacks are now registered beforehand. Then change the I/O Assist to
    fetch MMIO data via the Mem callback. This allows a guest to perform an
    I/O string operation on a memory that is itself an MMIO.

this should have included a shlib bump i guess - there was
at least one function signature change.

thanks.

Well, I think I've done that several times already. Basically, given that
I keep changing the design, I don't want to bump the versions each time.
They will be bumped starting from NetBSD 9.


Home | Main Index | Thread Index | Old Index