ovirt-guest-agent:master

Last commit made on 2016-03-21
Get this branch:
git clone -b master https://git.launchpad.net/ovirt-guest-agent
Members of ovirt-guest-agent committers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:ovirt-guest-agent

Recent commits

520201d... by Sandro Bonazzola

automation: don't require repos on el6

Change-Id: I8f5bfca573106aa31f30d8959d5fb61666697b38
Signed-off-by: Sandro Bonazzola <email address hidden>

17f66d0... by Vinzenz Feenstra <email address hidden>

windows: More defensive code for windows VirtIO handling

To avoid continous exceptions to eat 100% of the CPU we're
now sleeping at least for 1 second after an exception and
we're logging the exception in debug mode, so we can investigate
potential problems.
To avoid spamming the logs this is on debug log for now.

Change-Id: I0cb7c1108a579bf55f9340cb1c211b65d6cd8f5b
Bug-Url: https://bugzilla.redhat.com/1257835
Signed-off-by: Vinzenz Feenstra <email address hidden>

55b63a2... by Vinzenz Feenstra <email address hidden>

Force negotiation of the API Version

This patch introduces a forced switch of the api version value to disabled
first and then max on the second heart-beat. Which effectively triggers
VDSM to renegotiate the API version.

Change-Id: I1ba2013e17e13cecec4eae53c7a4d11cee4b47b9
Bug-Url: https://bugzilla.redhat.com/1285851
Signed-off-by: Vinzenz Feenstra <email address hidden>

d2bcc66... by Vinzenz Feenstra <email address hidden>

win: Try to revert to previous value on TranslateName failure

In case TranslateName fails, we're now reverting back to the previous value
of the username only - Most of the time the translation fails on the hostname
which cannot be resolved.
Which would cause random data to be returned. This has been resolved with this
patch.

Change-Id: I4c5cf6db6d906625cdd01415e2c1153ae3fa0c08
Bug-Url: https://bugzilla.redhat.com/1117504
Signed-off-by: Vinzenz Feenstra <email address hidden>

4e686cd... by Yedidyah Bar David <email address hidden>

automation: Build for windows only if deps available

We build the depdendencies for windows only on latest fedora.
Do not check %dist but just try to get them. Exit cleanly if missing.

Change-Id: I93275a2714ae012db1725b47d6646f7e43bd8bdc
Signed-off-by: Yedidyah Bar David <email address hidden>

e439e4a... by Vinzenz Feenstra <email address hidden>

Fix osinfo for el5

Python 2.4 does not come with linux_distributions, so we are
putting in an explicit workaround for EL5

Change-Id: I8dc2efa00eac25c6854fb8f47b86e5da746502e1
Bug-Url: https://bugzilla.redhat.com/1286937
Signed-off-by: Vinzenz Feenstra <email address hidden>

6d7c24d... by Vinzenz Feenstra <email address hidden>

PEP8 fix introduced regression

Bug-Url: https://bugzilla.redhat.com/1285834
Change-Id: I9af99bce9b5c2558a1e87859edc08cce37704cd2
Signed-off-by: Vinzenz Feenstra <email address hidden>

3e191fa... by Vinzenz Feenstra <email address hidden>

win32: Update version information reporting for Win8+ and simplify

With Windows 8.1 the API for retrieving the OS version on Windows has
changed that it won't report a higher version than 6.2 even though it
might be Windows 8.1 or Windows 10 etc

This code change introduces a new way to retrieve the current version by
using RtlGetVersion which still does behave the old way.
Additionally this patch already introduces the Windows 2016 Server detection
as the version for this is known.

Also this patch now removes obsolete and unsupported versions.

Change-Id: I8047842b080140e072b04c2af46ec0e6b8287c51
Bug-Url: https://bugzilla.redhat.com/1279980
Signed-off-by: Vinzenz Feenstra <email address hidden>

77e52cc... by Yedidyah Bar David <email address hidden>

packaging: windows spec: Remove 'artifacts' from paths

Change all /usr/share/artifacts to /usr/share.

See:

https://gerrit.ovirt.org/47771 - spice-nsis aka ovirt-wgt
https://gerrit.ovirt.org/47460 - ovirt-wgt-toolchain
https://gerrit.ovirt.org/47461 - ovirt-guest-agent

Change-Id: Ia95c93d7399758fe4ae6bbf22219065b7a58c4ae
Signed-off-by: Yedidyah Bar David <email address hidden>

feb0b12... by Vinzenz Feenstra <email address hidden>

Providing afxres.h for cases where no MFC is available for VC

Change-Id: Ia9bb7a0ec6aae9c1a5ba0a8710f42b3487857e21
Bug-Url: https://bugzilla.redhat.com/1177242
Signed-off-by: Vinzenz Feenstra <email address hidden>