[PATCH 0/2] stubdom: disable building of pv-grub per default

Juergen Gross posted 2 patches 2 years, 7 months ago
Failed in applying to current master (apply log)
Makefile             |  4 ++--
stubdom/Makefile     | 13 +++++++++++++
stubdom/configure    |  8 ++------
stubdom/configure.ac |  2 +-
4 files changed, 18 insertions(+), 9 deletions(-)
[PATCH 0/2] stubdom: disable building of pv-grub per default
Posted by Juergen Gross 2 years, 7 months ago
This is a first step of deprecating pv-grub. Switch the default to not
building it.

NOTE: This should be mentioned in the release notes!

Juergen Gross (2):
  stubdom: fix build with disabled pv-grub
  stubdom: disable building pv-grub

 Makefile             |  4 ++--
 stubdom/Makefile     | 13 +++++++++++++
 stubdom/configure    |  8 ++------
 stubdom/configure.ac |  2 +-
 4 files changed, 18 insertions(+), 9 deletions(-)

-- 
2.26.2


Re: [PATCH 0/2] stubdom: disable building of pv-grub per default
Posted by Jan Beulich 2 years, 7 months ago
On 09.09.2021 10:27, Juergen Gross wrote:
> This is a first step of deprecating pv-grub. Switch the default to not
> building it.
> 
> NOTE: This should be mentioned in the release notes!

And/or perhaps in ./CHANGELOG.md?

Jan


Re: [PATCH 0/2] stubdom: disable building of pv-grub per default
Posted by Juergen Gross 2 years, 7 months ago
On 09.09.21 10:44, Jan Beulich wrote:
> On 09.09.2021 10:27, Juergen Gross wrote:
>> This is a first step of deprecating pv-grub. Switch the default to not
>> building it.
>>
>> NOTE: This should be mentioned in the release notes!
> 
> And/or perhaps in ./CHANGELOG.md?

Oh yes, of course!

I'll add this to patch 2.


Juergen