Re: [Xen-devel] [PATCH v4 09/14] hvmloader: Check modules whereabouts in perform_tests

2016-04-05 Thread Jan Beulich
>>> On 14.03.16 at 18:55, wrote: > As perform_tests() is going to clear memory past 4MB, we check that the > memory can be use or we skip the tests. > > Signed-off-by: Anthony PERARD > --- > Changes in v4: > - move the check into the perform_test() function. > - skip tests instead of using BUG.

Re: [Xen-devel] [PATCH v4 09/14] hvmloader: Check modules whereabouts in perform_tests

2016-03-19 Thread Anthony PERARD
On Tue, Mar 15, 2016 at 09:23:37PM -0400, Konrad Rzeszutek Wilk wrote: > On Mon, Mar 14, 2016 at 05:55:44PM +, Anthony PERARD wrote: > > As perform_tests() is going to clear memory past 4MB, we check that the > > memory can be use or we skip the tests. > > I get the reason you want this - but

Re: [Xen-devel] [PATCH v4 09/14] hvmloader: Check modules whereabouts in perform_tests

2016-03-15 Thread Konrad Rzeszutek Wilk
On Mon, Mar 14, 2016 at 05:55:44PM +, Anthony PERARD wrote: > As perform_tests() is going to clear memory past 4MB, we check that the > memory can be use or we skip the tests. I get the reason you want this - but if we have giant binary blobs and something else screws up what the tests are tes

[Xen-devel] [PATCH v4 09/14] hvmloader: Check modules whereabouts in perform_tests

2016-03-14 Thread Anthony PERARD
As perform_tests() is going to clear memory past 4MB, we check that the memory can be use or we skip the tests. Signed-off-by: Anthony PERARD --- Changes in v4: - move the check into the perform_test() function. - skip tests instead of using BUG. New in V3 --- tools/firmware/hvmloader/tests.c |