[pve-devel] [PATCH qemu-server v10 1/4] add C program to get hardware capabilities from CPUID

Dominik Csapak d.csapak at proxmox.com
Fri May 17 13:21:45 CEST 2024


one small nit inline:

On 5/10/24 13:47, Markus Frank wrote:
> diff --git a/query-machine-capabilities/Makefile b/query-machine-capabilities/Makefile
> new file mode 100644
> index 0000000..c5f6348
> --- /dev/null
> +++ b/query-machine-capabilities/Makefile
> @@ -0,0 +1,21 @@
> +DESTDIR=
> +PREFIX=/usr
> +SBINDIR=${PREFIX}/libexec/qemu-server
> +SERVICEDIR=/lib/systemd/system
> +

PREFIX is only used once here, so it's probably better inlining the value




More information about the pve-devel mailing list