1. 28 6月, 2016 2 次提交
    • P
      misc/aspeed_scu: Fix build error caused by missing header · aa4b04a0
      Pranith Kumar 提交于
      Tracing configurations error out currently as follows:
      
      /home/travis/build/pranith/qemu/hw/misc/aspeed_scu.c: In function ‘aspeed_scu_read’:
      /home/travis/build/pranith/qemu/hw/misc/aspeed_scu.c:130:9: error: implicit declaration of function ‘qemu_log_mask’ [-Werror=implicit-function-declaration]
      /home/travis/build/pranith/qemu/hw/misc/aspeed_scu.c:130:9: error: nested extern declaration of ‘qemu_log_mask’ [-Werror=nested-externs]
      /home/travis/build/pranith/qemu/hw/misc/aspeed_scu.c:130:23: error: ‘LOG_GUEST_ERROR’ undeclared (first use in this function)
      /home/travis/build/pranith/qemu/hw/misc/aspeed_scu.c:130:23: note: each undeclared identifier is reported only once for each function it appears in
      /home/travis/build/pranith/qemu/hw/misc/aspeed_scu.c: In function ‘aspeed_scu_write’:
      /home/travis/build/pranith/qemu/hw/misc/aspeed_scu.c:154:23: error: ‘LOG_GUEST_ERROR’ undeclared (first use in this function)
      
      This is caused by a missing header file. Fix it.
      Signed-off-by: NPranith Kumar <bobby.prani@gmail.com>
      Reviewed-by: NAndrew Jeffery <andrew@aj.id.au>
      Message-id: 20160627215304.821-1-bobby.prani@gmail.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      aa4b04a0
    • F
      macio: Use blk_drain instead of blk_drain_all · 0d0437aa
      Fam Zheng 提交于
      We only care about the associated backend, so blk_drain is more
      appropriate here.
      Signed-off-by: NFam Zheng <famz@redhat.com>
      Reviewed-by: NKevin Wolf <kwolf@redhat.com>
      Reviewed-by: NJohn Snow <jsnow@redhat.com>
      Message-id: 20160612065603.21911-1-famz@redhat.com
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      0d0437aa
  2. 27 6月, 2016 25 次提交
  3. 24 6月, 2016 13 次提交