Submitter | Dustin Harrison |
---|---|
Date | 2010-10-19 02:32:26 |
Message ID | <4CBD033A.40300@sutus.com> |
Download | mbox | patch |
Permalink | /patch/2144/ |
State | Not Applicable |
Headers | show |
Comments
Patch
Index: patches/serialice-qemu-0.11.0.diff =================================================================== --- patches/serialice-qemu-0.11.0.diff (revision 107) +++ patches/serialice-qemu-0.11.0.diff (working copy) @@ -1024,7 +1024,7 @@ @@ -0,0 +1,5 @@ +#!/bin/sh +./configure --disable-kvm --disable-sdl --enable-serialice \ -+ --target-list="x86_64-softmmu, i386-softmmu" ++ --target-list="x86_64-softmmu, i386-softmmu" --extra-ldflags="-lm" --disable-kqemu + +make --- qemu-0.11.0/Makefile.target