[PATCH] util/oslib-win32: Remove obsolete reference to g_poll code

Thomas Huth posted 1 patch 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221208133257.95673-1-thuth@redhat.com
Maintainers: Stefan Weil <sw@weilnetz.de>
util/oslib-win32.c | 4 ----
1 file changed, 4 deletions(-)
[PATCH] util/oslib-win32: Remove obsolete reference to g_poll code
Posted by Thomas Huth 1 year, 4 months ago
The comment about g_poll is not required here anymore since
the corresponding code has been removed a while ago already.

Fixes: b4c6036faa ("configure: bump min required glib version to 2.56")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 util/oslib-win32.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/util/oslib-win32.c b/util/oslib-win32.c
index a67cb3822e..07ade41800 100644
--- a/util/oslib-win32.c
+++ b/util/oslib-win32.c
@@ -24,10 +24,6 @@
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
- *
- * The implementation of g_poll (functions poll_rest, g_poll) at the end of
- * this file are based on code from GNOME glib-2 and use a different license,
- * see the license comment there.
  */
 
 #include "qemu/osdep.h"
-- 
2.31.1
Re: [PATCH] util/oslib-win32: Remove obsolete reference to g_poll code
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
On 8/12/22 14:32, Thomas Huth wrote:
> The comment about g_poll is not required here anymore since
> the corresponding code has been removed a while ago already.
> 
> Fixes: b4c6036faa ("configure: bump min required glib version to 2.56")
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   util/oslib-win32.c | 4 ----
>   1 file changed, 4 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>