Bug 825939
Summary: | RFE: qemu: support -net downscript= | ||
---|---|---|---|
Product: | [Community] Virtualization Tools | Reporter: | Hiroaki KAWAI <kawai> |
Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
Status: | CLOSED DEFERRED | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | berrange, clalancette, crobinso, dougsland, dyuan, itamar, jforbes, laine, libvirt-maint, mzhan, sachi059, veillard, virt-maint, yalzhang |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | LibvirtFirstBug | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-17 15:28:27 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Hiroaki KAWAI
2012-05-29 07:04:16 UTC
Moving to upstream tracker Currently we support XML like: <interface type='ethernet'> <mac address='00:11:22:33:44:55'/> <script path='/etc/qemu-ifup'/> </interface> Where script path maps to qemu -net ...,script=/etc/qemu-ifup Seems sensible to add <interface type='ethernet'> <mac address='00:11:22:33:44:55'/> <script path='/etc/qemu-ifup'/> <downscript path='/path/to/my/downscript'/> </interface> Some info for LibvirtFirstBug: Here is an example git commit that could be followed as a template: commit 937ebba00e1bbbb7f67e00f5522511e6e650fd0a Author: Marc-André Lureau <marcandre.lureau> Date: Fri Feb 19 15:30:15 2016 +0100 qemu: add spice opengl support The main components are: - Parsing the new parameter out of the XML (src/conf/domain_conf.c) - Putting the new parameter on the qemu command line (src/qemu/qemu_command.c) - Updating the documentation (docs/formatdomain.html.in) - Adding a test case to the test suite Hi, i want to work for this, with this i want to get started with opensource , can any one guide me about the floe to make this possible, i will be extremely happy to continue like this. The best thing is to look at the libvirt code for places that deal with the existing "script" parameter - the support for "downscript" will be 90% the same as that. This issue is now tracked in https://gitlab.com/libvirt/libvirt/-/issues/13 |