All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] util/oslib-win32: Remove obsolete reference to g_poll code
@ 2022-12-08 13:32 Thomas Huth
  2022-12-08 14:15 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2022-12-08 13:32 UTC (permalink / raw
  To: qemu-devel, Stefan Weil; +Cc: Daniel P . Berrangé, qemu-trivial

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] util/oslib-win32: Remove obsolete reference to g_poll code
  2022-12-08 13:32 [PATCH] util/oslib-win32: Remove obsolete reference to g_poll code Thomas Huth
@ 2022-12-08 14:15 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-08 14:15 UTC (permalink / raw
  To: Thomas Huth, qemu-devel, Stefan Weil
  Cc: Daniel P . Berrangé, qemu-trivial

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>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-08 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08 13:32 [PATCH] util/oslib-win32: Remove obsolete reference to g_poll code Thomas Huth
2022-12-08 14:15 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.