On Mon, Apr 17, 2023, Aaron Lewis wrote: > On Thu, Mar 23, 2023, Sean Christopherson wrote: > > On Wed, Mar 01, 2023, Aaron Lewis wrote: > > > Add string formatting support to the guest by adding a local version > > > of vsprintf with no dependencies on LIBC. > > > > Heh, this confused me for a second. Just squash this with the previous patch, > > copying an entire file only to yank parts out is unnecessary and confusing. > > > > Sure, I can squash them together. I thought doing it this way would > make it easier to review because you have a diff against the original in > this series. If that's not helpful there's no point in having it. The problem is that including the original first means reviewing the entirety of the original patch in the context of KVM selftests.