qemu安装

来源:互联网 发布:蔡晨数据 编辑:程序博客网 时间:2024/05/22 15:20
$ ./configure --prefix=/media/linux/usr/
$make
$make install
直接运行qemu -cdrom Fedora12.iso出现
VNC server running on `127.0.0.1:5900'
然后就没反应了。但是以前我直接装就可以了啊,怎么回事呢?在网上找了一下,发现得系统少了libSDL.so这个动态库,装SDL-devel-1.2.13-10.fc12.i686.rpm就OK了!
configure出现的信息如下:target-list可定制,如$ ./configure --prefix=/media/linux/usr/ --target-list=i386-softmmu,arm-softmmu,arm-linux-user,armeb-linux-user

 

 

$ ./configure --prefix=/media/linux/usr/
Install prefix    /media/linux/usr/
BIOS directory    /media/linux/usr//share/qemu
binary directory  /media/linux/usr//bin
Manual directory  /media/linux/usr//share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /media/linux/downloads/qemu-0.12.4
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g 
QEMU_CFLAGS       -m32 -Wold-style-definition -Wold-style-declaration -I. -I$(SRC_PATH) -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing 
LDFLAGS           -Wl,--warn-common -m32 -g 
make              make
install           install
host CPU          i386
host big endian   no
target list       i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu microblaze-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user microblaze-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user 
tcg debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   no
SDL support       yes
curses support    yes
curl support      no
check support     no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Block whitelist   
Mixer emulation   no
VNC TLS support   no
VNC SASL support  no
xen support       no
brlapi support    no
bluez  support    no
Documentation     no
NPTL support      yes
GUEST_BASE        yes
PIE user targets  no
vde support       no
IO thread         no
Linux AIO support no
Install blobs     yes
KVM support       yes
fdt support       no
preadv support    yes
fdatasync         yes
uuid support      no
原创粉丝点击