Re: [PATCH v1] tools/libs: remove obsolete xc_map_foreign_bulk from error string

2020-10-14 Thread Wei Liu
On Wed, Oct 14, 2020 at 11:44:22AM +0200, Olaf Hering wrote: > xc_map_foreign_bulk is an obsolete API, which is only used by > qemu-xen-traditional. > > Adjust the error string to refer to the current API. > > Signed-off-by: Olaf Hering Acked-by: Wei Liu

[PATCH v1] tools/libs: remove obsolete xc_map_foreign_bulk from error string

2020-10-14 Thread Olaf Hering
xc_map_foreign_bulk is an obsolete API, which is only used by qemu-xen-traditional. Adjust the error string to refer to the current API. Signed-off-by: Olaf Hering --- tools/libs/foreignmemory/freebsd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libs/foreignme