qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH] Compile usb_ohci only for targets that need


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] Re: [PATCH] Compile usb_ohci only for targets that need it
Date: Wed, 26 Aug 2009 12:28:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

  Hi,

default-configs/<target_name>

ok.

<target_name>/config-devices.mak

target name == x86_64-softmmu, i.e. build tree (with separate source/build trees)?

if it don't exist, it get copied from default-configs/<target_name>  one

configure can copy stuff for now, so you can do:

mkdir build-myconfig
cd build-myconfig
../configure --target-list=x86_64-softmmu
vi x86_64-softmmu/config-devices.mak
make

later on we can replace the 'vi' step with something more clever.

cheers,
  Gerd





reply via email to

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