Bug 1444934
| Summary: | iso: ship qemu-ga built from latest qemu release | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Emmanuel Kasper <e.kasper> |
| Component: | virtio-win | Assignee: | Yvugenfi <yvugenfi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | ailan, berrange, chayang, crobinso, e.kasper, ghammer, juzhang, lijin, michen, phou, redhat, t.lamprecht, virt-maint, vrozenfe, wyu, xiagao, yvugenfi |
| Target Milestone: | --- | Keywords: | RFE |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-28 23:58:28 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
Emmanuel Kasper
2017-04-24 14:57:16 UTC
Thanks for the report, I'll try to find a newer build, that looks like rhel6 code So apparently we only ship rhel6 vintage qemu-guest-agent as part of RHEL, and since the public virtio-win iso/rpm just distribute those RHEL builds, that's all we've got for now. But it's been pointed out that we should be able to build qemu-ga for windows with mingw in fedora, so let's repurpose this bug to track something like that (In reply to Cole Robinson from comment #9) > But it's been pointed out that we should be able to build qemu-ga for > windows with mingw in fedora, so let's repurpose this bug to track something > like that Yes building this with mingw under fedora works OK. But it needs this patch applied: http://lists.nongnu.org/archive/html/qemu-devel/2017-06/msg00158.html as the fedora mingw-glib has no libpcre builtin and so it needs to get shipped it with the MSI. I got a reviewed by but no activity since then, bumping the thread didn't help me either. Would be really great if this could be picked up again and thus a newer qemu-ga included in the virtio ISO, as it's more trustworthy than an unsigned build from a random guy on the internet :) OK, I just saw now that my patch got pulled in yesterday without me noticing (sorry). So now nothing should be in the way to build this with mingw on fedora. Hi, I'm currently in the process of migrating the current downstream qemu-ga to an internal repository for RHEL that is based on qemu-ga upstream from the qemu source tree. Where is the current qemu-ga repository for fedora lies? Do you want to create a new one? (In reply to Sameeh Jubran from comment #13) > Hi, > > I'm currently in the process of migrating the current downstream qemu-ga to > an internal repository for RHEL that is based on qemu-ga upstream from the > qemu source tree. Where is the current qemu-ga repository for fedora lies? linux qemu-ga builds in fedora are built and distributed as part of the qemu package. The packaging repo is at: https://src.fedoraproject.org/rpms/qemu/tree/master (or fedpkg co qemu) We likely won't have a mingw/windows specific package repo for qemu, and instead just automate generating a windows qemu-ga build from whatever latest qemu bits are in Fedora, it's been on my todo list for a while but who knows when I'll get to it. But in the meantime if you start building newer qemu-ga internally I can publish those in the public virtio-win iso/rpm We've been shipping sameeh's qemu-ga builds for a while now which are much closer to upstream, so I'm closing this |