qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 43ab9a: hw/i386/vmport: fix missing definitio


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 43ab9a: hw/i386/vmport: fix missing definitions with non-l...
Date: Thu, 21 Dec 2017 16:11:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 43ab9a5376c95c61ae898a222c4d04bdf60e239b
      
https://github.com/qemu/qemu/commit/43ab9a5376c95c61ae898a222c4d04bdf60e239b
  Author: Laurent Vivier <address@hidden>
  Date:   2017-12-21 (Thu, 21 Dec 2017)

  Changed paths:
    M hw/i386/vmport.c

  Log Message:
  -----------
  hw/i386/vmport: fix missing definitions with non-log trace backends

When compiled with anything other than the 'log' trace backend, we have:

   error: implicit declaration of function 'qemu_log_mask'
   error: 'LOG_UNIMP' undeclared (first use in this function)

This patch adds the missing include.

Fixes: 7299e1a411
       ("hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMP")
Signed-off-by: Laurent Vivier <address@hidden>
Message-id: address@hidden
[PMM: fixed commit message description of when problem occurs]
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]