Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qemu: enable iSCSI support
@ 2020-04-30 23:53 abenson
  2020-05-01  3:58 ` [WIP] " Vaelatern
  2020-05-01  3:59 ` [PR PATCH] [Merged]: " Vaelatern
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2020-04-30 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages qemu_add_iscsi
https://github.com/void-linux/void-packages/pull/21506

qemu: enable iSCSI support


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

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

From 4466509eabf319ed94d84d94131dab89a7c75abe Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Apr 2020 18:53:08 -0500
Subject: [PATCH] qemu: enable iSCSI support

---
 srcpkgs/qemu/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 4ec8b486b8f..67f47f65674 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,7 +1,7 @@
 # Template file for 'qemu'
 pkgname=qemu
 version=4.2.0
-revision=2
+revision=3
 short_desc="Open Source Processor Emulator"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
@@ -20,15 +20,17 @@ 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 iscsi 'libiscsi-devel')
  $(vopt_if smartcard libcacard-devel) $(vopt_if numa 'libnuma-devel')"
 
-build_options="gtk3 opengl sdl2 spice virgl smartcard numa"
-build_options_default="opengl gtk3 virgl smartcard sdl2 numa"
+build_options="gtk3 opengl sdl2 spice virgl smartcard numa iscsi"
+build_options_default="opengl gtk3 virgl smartcard sdl2 numa iscsi"
 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"
+desc_option_iscsi="Enable support for iSCSI"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*|ppc64le*) build_options_default+=" spice";;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [WIP] qemu: enable iSCSI support
  2020-04-30 23:53 [PR PATCH] qemu: enable iSCSI support abenson
@ 2020-05-01  3:58 ` Vaelatern
  2020-05-01  3:59 ` [PR PATCH] [Merged]: " Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2020-05-01  3:58 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/21506#issuecomment-622236296

Comment:
This worked for me, @abenson, with no hiccups.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: [WIP] qemu: enable iSCSI support
  2020-04-30 23:53 [PR PATCH] qemu: enable iSCSI support abenson
  2020-05-01  3:58 ` [WIP] " Vaelatern
@ 2020-05-01  3:59 ` Vaelatern
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2020-05-01  3:59 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

[WIP] qemu: enable iSCSI support
https://github.com/void-linux/void-packages/pull/21506

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-01  3:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 23:53 [PR PATCH] qemu: enable iSCSI support abenson
2020-05-01  3:58 ` [WIP] " Vaelatern
2020-05-01  3:59 ` [PR PATCH] [Merged]: " Vaelatern

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).