--- Begin Message ---
Package: sponsorship-requests
Severity: important
X-Debbugs-CC: Ignace Mouzannar <[email protected]>
X-Debbugs-CC: Abhijith PA <[email protected]>
Dear mentors,
I am looking for a sponsor for a NMU of "aqemu" to fix this RC bug:
#927126 - aqemu: after updating can't open VMs [0].
This bug was fixed in previous NMU aqemu/0.9.2-2.2 bug after discussion
with release team in #929342 [1], I modified the fix before being able
to migrate to buster.
This NMU remove references to VLANs in the description texts.
The maintainer has not responded to this bug at all, nor other bugs on
this package since 26/07/2016.
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927126
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929342#10
* Package name : aqemu
Version : 0.9.2-2.3
Upstream Author : Andrey Rijov, Tobias Gläßer
* URL : https://sourceforge.net/projects/aqemu/,
https://github.com/tobimensch/aqemu
* License : GPL-2+, BSD-3-clause
Section : x11
It builds those binary packages:
aqemu - Qt5 front-end for QEMU and KVM
To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/aqemu
Alternatively, one can download the package with dget using this command:
dget -x
https://mentors.debian.net/debian/pool/main/a/aqemu/aqemu_0.9.2-2.3.dsc
Changes since the last upload in unstable:
aqemu (0.9.2-2.3) unstable; urgency=medium
* Non-maintainer upload.
*
debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
- Remove "Virtual LAN" references in description texts.
-- Alexis Murzeau <[email protected]> Sun, 26 May 2019 01:03:06 +0200
Additional change since the version in buster:
aqemu (0.9.2-2.2) unstable; urgency=medium
* Non-maintainer upload.
*
debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
- Fix "after updating can't open VMs": Remove vlan related options.
(Closes: #927126)
-- Alexis Murzeau <[email protected]> Fri, 17 May 2019 00:55:49 +0200
Source packages diff is in attachment and can be viewed here:
https://salsa.debian.org/amurzeau-guest/aqemu/compare/debian%2F0.9.2-2.2...debian%2F0.9.2-2.3
Regards,
--
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F
From 26087ea3c3700bc5a019ae8cc0f84eb14954ef3d Mon Sep 17 00:00:00 2001
From: Alexis Murzeau <[email protected]>
Date: Sun, 26 May 2019 01:02:34 +0200
Subject: [PATCH] Remove Virtual LAN references in description texts
---
debian/changelog | 8 ++++++++
...N-stuff-QEMU-doesn-t-support-it-anymore.patch | 16 ++++++++--------
2 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b65fecf..24da78a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+aqemu (0.9.2-2.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
+ - Remove "Virtual LAN" references in description texts.
+
+ -- Alexis Murzeau <[email protected]> Sun, 26 May 2019 01:03:06 +0200
+
aqemu (0.9.2-2.2) unstable; urgency=medium
* Non-maintainer upload.
diff --git
a/debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
b/debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
index 1e1014c..53591b4 100644
---
a/debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
+++
b/debian/patches/0002-Remove-VLAN-stuff-QEMU-doesn-t-support-it-anymore.patch
@@ -41,7 +41,7 @@ QEMU can work again.
+ // -net nic[,macaddr=addr][,model=type][,name=name]
if( ui.CB_Network_Type->currentText() == "nic" )
- QMessageBox::information( this, tr("nic"), tr("-net
nic[,vlan=n][,macaddr=addr][,model=type][,name=name] \nCreate a new Network
Interface Card and connect it to VLAN n (n = 0 is the default). The NIC is an
ne2k_pci by default on the PC target. Optionally, the MAC address can be
changed to addr and a name can be assigned for use in monitor commands. If no
\'-net\' option is specified, a single NIC is created. Qemu can emulate several
different models of network card. Valid values for type are i82551, i82557b,
i82559er, ne2k_pci, ne2k_isa, pcnet, rtl8139, e1000, smc91c111, lance and
mcf_fec. Not all devices are supported on all targets. Use -net nic,model=? for
a list of available devices for your target.") );
-+ QMessageBox::information( this, tr("nic"), tr("-net
nic[,macaddr=addr][,model=type][,name=name] \nCreate a new Network Interface
Card and connect it to Virtual LAN n (n = 0 is the default). The NIC is an
ne2k_pci by default on the PC target. Optionally, the MAC address can be
changed to addr and a name can be assigned for use in monitor commands. If no
\'-net\' option is specified, a single NIC is created. Qemu can emulate several
different models of network card. Valid values for type are i82551, i82557b,
i82559er, ne2k_pci, ne2k_isa, pcnet, rtl8139, e1000, smc91c111, lance and
mcf_fec. Not all devices are supported on all targets. Use -net nic,model=? for
a list of available devices for your target.") );
++ QMessageBox::information( this, tr("nic"), tr("-net
nic[,macaddr=addr][,model=type][,name=name] \nCreate a new Network Interface
Card and connect it to emulated hub with ID 0 (i.e. the default hub). The NIC
is an ne2k_pci by default on the PC target. Optionally, the MAC address can be
changed to addr and a name can be assigned for use in monitor commands. If no
\'-net\' option is specified, a single NIC is created. Qemu can emulate several
different models of network card. Valid values for type are i82551, i82557b,
i82559er, ne2k_pci, ne2k_isa, pcnet, rtl8139, e1000, smc91c111, lance and
mcf_fec. Not all devices are supported on all targets. Use -net nic,model=? for
a list of available devices for your target.") );
- // -net user[,vlan=n][,hostname=name][,name=name]
+ // -net user[,hostname=name][,name=name]
@@ -57,31 +57,31 @@ QEMU can work again.
+ // -net
tap[,name=name][,fd=h][,ifname=name][,script=file][,downscript=dfile]
else if( ui.CB_Network_Type->currentText() == "tap" )
- QMessageBox::information( this, tr("tap"), tr("-net
tap[,vlan=n][,name=name][,fd=h][,ifname=name][,script=file][,downscript=dfile]
\nConnect the host TAP network interface name to VLAN n, use the network script
file to configure it and the network script dfile to deconfigure it. If name is
not provided, the OS automatically provides one. \'fd\'=h can be used to
specify the handle of an already opened host TAP interface. The default network
configure script is \'/etc/qemu-ifup\' and the default network deconfigure
script is \'/etc/qemu-ifdown\'. Use \'script=no\' or \'downscript=no\' to
disable script execution.") );
-+ QMessageBox::information( this, tr("tap"), tr("-net
tap[,name=name][,fd=h][,ifname=name][,script=file][,downscript=dfile] \nConnect
the host TAP network interface name to Virtual LAN n, use the network script
file to configure it and the network script dfile to deconfigure it. If name is
not provided, the OS automatically provides one. \'fd\'=h can be used to
specify the handle of an already opened host TAP interface. The default network
configure script is \'/etc/qemu-ifup\' and the default network deconfigure
script is \'/etc/qemu-ifdown\'. Use \'script=no\' or \'downscript=no\' to
disable script execution.") );
++ QMessageBox::information( this, tr("tap"), tr("-net
tap[,name=name][,fd=h][,ifname=name][,script=file][,downscript=dfile] \nConnect
the host TAP network interface name to emulated hub with ID 0 (i.e. the default
hub), use the network script file to configure it and the network script dfile
to deconfigure it. If name is not provided, the OS automatically provides one.
\'fd\'=h can be used to specify the handle of an already opened host TAP
interface. The default network configure script is \'/etc/qemu-ifup\' and the
default network deconfigure script is \'/etc/qemu-ifdown\'. Use \'script=no\'
or \'downscript=no\' to disable script execution.") );
- // -net
socket[,vlan=n][,name=name][,fd=h][,listen=[host]:port][,connect=host:port]
+ // -net
socket[,name=name][,fd=h][,listen=[host]:port][,connect=host:port]
else if( ui.CB_Network_Type->currentText() == "socket" )
- QMessageBox::information( this, tr("socket"), tr("-net
socket[,vlan=n][,name=name][,fd=h][,listen=[host]:port][,connect=host:port]
\nConnect the VLAN n to a remote VLAN in another QEMU virtual machine using a
TCP socket connection. If \'listen\' is specified, QEMU waits for incoming
connections on port (host is optional). \'connect\' is used to connect to
another QEMU instance using the \'listen\' option. \'fd\'=h specifies an
already opened TCP socket.") );
-+ QMessageBox::information( this, tr("socket"), tr("-net
socket[,name=name][,fd=h][,listen=[host]:port][,connect=host:port] \nConnect
the Virtual LAN n to a remote Virtual LAN in another QEMU virtual machine using
a TCP socket connection. If \'listen\' is specified, QEMU waits for incoming
connections on port (host is optional). \'connect\' is used to connect to
another QEMU instance using the \'listen\' option. \'fd\'=h specifies an
already opened TCP socket.") );
++ QMessageBox::information( this, tr("socket"), tr("-net
socket[,name=name][,fd=h][,listen=[host]:port][,connect=host:port] \nConnect
the guest's network to another QEMU virtual machine using a TCP socket
connection. If \'listen\' is specified, QEMU waits for incoming connections on
port (host is optional). \'connect\' is used to connect to another QEMU
instance using the \'listen\' option. \'fd\'=h specifies an already opened TCP
socket.") );
- // -net socket[,vlan=n][,name=name][,fd=h][,mcast=maddr:port]
+ // -net socket[,name=name][,fd=h][,mcast=maddr:port]
else if( ui.CB_Network_Type->currentText() == "multicast socket" )
- QMessageBox::information( this, tr("socket"), tr("-net
socket[,vlan=n][,name=name][,fd=h][,mcast=maddr:port] \nCreate a VLAN n shared
with another QEMU virtual machines using a UDP multicast socket, effectively
making a bus for every QEMU with same multicast address maddr and port.
\nNOTES: \n1. Several QEMU can be running on different hosts and share same bus
(assuming correct multicast setup for these hosts). \n2. mcast support is
compatible with User Mode Linux (argument \'ethN=mcast\'), see
http://user-mode-linux.sf.net. \n3. Use \'fd=h\' to specify an already opened
UDP multicast socket.") );
-+ QMessageBox::information( this, tr("socket"), tr("-net
socket[,name=name][,fd=h][,mcast=maddr:port] \nCreate a Virtual LAN n shared
with another QEMU virtual machines using a UDP multicast socket, effectively
making a bus for every QEMU with same multicast address maddr and port.
\nNOTES: \n1. Several QEMU can be running on different hosts and share same bus
(assuming correct multicast setup for these hosts). \n2. mcast support is
compatible with User Mode Linux (argument \'ethN=mcast\'), see
http://user-mode-linux.sf.net. \n3. Use \'fd=h\' to specify an already opened
UDP multicast socket.") );
++ QMessageBox::information( this, tr("socket"), tr("-net
socket[,name=name][,fd=h][,mcast=maddr:port] \nConfigure a socket host network
backend to share the guest's network traffic with another QEMU virtual machines
using a UDP multicast socket, effectively making a bus for every QEMU with same
multicast address maddr and port. \nNOTES: \n1. Several QEMU can be running on
different hosts and share same bus (assuming correct multicast setup for these
hosts). \n2. mcast support is compatible with User Mode Linux (argument
\'ethN=mcast\'), see http://user-mode-linux.sf.net. \n3. Use \'fd=h\' to
specify an already opened UDP multicast socket.") );
- // -net
vde[,vlan=n][,name=name][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]
+ // -net
vde[,name=name][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]
else if( ui.CB_Network_Type->currentText() == "vde" )
- QMessageBox::information( this, tr("vde"), tr("-net
vde[,vlan=n][,name=name][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]
\nConnect VLAN n to PORT n of a vde switch running on host and listening for
incoming connections on socketpath. Use GROUP groupname and MODE octalmode to
change default ownership and permissions for communication port. This option is
available only if QEMU has been compiled with vde support enabled.") );
-+ QMessageBox::information( this, tr("vde"), tr("-net
vde[,name=name][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]
\nConnect Virtual LAN n to PORT n of a vde switch running on host and listening
for incoming connections on socketpath. Use GROUP groupname and MODE octalmode
to change default ownership and permissions for communication port. This option
is available only if QEMU has been compiled with vde support enabled.") );
++ QMessageBox::information( this, tr("vde"), tr("-net
vde[,name=name][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]
\nConfigure VDE backend to connect to PORT n of a vde switch running on host
and listening for incoming connections on socketpath. Use GROUP groupname and
MODE octalmode to change default ownership and permissions for communication
port. This option is available only if QEMU has been compiled with vde support
enabled.") );
- // -net dump[,vlan=n][,file=file][,len=len]
+ // -net dump[,file=file][,len=len]
else if( ui.CB_Network_Type->currentText() == "dump" )
- QMessageBox::information( this, tr("dump"), tr("-net
dump[,vlan=n][,file=f][,len=n] \ndump traffic on vlan \'n\' to file \'f\' (max
n bytes per packet)") );
-+ QMessageBox::information( this, tr("dump"), tr("-net
dump[,file=f][,len=n] \ndump traffic on Virtual LAN \'n\' to file \'f\' (max n
bytes per packet)") );
++ QMessageBox::information( this, tr("dump"), tr("-net
dump[,file=f][,len=n] \ndump traffic to file \'f\' (max n bytes per packet)") );
else
{
@@ -1637,7 +1637,7 @@ QEMU can work again.
break;
- case 6: // create shared VLAN via UDP multicast socket
-+ case 6: // create shared Virtual LAN via UDP multicast socket
++ case 6: // use an UDP multicast socket
if(set_net_mode)
Network_Cards[ ui.Network_Cards_List->currentRow()
].Set_Net_Mode( VM::Net_Mode_Multicast );
@@ -1792,7 +1792,7 @@ QEMU can work again.
<item>
<property name="text">
- <string>Create shared VLAN via UDP multicast socket</string>
-+ <string>Create shared Virtual LAN via UDP multicast socket</string>
++ <string>Use an UDP multicast socket</string>
</property>
</item>
<item>
--
2.20.1
signature.asc
Description: OpenPGP digital signature
--- End Message ---