diff options
author | pbrook | 2008-06-09 15:47:45 +0200 |
---|---|---|
committer | pbrook | 2008-06-09 15:47:45 +0200 |
commit | 17e2377abf16c3951d7d34521ceade4d7dc31d01 (patch) | |
tree | c6e540f435401b092933145541df335748b5fd58 /Makefile | |
parent | Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not (diff) | |
download | qemu-17e2377abf16c3951d7d34521ceade4d7dc31d01.tar.gz qemu-17e2377abf16c3951d7d34521ceade4d7dc31d01.tar.xz qemu-17e2377abf16c3951d7d34521ceade4d7dc31d01.zip |
Prevent guest reusing host memory allocations.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4710 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ recurse-all: $(SUBDIR_RULES) ####################################################################### # BLOCK_OBJS is code used by both qemu system emulation and qemu-img -BLOCK_OBJS=cutils.o +BLOCK_OBJS=cutils.o qemu-malloc.o BLOCK_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o BLOCK_OBJS+=block-dmg.o block-bochs.o block-vpc.o block-vvfat.o BLOCK_OBJS+=block-qcow2.o block-parallels.o |