mbox series

[v2,0/7] x86: build adjustments

Message ID 3a8356a9-313c-6de8-f409-977eae1fbfa5@suse.com (mailing list archive)
Headers show
Series x86: build adjustments | expand

Message

Jan Beulich Aug. 7, 2020, 11:30 a.m. UTC
This is a in part just loosely connected set of changes in particular
aiming at further shim size binary reduction.

One patch of v1 did go in. Besides the dropping of that one, there
was a small adjustment to what is now patch 4 (based on feedback) and
I did notice an omission in patch 1.

1: x86/EFI: sanitize build logic
2: x86: don't build with EFI support in shim-exclusive mode
3: x86: shrink struct arch_{vcpu,domain} when !HVM
4: bitmap: move to/from xenctl_bitmap conversion helpers
5: x86: move domain_cpu_policy_changed()
6: x86: move cpu_{up,down}_helper()
7: x86: don't include domctl and alike in shim-exclusive builds

Jan