Re: [Xen-devel] [PATCH 27/28] libxl: Limit qemu physmap entries

2016-01-07 Thread Ian Campbell
On Tue, 2015-12-22 at 18:45 +, Ian Jackson wrote: > Add a maximum limit of physmap entries to save, so that when the guest > gets write access to physmap it cannot DOS the toolstack. > > Signed-off-by: Stefano Stabellini > Signed-off-by: Ian Jackson Can we have a reference for where the num

[Xen-devel] [PATCH 27/28] libxl: Limit qemu physmap entries

2015-12-22 Thread Ian Jackson
Add a maximum limit of physmap entries to save, so that when the guest gets write access to physmap it cannot DOS the toolstack. Signed-off-by: Stefano Stabellini Signed-off-by: Ian Jackson --- v6: Split out of xs permissions relaxation patch. --- tools/libxl/libxl_dom.c |7 +++ 1 file