libxl: Get rid of support for QEMU_USER_BASE (xen-qemuuser-domidNN)
authorGeorge Dunlap <george.dunlap@citrix.com>
Fri, 21 Dec 2018 15:41:05 +0000 (15:41 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Fri, 21 Dec 2018 18:41:50 +0000 (18:41 +0000)
commit28b5856b02ca717951ee4a5eb9bc047b1fc9189c
treee8d9da3e9f3764eb9312938f1630e8d8a2f46abf
parent0fa6c9b34407f5d683c6f9bbec332d8102b451b5
libxl: Get rid of support for QEMU_USER_BASE (xen-qemuuser-domidNN)

QEMU_USER_BASE allows a user to specify the UID to use when running
the devicemodel for a specific domain number.  Unfortunately, this is
not really practical: It requires nearly 32,000 entries in
/etc/passwd.  QEMU_USER_RANGE_BASE is much more practical.

Remove support for QEMU_USER_BASE.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c
tools/libxl/libxl_internal.h