mbox series

[kvmtool,0/3] Build fixes

Message ID 20230606143733.994679-1-jean-philippe@linaro.org (mailing list archive)
Headers show
Series Build fixes | expand

Message

Jean-Philippe Brucker June 6, 2023, 2:37 p.m. UTC
A few build fixes for kvmtool. They apply independently from the vhost
fixes series I sent today.

Jean-Philippe Brucker (3):
  Makefile: Refine -s handling in the make parameters
  arm/kvm-cpu: Fix new build warning
  virtio/rng: Fix build warning from min()

 Makefile      | 2 +-
 arm/kvm-cpu.c | 3 +--
 virtio/rng.c  | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

Comments

Will Deacon June 8, 2023, 9:45 p.m. UTC | #1
On Tue, 6 Jun 2023 15:37:33 +0100, Jean-Philippe Brucker wrote:
> A few build fixes for kvmtool. They apply independently from the vhost
> fixes series I sent today.
> 
> Jean-Philippe Brucker (3):
>   Makefile: Refine -s handling in the make parameters
>   arm/kvm-cpu: Fix new build warning
>   virtio/rng: Fix build warning from min()
> 
> [...]

Applied to kvmtool (master), thanks!

[1/3] Makefile: Refine -s handling in the make parameters
      https://git.kernel.org/will/kvmtool/c/8f6cabb25d79
[2/3] arm/kvm-cpu: Fix new build warning
      https://git.kernel.org/will/kvmtool/c/426e875213d3
[3/3] virtio/rng: Fix build warning from min()
      https://git.kernel.org/will/kvmtool/c/53114134ce5a

Cheers,