Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] qemu: added default support to numa (CONFIG_NUMA = yes)
Date: Thu, 06 Jun 2019 23:20:28 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12228@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

There is a new pull request by rsmontero against master on the void-packages repository

https://github.com/rsmontero/void-packages master
https://github.com/void-linux/void-packages/pull/12228

qemu: added default support to numa (CONFIG_NUMA = yes)
Enables --numa in qemu configure and add it as a default. NUMA support
is required to set NUMA node binding of guest domains.

A patch file from https://github.com/void-linux/void-packages/pull/12228.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-12228.patch --]
[-- Type: application/text/x-diff, Size: 1609 bytes --]

From 38f4ed311e86466d4cd6ef2b265570a29612e472 Mon Sep 17 00:00:00 2001
From: "Ruben S. Montero" <rsmontero@opennebula.org>
Date: Thu, 6 Jun 2019 21:29:29 +0200
Subject: [PATCH] qemu: added default support to numa (CONFIG_NUMA = yes)

Enables --numa in qemu configure and add it as a default. NUMA support
is required to set NUMA node binding of guest domains.
---
 srcpkgs/qemu/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 07d8bd536ae..8acfd0ab7e5 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -20,14 +20,15 @@ makedepends="libpng-devel libjpeg-turbo-devel pixman-devel snappy-devel
  $(vopt_if sdl2 SDL2-devel) $(vopt_if gtk3 "gtk+3-devel vte3-devel")
  $(vopt_if spice spice-devel) $(vopt_if virgl virglrenderer-devel)
  $(vopt_if opengl 'libepoxy-devel libdrm-devel MesaLib-devel')
- $(vopt_if smartcard libcacard-devel)"
+ $(vopt_if smartcard libcacard-devel) $(vopt_if numa 'libnuma-devel')"
 
-build_options="gtk3 opengl sdl2 spice virgl smartcard"
-build_options_default="opengl gtk3 virgl smartcard sdl2"
+build_options="gtk3 opengl sdl2 spice virgl smartcard numa"
+build_options_default="opengl gtk3 virgl smartcard sdl2 numa"
 desc_option_sdl2="Enable SDL (2.x) video output"
 desc_option_spice="Enable support for SPICE"
 desc_option_virgl="Enable support for VirGL (A Virtual 3D GPU renderer)"
 desc_option_smartcard="Enable smartcard support"
+desc_option_numa="Enable support for host NUMA"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*|ppc64*) build_options_default+=" spice";;

             reply	other threads:[~2019-06-06 21:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-06 21:20 voidlinux-github [this message]
2019-06-07 14:36 ` voidlinux-github
2019-06-09 17:17 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-09 17:17 ` voidlinux-github
2019-06-09 17:18 ` voidlinux-github
2019-06-11 11:59 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12228@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).