qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] ca273d: build: fix includes for VNC


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] ca273d: build: fix includes for VNC
Date: Sat, 22 Dec 2012 08:00:07 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ca273d58d8a77d5cc9d42440bcdf9d7cad2054bc
      
https://github.com/qemu/qemu/commit/ca273d58d8a77d5cc9d42440bcdf9d7cad2054bc
  Author: Paolo Bonzini <address@hidden>
  Date:   2012-12-22 (Sat, 22 Dec 2012)

  Changed paths:
    M Makefile.target
    M configure
    M ui/Makefile.objs

  Log Message:
  -----------
  build: fix includes for VNC

vnc-tls.h is included by vnc.h, and it includes gnutls/gnutls.h.
Hence, GnuTLS header files are needed by all files that include
vnc.h, most notably qmp.c.  Move these flags to QEMU_CFLAGS for
simplicity.

Reported-by: Peter Maydell <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 4ad549e89e55fb48eb6feb783ee4a9ede1dea52e
      
https://github.com/qemu/qemu/commit/4ad549e89e55fb48eb6feb783ee4a9ede1dea52e
  Author: Paolo Bonzini <address@hidden>
  Date:   2012-12-22 (Sat, 22 Dec 2012)

  Changed paths:
    M xen-all.c

  Log Message:
  -----------
  xen: add missing include

xen-all needs to access CharDeviceState's filename field, so
it needs to include char/char.h.

Signed-off-by: Paolo Bonzini <address@hidden>
Tested-by: Andreas Färber <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: b2136140f68ce05122f611eb9cde4f0365ab6a00
      
https://github.com/qemu/qemu/commit/b2136140f68ce05122f611eb9cde4f0365ab6a00
  Author: Stefan Weil <address@hidden>
  Date:   2012-12-22 (Sat, 22 Dec 2012)

  Changed paths:
    M net/tap-win32.c

  Log Message:
  -----------
  net: Add missing include statement (fix compiler warnings for MinGW)

These and some more compiler warnings were caused by a recent commit:

net/tap-win32.c:724: warning: no previous prototype for ‘tap_has_ufo’
net/tap-win32.c:729: warning: no previous prototype for ‘tap_has_vnet_hdr’
...

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 0c884d1659f02b4a0c704c2344f42e3fabb1f193
      
https://github.com/qemu/qemu/commit/0c884d1659f02b4a0c704c2344f42e3fabb1f193
  Author: 陳韋任 (Wei-Ren Chen) <address@hidden>
  Date:   2012-12-22 (Sat, 22 Dec 2012)

  Changed paths:
    M translate-all.c

  Log Message:
  -----------
  translate-all.c: Use tb1->phys_hash_next directly in tb_remove

  When tb_remove was first commited at fd6ce8f6, there were three different
calls pass different names to offsetof. In current codebase, the other two
calls are replaced with tb_page_remove. There is no need to have a general
tb_remove. Omit passing the third parameter and using tb1->phys_hash_next
directly.

Signed-off-by: Chen Wei-Ren <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 3f124b687462ce3140d963a024705a89cdc8cee8
      
https://github.com/qemu/qemu/commit/3f124b687462ce3140d963a024705a89cdc8cee8
  Author: Liming Wang <address@hidden>
  Date:   2012-12-22 (Sat, 22 Dec 2012)

  Changed paths:
    M net/vde.c

  Log Message:
  -----------
  net: add missing include file

To fix building error:

CC    net/vde.o
net/vde.c: In function ‘vde_cleanup’:
net/vde.c:65:5: error: implicit declaration of function ‘qemu_set_fd_handler’ 
[-Werror=implicit-function-declaration]
net/vde.c:65:5: error: nested extern declaration of ‘qemu_set_fd_handler’ 
[-Werror=nested-externs]
cc1: all warnings being treated as errors

Signed-off-by: Liming Wang <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 36f25d2537c40c6c47f4abee5d31a24863d1adf7
      
https://github.com/qemu/qemu/commit/36f25d2537c40c6c47f4abee5d31a24863d1adf7
  Author: Max Filippov <address@hidden>
  Date:   2012-12-22 (Sat, 22 Dec 2012)

  Changed paths:
    M target-xtensa/translate.c

  Log Message:
  -----------
  target-xtensa: fix search_pc for the last TB opcode

Zero out tcg_ctx.gen_opc_instr_start for instructions representing the
last guest opcode in the TB.

Cc: address@hidden
Signed-off-by: Max Filippov <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/bb5801f551ee...36f25d2537c4

reply via email to

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