Advertisement
Guest User

qemu config

a guest
Apr 10th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. ./configure
  2. ld: unknown option: --verbose
  3. Install prefix /usr/local
  4. BIOS directory /usr/local/share/qemu
  5. binary directory /usr/local/bin
  6. library directory /usr/local/lib
  7. module directory /usr/local/lib/qemu
  8. libexec directory /usr/local/libexec
  9. include directory /usr/local/include
  10. config directory /usr/local/etc
  11. local state directory /usr/local/var
  12. Manual directory /usr/local/share/man
  13. ELF interp prefix /usr/gnemul/qemu-%M
  14. Source path /Users/username/Developer/GIT/qemu
  15. C compiler cc
  16. Host C compiler cc
  17. C++ compiler c++
  18. Objective-C compiler clang
  19. ARFLAGS rv
  20. CFLAGS -O2 -D_REENTRANT -I/usr/local/Cellar/glib/2.46.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -g
  21. QEMU_CFLAGS -I/usr/local/Cellar/pixman/0.34.0/include/pixman-1 -I$(SRC_PATH)/dtc/libfdt -DHAS_LIBSSH2_SFTP_FSYNC -m64 -DOS_OBJECT_USE_OBJC=0 -arch x86_64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -Wno-string-plus-int -Wno-initializer-overrides -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-definition -Wtype-limits -fstack-protector-strong -I/usr/local/Cellar/libpng/1.6.21/include/libpng16 -I/usr/local/Cellar/libusb/1.0.20/include/libusb-1.0
  22. LDFLAGS -m64 -framework CoreFoundation -framework IOKit -arch x86_64 -g
  23. make make
  24. install install
  25. python python -B
  26. smbd /usr/sbin/smbd
  27. module support no
  28. host CPU x86_64
  29. host big endian no
  30. target list aarch64-softmmu alpha-softmmu arm-softmmu cris-softmmu i386-softmmu lm32-softmmu m68k-softmmu microblaze-softmmu microblazeel-softmmu mips-softmmu mips64-softmmu mips64el-softmmu mipsel-softmmu moxie-softmmu or32-softmmu ppc-softmmu ppc64-softmmu ppcemb-softmmu s390x-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu tricore-softmmu unicore32-softmmu x86_64-softmmu xtensa-softmmu xtensaeb-softmmu
  31. tcg debug enabled no
  32. gprof enabled no
  33. sparse enabled no
  34. strip binaries yes
  35. profiler no
  36. static build no
  37. Cocoa support yes
  38. pixman system
  39. SDL support no
  40. GTK support no
  41. GTK GL support no
  42. GNUTLS support no
  43. GNUTLS hash no
  44. GNUTLS rnd no
  45. libgcrypt no
  46. libgcrypt kdf no
  47. nettle no
  48. nettle kdf no
  49. libtasn1 no
  50. VTE support no
  51. curses support yes
  52. virgl support no
  53. curl support yes
  54. mingw32 support no
  55. Audio drivers coreaudio
  56. Block whitelist (rw)
  57. Block whitelist (ro)
  58. VirtFS support no
  59. VNC support yes
  60. VNC SASL support yes
  61. VNC JPEG support no
  62. VNC PNG support yes
  63. xen support no
  64. brlapi support no
  65. bluez support no
  66. Documentation yes
  67. PIE no
  68. vde support yes
  69. netmap support no
  70. Linux AIO support no
  71. ATTR/XATTR support no
  72. Install blobs yes
  73. KVM support no
  74. RDMA support no
  75. TCG interpreter no
  76. fdt support yes
  77. preadv support no
  78. fdatasync no
  79. madvise yes
  80. posix_madvise yes
  81. sigev_thread_id no
  82. uuid support yes
  83. libcap-ng support no
  84. vhost-net support no
  85. vhost-scsi support no
  86. Trace backends log
  87. spice support no
  88. rbd support no
  89. xfsctl support no
  90. smartcard support no
  91. libusb yes
  92. usb net redir no
  93. OpenGL support no
  94. OpenGL dmabufs no
  95. libiscsi support no
  96. libnfs support no
  97. build guest agent yes
  98. QGA VSS support no
  99. QGA w32 disk info no
  100. QGA MSI support no
  101. seccomp support no
  102. coroutine backend sigaltstack
  103. coroutine pool yes
  104. GlusterFS support no
  105. Archipelago support no
  106. gcov gcov
  107. gcov enabled no
  108. TPM support yes
  109. libssh2 support yes
  110. TPM passthrough no
  111. QOM debugging yes
  112. vhdx yes
  113. lzo support yes
  114. snappy support no
  115. bzip2 support yes
  116. NUMA host support no
  117. tcmalloc support no
  118. jemalloc support no
  119. avx2 optimization no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement