qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
       [not found] <4B2684EC.2040504@redhat.com>
@ 2009-12-14 21:58 ` Dustin Kirkland
  2009-12-15  9:10   ` Avi Kivity
       [not found] ` <4B2748B6.9080305@eseco.de>
  1 sibling, 1 reply; 13+ messages in thread
From: Dustin Kirkland @ 2009-12-14 21:58 UTC (permalink / raw)
  To: Avi Kivity, Anthony Liguori; +Cc: qemu-devel, kvm-devel

On Mon, Dec 14, 2009 at 12:33 PM, Avi Kivity <avi@redhat.com> wrote:
> qemu-kvm-0.12.0-rc2 is now available.  This release is is based on the
> upstream qemu 0.12.0-rc2, plus kvm-specific enhancements.  Please see the
> original qemu 0.12.0-rc2 release announcement for details.
>
> This release can be used with the kvm kernel modules provided by your
> distribution kernel, or by the modules in the kvm-kmod package, such as
> kvm-kmod-2.6.32.
>
> Please give test this release out so we can enjoy a stable 0.12.0 final
> release.

Hi Avi/Anthony-

I'm working on the packaging updates for Ubuntu Lucid, and I'm having
trouble with the BIOS bits of qemu-kvm.

It seems that a fair amount of the BIOS submodules are missing.

The roms/ tree is basically empty.

I see some of the necessary bits in pc-bios/ and in kvm/vgabios/, but
not enough here to build a usable qemu-kvm-0.12.0~rc2 package yet.

:-Dustin

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
       [not found] ` <4B2748B6.9080305@eseco.de>
@ 2009-12-15  9:07   ` Avi Kivity
  2009-12-15 14:31   ` Anthony Liguori
  1 sibling, 0 replies; 13+ messages in thread
From: Avi Kivity @ 2009-12-15  9:07 UTC (permalink / raw)
  To: Ingmar Schraub; +Cc: qemu-devel, kvm-devel

(copying qemu-devel)

On 12/15/2009 10:28 AM, Ingmar Schraub wrote:
> Hi,
>
> after upgrading from qemu-kvm-0.11.1 to qemu-kvm-0.12.0-rc2 I noticed
> two immediate problems on two different hosts:
>
> 1.) The e1000 driver doesn't work anymore. The Guest OS detects it
> (tested with Ubuntu Karmic 64-Bit and Windows 7 64 Bit), but it doesn't
> work. DHCP doesn't work, if you assign manually an IP address, you can
> ping this locally (inside the guest), but nothing else. Switching to
> virtio and my network is ok.
>
> 2.) If you specify an USB device at the command line like -usbdevice
> host:0421:00ab and the device is not available (not plugged-in) when you
> start the guest, qemu segfaults.
>
> I am running kvm-kmod-2.6.32.
>
> Both hosts are Intel machines, one is running a 64-Bit Ubuntu Karmic,
> the other is running Fedora 12.
>
> If you need further information, I am happy to provide. Please let me know.
>
> Thanks,
>
> Ingmar
>
> Avi Kivity wrote:
>    
>> qemu-kvm-0.12.0-rc2 is now available.  This release is is based on the
>> upstream qemu 0.12.0-rc2, plus kvm-specific enhancements.  Please see
>> the original qemu 0.12.0-rc2 release announcement for details.
>>
>> This release can be used with the kvm kernel modules provided by your
>> distribution kernel, or by the modules in the kvm-kmod package, such as
>> kvm-kmod-2.6.32.
>>
>> Please give test this release out so we can enjoy a stable 0.12.0 final
>> release.
>>
>> http://www.linux-kvm.org
>>
>> [1] http://www.mail-archive.com/qemu-devel@nongnu.org/msg20151.html
>>
>>      


-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-14 21:58 ` [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released Dustin Kirkland
@ 2009-12-15  9:10   ` Avi Kivity
  2009-12-15 14:23     ` Lennart Sorensen
                       ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Avi Kivity @ 2009-12-15  9:10 UTC (permalink / raw)
  To: Dustin Kirkland; +Cc: kvm-devel, qemu-devel

On 12/14/2009 11:58 PM, Dustin Kirkland wrote:
>
> I'm working on the packaging updates for Ubuntu Lucid, and I'm having
> trouble with the BIOS bits of qemu-kvm.
>
> It seems that a fair amount of the BIOS submodules are missing.
>
> The roms/ tree is basically empty.
>
>    

Well, binaries are shipped, but I guess you'd like to build from source.

We have several options:

- do nothing
- ship a generated SOURCES file which contains git URLs and commit 
hashes, rely on the interested user to fetch and build.  Also tag the 
submodules appropriately.
- fetch the submodules and include them in the tarball
- build separate tarballs for the submodules

Since packages are few I favour the second option, which is easiest for me.

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-15  9:10   ` Avi Kivity
@ 2009-12-15 14:23     ` Lennart Sorensen
  2009-12-15 14:29     ` Anthony Liguori
  2009-12-15 15:21     ` Dustin Kirkland
  2 siblings, 0 replies; 13+ messages in thread
From: Lennart Sorensen @ 2009-12-15 14:23 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel, kvm-devel, Dustin Kirkland

On Tue, Dec 15, 2009 at 11:10:54AM +0200, Avi Kivity wrote:
> Well, binaries are shipped, but I guess you'd like to build from source.
>
> We have several options:
>
> - do nothing
> - ship a generated SOURCES file which contains git URLs and commit  
> hashes, rely on the interested user to fetch and build.  Also tag the  
> submodules appropriately.
> - fetch the submodules and include them in the tarball
> - build separate tarballs for the submodules
>
> Since packages are few I favour the second option, which is easiest for me.

Option three would seem to be the least work for anyone building from
source, and also how sources are normally distributed.

If it needs specific versions of those modules to work and they don't
have releases of their own you can point to, then they should probably
be included.

-- 
Len Sorensen

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-15  9:10   ` Avi Kivity
  2009-12-15 14:23     ` Lennart Sorensen
@ 2009-12-15 14:29     ` Anthony Liguori
  2009-12-15 15:21     ` Dustin Kirkland
  2 siblings, 0 replies; 13+ messages in thread
From: Anthony Liguori @ 2009-12-15 14:29 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel, kvm-devel, Dustin Kirkland

Avi Kivity wrote:
> On 12/14/2009 11:58 PM, Dustin Kirkland wrote:
>>
>> I'm working on the packaging updates for Ubuntu Lucid, and I'm having
>> trouble with the BIOS bits of qemu-kvm.
>>
>> It seems that a fair amount of the BIOS submodules are missing.
>>
>> The roms/ tree is basically empty.
>>
>>    
>
> Well, binaries are shipped, but I guess you'd like to build from source.
>
> We have several options:
>
> - do nothing
> - ship a generated SOURCES file which contains git URLs and commit 
> hashes, rely on the interested user to fetch and build.  Also tag the 
> submodules appropriately.
> - fetch the submodules and include them in the tarball

I was thinking of taking this approach.

As we integrate the build environments, this will allow a user to do a 
make and it will build all of the roms from source by default.

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
       [not found] ` <4B2748B6.9080305@eseco.de>
  2009-12-15  9:07   ` Avi Kivity
@ 2009-12-15 14:31   ` Anthony Liguori
  2009-12-15 14:41     ` Gerd Hoffmann
  1 sibling, 1 reply; 13+ messages in thread
From: Anthony Liguori @ 2009-12-15 14:31 UTC (permalink / raw)
  To: Ingmar Schraub
  Cc: Gerd Hoffmann, Avi Kivity, kvm-devel, qemu-devel@nongnu.org

Ingmar Schraub wrote:
> Hi,
>
> after upgrading from qemu-kvm-0.11.1 to qemu-kvm-0.12.0-rc2 I noticed
> two immediate problems on two different hosts:
>
> 1.) The e1000 driver doesn't work anymore. The Guest OS detects it
> (tested with Ubuntu Karmic 64-Bit and Windows 7 64 Bit), but it doesn't
> work. DHCP doesn't work, if you assign manually an IP address, you can
> ping this locally (inside the guest), but nothing else. Switching to
> virtio and my network is ok.
>   

This has been fixed but it was after -rc2 was tagged.

> 2.) If you specify an USB device at the command line like -usbdevice
> host:0421:00ab and the device is not available (not plugged-in) when you
> start the guest, qemu segfaults.
>   

Haven't heard this one yet.  I'm assuming it's a qdev interaction.

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-15 14:31   ` Anthony Liguori
@ 2009-12-15 14:41     ` Gerd Hoffmann
  2009-12-15 18:22       ` Luiz Capitulino
  0 siblings, 1 reply; 13+ messages in thread
From: Gerd Hoffmann @ 2009-12-15 14:41 UTC (permalink / raw)
  To: Anthony Liguori
  Cc: Ingmar Schraub, Avi Kivity, kvm-devel, qemu-devel@nongnu.org


>> 2.) If you specify an USB device at the command line like -usbdevice
>> host:0421:00ab and the device is not available (not plugged-in) when you
>> start the guest, qemu segfaults.
>
> Haven't heard this one yet. I'm assuming it's a qdev interaction.

No.  It is monitor_printf(NULL, ...

Patch adding checks to usb-linux.c is on the qemu-devel list already.

I've seen someone posted another patch which makes monitor_printf not 
barf on mon == NULL, which would fix the segfault too.

cheers,
   Gerd

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-15  9:10   ` Avi Kivity
  2009-12-15 14:23     ` Lennart Sorensen
  2009-12-15 14:29     ` Anthony Liguori
@ 2009-12-15 15:21     ` Dustin Kirkland
  2009-12-18  4:51       ` Dustin Kirkland
  2009-12-20 16:25       ` Avi Kivity
  2 siblings, 2 replies; 13+ messages in thread
From: Dustin Kirkland @ 2009-12-15 15:21 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

On Tue, 2009-12-15 at 11:10 +0200, Avi Kivity wrote:
> Well, binaries are shipped, but I guess you'd like to build from source.

Right, sorry I was ambiguous.

> We have several options:
...
> - fetch the submodules and include them in the tarball
...

I think this option would help keep us all on the same page.  But I
could live with pointers to the submodules, since packaging a new
release only happens a couple of times per year.

:-Dustin

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-15 14:41     ` Gerd Hoffmann
@ 2009-12-15 18:22       ` Luiz Capitulino
  0 siblings, 0 replies; 13+ messages in thread
From: Luiz Capitulino @ 2009-12-15 18:22 UTC (permalink / raw)
  To: Gerd Hoffmann
  Cc: qemu-devel@nongnu.org, Ingmar Schraub, Avi Kivity, kvm-devel

On Tue, 15 Dec 2009 15:41:33 +0100
Gerd Hoffmann <kraxel@redhat.com> wrote:

> 
> >> 2.) If you specify an USB device at the command line like -usbdevice
> >> host:0421:00ab and the device is not available (not plugged-in) when you
> >> start the guest, qemu segfaults.
> >
> > Haven't heard this one yet. I'm assuming it's a qdev interaction.
> 
> No.  It is monitor_printf(NULL, ...
> 
> Patch adding checks to usb-linux.c is on the qemu-devel list already.
> 
> I've seen someone posted another patch which makes monitor_printf not 
> barf on mon == NULL, which would fix the segfault too.

 It's me:

http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg01602.html

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-15 15:21     ` Dustin Kirkland
@ 2009-12-18  4:51       ` Dustin Kirkland
  2009-12-20 16:25       ` Avi Kivity
  1 sibling, 0 replies; 13+ messages in thread
From: Dustin Kirkland @ 2009-12-18  4:51 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

On Tue, Dec 15, 2009 at 9:21 AM, Dustin Kirkland <kirkland@canonical.com> wrote:
> On Tue, 2009-12-15 at 11:10 +0200, Avi Kivity wrote:
>> Well, binaries are shipped, but I guess you'd like to build from source.
>
> Right, sorry I was ambiguous.
>
>> We have several options:
> ...
>> - fetch the submodules and include them in the tarball
> ...
>
> I think this option would help keep us all on the same page.  But I
> could live with pointers to the submodules, since packaging a new
> release only happens a couple of times per year.

Okay, I pulled the submodules myself for now, just to get the packaging going.

Unfortunately, I've hit a build error, for the arm-softmmu.

Snippet:
....
  CC    arm-softmmu/i386-dis.o
  AR    arm-softmmu/libqemu.a
  LINK  arm-softmmu/qemu-system-arm
monitor.o: In function `mon_get_cpu':
/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/monitor.c:675: undefined
reference to `kvm_save_mpstate'
monitor.o: In function `do_info_cpus':
/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/monitor.c:778: undefined
reference to `kvm_save_mpstate'
collect2: ld returned 1 exit status

Full log attached.

:-Dustin

[-- Attachment #2: qemu-kvm_0.12.0~rc2~git20091217-0ubuntu6.4_amd64.build --]
[-- Type: application/octet-stream, Size: 45022 bytes --]

 dpkg-buildpackage -rfakeroot -D -us -uc -i -I.git -I.bzr -I.svn -I.shelf -ICVS -I.pc
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package qemu-kvm
dpkg-buildpackage: source version 0.12.0~rc2~git20091217-0ubuntu6.4
dpkg-buildpackage: source changed by Dustin Kirkland <kirkland@ubuntu.com>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh_testdir
rm -f install-stamp build-stamp
rm -rf debian/build-static
[ ! -f config-host.mak ] || /usr/bin/make -C kvm/bios clean bios-clean
[ ! -f config-host.mak ] || /usr/bin/make -C kvm/vgabios clean
[ ! -f config-host.mak ] || /usr/bin/make -C kvm/extboot clean
[ ! -f config-host.mak ] || /usr/bin/make -C pc-bios clean
[ ! -f config-host.mak ] || /usr/bin/make distclean
/usr/bin/make -f debian/rules unpatch
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0'
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 
No patch removed
rm -rf .pc debian/stamp-patched
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0'
rm -f pc-bios/*.bin kvm/extboot/*.o kvm/extboot/extboot.img  kvm/extboot/extboot.bin kvm/extboot/signrom config.mak kvm/user/config.mak kvm/user/test/lib/.*.d kvm/user/test/lib/*/.*.d kvm/vgabios/*bin kvm/bios/acpi-dsdt.aml kvm/bios/acpi-ssdt.aml qemu-monitor.texi
dh_clean
 dpkg-source -i -I.git -I.bzr -I.svn -I.shelf -ICVS -I.pc -b qemu-kvm_0.12.0
dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
dpkg-source: warning: source directory 'qemu-kvm_0.12.0' is not <sourcepackage>-<upstreamversion> 'qemu-kvm-0.12.0~rc2~git20091217'
dpkg-source: warning: .orig directory name qemu-kvm_0.12.0.orig is not <package>-<upstreamversion> (wanted qemu-kvm-0.12.0~rc2~git20091217.orig)
dpkg-source: info: using source format `1.0'
dpkg-source: info: building qemu-kvm using existing qemu-kvm_0.12.0~rc2~git20091217.orig.tar.gz
dpkg-source: info: building qemu-kvm in qemu-kvm_0.12.0~rc2~git20091217-0ubuntu6.4.diff.gz
dpkg-source: warning: ignoring deletion of file pc-bios/pxe-ne2k_pci.bin
dpkg-source: warning: ignoring deletion of file pc-bios/linuxboot.bin
dpkg-source: warning: ignoring deletion of file pc-bios/vgabios.bin
dpkg-source: warning: ignoring deletion of file pc-bios/pxe-pcnet.bin
dpkg-source: warning: ignoring deletion of file pc-bios/ppc_rom.bin
dpkg-source: warning: ignoring deletion of file pc-bios/pxe-e1000.bin
dpkg-source: warning: ignoring deletion of file pc-bios/pxe-rtl8139.bin
dpkg-source: warning: ignoring deletion of file pc-bios/multiboot.bin
dpkg-source: warning: ignoring deletion of file pc-bios/bios.bin
dpkg-source: warning: ignoring deletion of file pc-bios/pxe-i82559er.bin
dpkg-source: warning: ignoring deletion of file pc-bios/vgabios-cirrus.bin
dpkg-source: warning: ignoring deletion of file pc-bios/pxe-virtio.bin
dpkg-source: info: building qemu-kvm in qemu-kvm_0.12.0~rc2~git20091217-0ubuntu6.4.dsc
 debian/rules build
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch 05_improve-qemu-img-errors.patch
patching file qemu-img.c
Hunk #1 succeeded at 365 (offset -3 lines).

Now at patch 05_improve-qemu-img-errors.patch
touch debian/stamp-patched
dh_testdir
./configure --prefix=/usr --disable-blobs --audio-drv-list="alsa pa oss sdl" --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus" --target-list="arm-softmmu cris-softmmu i386-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu x86_64-softmmu alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user i386-linux-user m68k-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 x86_64-linux-user"
Install prefix    /usr
BIOS directory    /usr/share/qemu
binary directory  /usr/bin
Manual directory  /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /local/source/qemu-kvm/lucid/qemu-kvm_0.12.0
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g -g -O2 -Wall -g -O2
QEMU_CFLAGS       -m64 -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 -m64 -g -Wl,-Bsymbolic-functions
make              make
install           install
host CPU          x86_64
host big endian   no
target list       arm-softmmu cris-softmmu i386-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu x86_64-softmmu alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user i386-linux-user m68k-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 x86_64-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      yes
check support     no
mingw32 support   no
Audio drivers     alsa pa oss sdl
Extra audio cards ac97 es1370 sb16 cs4231a adlib gus
Block whitelist   
Mixer emulation   no
VNC TLS support   yes
VNC SASL support  no
xen support       yes
CPU emulation     yes
brlapi support    no
bluez  support    no
Documentation     yes
NPTL support      yes
GUEST_BASE        yes
PIE user targets  no
vde support       no
IO thread         no
Linux AIO support no
Install blobs     no
KVM support       yes
KVM PIT support   yes
KVM device assig. yes
KVM trace support no
fdt support       no
preadv support    yes
fdatasync         yes
uuid support      yes
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
dh_testdir
rm -rf debian/build-static
mkdir -p debian/build-static
cp -a acl.c acl.h aes.c aes.h aio.c alpha-dis.c alpha.ld alpha-linux-user a.out.h arm-dis.c armeb-linux-user arm.ld arm-linux-user arm-semi.c arm-softmmu async.c audio balloon.h block block.c block.h block_int.h block-migration.c block-migration.h bsd-user bswap.h bt-host.c bt-host.h bt-vhci.c buffered_file.c buffered_file.h cache-utils.c cache-utils.h Changelog check-qdict.c check-qfloat.c check-qint.c check-qjson.c check-qlist.c check-qstring.c cmd.c cmd.h cocoa.m CODING_STYLE compat compatfd.c compatfd.h config.h config-host.ld config-host.mak configure console.c console.h COPYING COPYING.LIB cpu-all.h cpu-common.h cpu-defs.h cpu-exec.c create_config cris-dis.c cris-linux-user cris-softmmu curses.c curses_keys.h cutils.c d3des.c d3des.h darwin-user default-configs def-helper.h device_tree.c device_tree.h disas.c disas.h dis-asm.h dma.h dma-helpers.c dyngen-exec.h elf.h envlist.c envlist.h exec-all.h exec.c feature_to_c.sh fpu gdbstub.c gdbstub.h gdb-xml gen-icount.h hostregs_helper.h host-utils.c host-utils.h hpet.h hppa-dis.c hppa.ld hw hxtool i386-dis.c i386.ld i386-linux-user i386-softmmu ia64intrin.h ia64.ld ioport.c ioport.h ioport-user.c json-lexer.c json-lexer.h json-parser.c json-parser.h json-streamer.c json-streamer.h keymaps.c keymaps.h kvm kvm-all.c kvm.h kvm-tpr-opt.c libfdt_env.h libhw32 libhw64 libuser LICENSE linux-aio.c linux-user m68k-dis.c m68k.ld m68k-linux-user m68k-semi.c m68k-softmmu MAINTAINERS Makefile Makefile.hw Makefile.target Makefile.user microblaze-dis.c migration.c migration-exec.c migration-fd.c migration.h migration-tcp.c migration-unix.c mips64el-softmmu mips64-softmmu mips-dis.c mipsel-linux-user mipsel-softmmu mips.ld mips-linux-user mips-softmmu module.c module.h monitor.c monitor.h nbd.c nbd.h net net.c net-checksum.c net.h osdep.c osdep.h path.c pc-bios pci-ids.txt posix-aio-compat.c ppc64abi32-linux-user ppc64.ld ppc64-linux-user ppc64-softmmu ppc-dis.c ppcemb-softmmu ppc.ld ppc-linux-user ppc-softmmu qbool.c qbool.h qdict.c qdict.h qdict-test-data.txt qemu qemu-aio.h qemu-binfmt-conf.sh qemu-char.c qemu-char.h qemu-common.h qemu-config.c qemu-config.h qemu-doc.texi qemu-img.c qemu-img-cmds.hx qemu-img.texi qemu-io.c qemu-kvm.c qemu-kvm.h qemu-kvm-helper.c qemu-kvm-ia64.c qemu-kvm-x86.c qemu-lock.h qemu-log.h qemu-malloc.c qemu-monitor.hx qemu-nbd.c qemu-nbd.texi qemu-objects.h qemu-option.c qemu-option.h qemu-options.hx qemu-queue.h qemu.sasl qemu_socket.h qemu-sockets.c qemu-tech.texi qemu-thread.c qemu-thread.h qemu-timer.h qemu-tool.c qerror.c qerror.h qfloat.c qfloat.h qint.c qint.h qjson.c qjson.h qlist.c qlist.h QMP qobject.h qstring.c qstring.h readline.c readline.h README roms rules.mak s390-dis.c s390.ld savevm.c sdl.c sdl_keysym.h sdl_zoom.c sdl_zoom.h sdl_zoom_template.h sh4-dis.c sh4eb-linux-user sh4eb-softmmu sh4-linux-user sh4-softmmu slirp softmmu_defs.h softmmu_exec.h softmmu_header.h softmmu-semi.h softmmu_template.h sparc32plus-linux-user sparc64.ld sparc64-linux-user sparc64-softmmu sparc-dis.c sparc.ld sparc-linux-user sparc-softmmu sysemu.h target-alpha target-arm target-cris target-i386 target-ia64 target-m68k target-microblaze target-mips target-ppc target-s390x target-sh4 target-sparc targphys.h tcg tcg-runtime.c tests texi2pod.pl thunk.c thunk.h TODO translate-all.c uboot_image.h usb-bsd.c usb-linux.c usb-stub.c VERSION vgafont.h vl.c vnc-auth-sasl.c vnc-auth-sasl.h vnc-auth-vencrypt.c vnc-auth-vencrypt.h vnc.c vnc.h vnchextile.h vnc_keysym.h vnc-tls.c vnc-tls.h x86_64.ld x86_64-linux-user x86_64-softmmu x_keymap.c x_keymap.h debian/build-static
cd debian/build-static && \
		./configure --prefix=/usr --target-list="arm-linux-user" --static
Install prefix    /usr
BIOS directory    /usr/share/qemu
binary directory  /usr/bin
Manual directory  /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g -g -O2 -Wall -g -O2
QEMU_CFLAGS       -m64 -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 -m64 -g -Wl,-Bsymbolic-functions
make              make
install           install
host CPU          x86_64
host big endian   no
target list       arm-linux-user
tcg debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      yes
-Werror enabled   no
SDL support       yes
curses support    yes
curl support      yes
check support     no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Block whitelist   
Mixer emulation   no
VNC TLS support   yes
VNC SASL support  no
xen support       yes
CPU emulation     yes
brlapi support    no
bluez  support    no
Documentation     yes
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
KVM PIT support   yes
KVM device assig. yes
KVM trace support no
fdt support       no
preadv support    yes
fdatasync         yes
uuid support      yes
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
dh_testdir
for i in user bios vgabios; do \
		/usr/bin/make -C kvm/$i; \
	done
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/user'
Makefile:2: config.mak: No such file or directory
Makefile:20: config-.mak: No such file or directory
make[1]: *** No rule to make target `config-.mak'.  Stop.
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/user'
make: *** kvm/bios: No such file or directory.  Stop.
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/vgabios'
gcc -o biossums biossums.c
biossums.c: In function ‘main’:
biossums.c:164: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long int’
gcc -o vbetables-gen vbetables-gen.c
./vbetables-gen > vbetables.h
gcc -E -P vgabios.c  -DVBE "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios_.c
bcc -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios.s > _vgabios_.s
as86 _vgabios_.s -b vgabios.bin -u -w- -g -0 -j -O -l vgabios.txt
rm -f _vgabios_.s _vgabios_.c vgabios.s
mv vgabios.bin VGABIOS-lgpl-latest.bin
./biossums VGABIOS-lgpl-latest.bin

Bios checksum at:   0x9BFF
Current checksum:     0x00
Calculated checksum:  0x5C  Setting checksum.
ls -l VGABIOS-lgpl-latest.bin
-rw-r--r-- 1 kirkland kirkland 39936 2009-12-17 13:44 VGABIOS-lgpl-latest.bin
gcc -E -P vgabios.c  -DVBE -DDEBUG "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-debug_.c
bcc -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios-debug.s > _vgabios-debug_.s
as86 _vgabios-debug_.s -b vgabios.debug.bin -u -w- -g -0 -j -O -l vgabios.debug.txt
rm -f _vgabios-debug_.s _vgabios-debug_.c vgabios-debug.s
mv vgabios.debug.bin VGABIOS-lgpl-latest.debug.bin
./biossums VGABIOS-lgpl-latest.debug.bin

Bios checksum at:   0xA1FF
Current checksum:     0x00
Calculated checksum:  0x53  Setting checksum.
ls -l VGABIOS-lgpl-latest.debug.bin
-rw-r--r-- 1 kirkland kirkland 41472 2009-12-17 13:44 VGABIOS-lgpl-latest.debug.bin
gcc -E -P vgabios.c  -DCIRRUS -DPCIBIOS "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-cirrus_.c
bcc -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus.s > _vgabios-cirrus_.s
as86 _vgabios-cirrus_.s -b vgabios-cirrus.bin -u -w- -g -0 -j -O -l vgabios.cirrus.txt
rm -f _vgabios-cirrus_.s _vgabios-cirrus_.c vgabios-cirrus.s
mv vgabios-cirrus.bin VGABIOS-lgpl-latest.cirrus.bin
./biossums VGABIOS-lgpl-latest.cirrus.bin

Bios checksum at:   0x8BFF
Current checksum:     0x00
Calculated checksum:  0x87  Setting checksum.
ls -l VGABIOS-lgpl-latest.cirrus.bin
-rw-r--r-- 1 kirkland kirkland 35840 2009-12-17 13:44 VGABIOS-lgpl-latest.cirrus.bin
gcc -E -P vgabios.c  -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-cirrus-debug_.c
bcc -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus-debug.s > _vgabios-cirrus-debug_.s
as86 _vgabios-cirrus-debug_.s -b vgabios.cirrus.debug.bin -u -w- -g -0 -j -O -l vgabios.cirrus.debug.txt
rm -f _vgabios-cirrus-debug_.s _vgabios-cirrus-debug_.c vgabios-cirrus-debug.s
mv vgabios.cirrus.debug.bin VGABIOS-lgpl-latest.cirrus.debug.bin
./biossums VGABIOS-lgpl-latest.cirrus.debug.bin

Bios checksum at:   0x8BFF
Current checksum:     0x00
Calculated checksum:  0xA3  Setting checksum.
ls -l VGABIOS-lgpl-latest.cirrus.debug.bin
-rw-r--r-- 1 kirkland kirkland 35840 2009-12-17 13:44 VGABIOS-lgpl-latest.cirrus.debug.bin
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/vgabios'
for i in ; do \
		/usr/bin/make -C pc-bios $i; \
	done
/usr/bin/make -C debian/build-static
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
  GEN   arm-linux-user/config-devices.mak
  GEN   config-all-devices.mak
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
  GEN   qemu-options.texi
  GEN   qemu-monitor.texi
  GEN   qemu-img-cmds.texi
  GEN   qemu-doc.html
  GEN   qemu-tech.html
  GEN   qemu.1
  GEN   qemu-img.1
  GEN   qemu-nbd.8
  GEN   config-host.h
  CC    libuser/envlist.o
  CC    libuser/path.o
  CC    libuser/tcg-runtime.o
  CC    libuser/host-utils.o
  CC    libuser/cutils.o
  CC    libuser/cache-utils.o
  AR    libuser/libuser.a
  GEN   config-target.h
  CC    arm-linux-user/main.o
  CC    arm-linux-user/syscall.o
  CC    arm-linux-user/strace.o
  CC    arm-linux-user/mmap.o
  CC    arm-linux-user/signal.o
  CC    arm-linux-user/thunk.o
  CC    arm-linux-user/elfload.o
  CC    arm-linux-user/linuxload.o
  CC    arm-linux-user/uaccess.o
  CC    arm-linux-user/gdbstub.o
  CC    arm-linux-user/host-utils.o
  CC    arm-linux-user/flatload.o
  GEN   arm-linux-user/gdbstub-xml.c
  CC    arm-linux-user/gdbstub-xml.o
  CC    arm-linux-user/nwfpe/fpa11.o
  CC    arm-linux-user/nwfpe/fpa11_cpdo.o
  CC    arm-linux-user/nwfpe/fpa11_cpdt.o
  CC    arm-linux-user/nwfpe/fpa11_cprt.o
  CC    arm-linux-user/nwfpe/fpopcode.o
  CC    arm-linux-user/nwfpe/single_cpdo.o
  CC    arm-linux-user/nwfpe/double_cpdo.o
  CC    arm-linux-user/nwfpe/extended_cpdo.o
  CC    arm-linux-user/arm-semi.o
  CC    arm-linux-user/exec.o
  CC    arm-linux-user/cpu-exec.o
  CC    arm-linux-user/translate-all.o
  CC    arm-linux-user/translate.o
  CC    arm-linux-user/tcg/tcg.o
  CC    arm-linux-user/fpu/softfloat.o
  CC    arm-linux-user/op_helper.o
  CC    arm-linux-user/helper.o
  CC    arm-linux-user/neon_helper.o
  CC    arm-linux-user/iwmmxt_helper.o
  CC    arm-linux-user/disas.o
  CC    arm-linux-user/arm-dis.o
  CC    arm-linux-user/i386-dis.o
  AR    arm-linux-user/libqemu.a
  LINK  arm-linux-user/qemu-arm
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
./configure --prefix=/usr --disable-blobs --audio-drv-list="alsa pa oss sdl" --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus" --target-list="arm-softmmu cris-softmmu i386-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu x86_64-softmmu alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user i386-linux-user m68k-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 x86_64-linux-user"
Install prefix    /usr
BIOS directory    /usr/share/qemu
binary directory  /usr/bin
Manual directory  /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /local/source/qemu-kvm/lucid/qemu-kvm_0.12.0
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g -g -O2 -Wall -g -O2
QEMU_CFLAGS       -m64 -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 -m64 -g -Wl,-Bsymbolic-functions
make              make
install           install
host CPU          x86_64
host big endian   no
target list       arm-softmmu cris-softmmu i386-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu sparc64-softmmu x86_64-softmmu alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user i386-linux-user m68k-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 x86_64-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      yes
check support     no
mingw32 support   no
Audio drivers     alsa pa oss sdl
Extra audio cards ac97 es1370 sb16 cs4231a adlib gus
Block whitelist   
Mixer emulation   no
VNC TLS support   yes
VNC SASL support  no
xen support       yes
CPU emulation     yes
brlapi support    no
bluez  support    no
Documentation     yes
NPTL support      yes
GUEST_BASE        yes
PIE user targets  no
vde support       no
IO thread         no
Linux AIO support no
Install blobs     no
KVM support       yes
KVM PIT support   yes
KVM device assig. yes
KVM trace support no
fdt support       no
preadv support    yes
fdatasync         yes
uuid support      yes
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
dh_testdir
rm -rf debian/build-static
mkdir -p debian/build-static
cp -a acl.c acl.h aes.c aes.h aio.c alpha-dis.c alpha.ld alpha-linux-user a.out.h arm-dis.c armeb-linux-user arm.ld arm-linux-user arm-semi.c arm-softmmu async.c audio balloon.h block block.c block.h block_int.h block-migration.c block-migration.h bsd-user bswap.h bt-host.c bt-host.h bt-vhci.c buffered_file.c buffered_file.h build-stamp cache-utils.c cache-utils.h Changelog check-qdict.c check-qfloat.c check-qint.c check-qjson.c check-qlist.c check-qstring.c cmd.c cmd.h cocoa.m CODING_STYLE compat compatfd.c compatfd.h config.h config-host.ld config-host.mak configure console.c console.h COPYING COPYING.LIB cpu-all.h cpu-common.h cpu-defs.h cpu-exec.c create_config cris-dis.c cris-linux-user cris-softmmu curses.c curses_keys.h cutils.c d3des.c d3des.h darwin-user default-configs def-helper.h device_tree.c device_tree.h disas.c disas.h dis-asm.h dma.h dma-helpers.c dyngen-exec.h elf.h envlist.c envlist.h exec-all.h exec.c feature_to_c.sh fpu gdbstub.c gdbstub.h gdb-xml gen-icount.h hostregs_helper.h host-utils.c host-utils.h hpet.h hppa-dis.c hppa.ld hw hxtool i386-dis.c i386.ld i386-linux-user i386-softmmu ia64intrin.h ia64.ld ioport.c ioport.h ioport-user.c json-lexer.c json-lexer.h json-parser.c json-parser.h json-streamer.c json-streamer.h keymaps.c keymaps.h kvm kvm-all.c kvm.h kvm-tpr-opt.c libfdt_env.h libhw32 libhw64 libuser LICENSE linux-aio.c linux-user m68k-dis.c m68k.ld m68k-linux-user m68k-semi.c m68k-softmmu MAINTAINERS Makefile Makefile.hw Makefile.target Makefile.user microblaze-dis.c migration.c migration-exec.c migration-fd.c migration.h migration-tcp.c migration-unix.c mips64el-softmmu mips64-softmmu mips-dis.c mipsel-linux-user mipsel-softmmu mips.ld mips-linux-user mips-softmmu module.c module.h monitor.c monitor.h nbd.c nbd.h net net.c net-checksum.c net.h osdep.c osdep.h path.c pc-bios pci-ids.txt posix-aio-compat.c ppc64abi32-linux-user ppc64.ld ppc64-linux-user ppc64-softmmu ppc-dis.c ppcemb-softmmu ppc.ld ppc-linux-user ppc-softmmu qbool.c qbool.h qdict.c qdict.h qdict-test-data.txt qemu qemu-aio.h qemu-binfmt-conf.sh qemu-char.c qemu-char.h qemu-common.h qemu-config.c qemu-config.h qemu-doc.texi qemu-img.c qemu-img-cmds.hx qemu-img.texi qemu-io.c qemu-kvm.c qemu-kvm.h qemu-kvm-helper.c qemu-kvm-ia64.c qemu-kvm-x86.c qemu-lock.h qemu-log.h qemu-malloc.c qemu-monitor.hx qemu-nbd.c qemu-nbd.texi qemu-objects.h qemu-option.c qemu-option.h qemu-options.hx qemu-queue.h qemu.sasl qemu_socket.h qemu-sockets.c qemu-tech.texi qemu-thread.c qemu-thread.h qemu-timer.h qemu-tool.c qerror.c qerror.h qfloat.c qfloat.h qint.c qint.h qjson.c qjson.h qlist.c qlist.h QMP qobject.h qstring.c qstring.h readline.c readline.h README roms rules.mak s390-dis.c s390.ld savevm.c sdl.c sdl_keysym.h sdl_zoom.c sdl_zoom.h sdl_zoom_template.h sh4-dis.c sh4eb-linux-user sh4eb-softmmu sh4-linux-user sh4-softmmu slirp softmmu_defs.h softmmu_exec.h softmmu_header.h softmmu-semi.h softmmu_template.h sparc32plus-linux-user sparc64.ld sparc64-linux-user sparc64-softmmu sparc-dis.c sparc.ld sparc-linux-user sparc-softmmu sysemu.h target-alpha target-arm target-cris target-i386 target-ia64 target-m68k target-microblaze target-mips target-ppc target-s390x target-sh4 target-sparc targphys.h tcg tcg-runtime.c tests texi2pod.pl thunk.c thunk.h TODO translate-all.c uboot_image.h usb-bsd.c usb-linux.c usb-stub.c VERSION vgafont.h vl.c vnc-auth-sasl.c vnc-auth-sasl.h vnc-auth-vencrypt.c vnc-auth-vencrypt.h vnc.c vnc.h vnchextile.h vnc_keysym.h vnc-tls.c vnc-tls.h x86_64.ld x86_64-linux-user x86_64-softmmu x_keymap.c x_keymap.h debian/build-static
cd debian/build-static && \
		./configure --prefix=/usr --target-list="arm-linux-user" --static
Install prefix    /usr
BIOS directory    /usr/share/qemu
binary directory  /usr/bin
Manual directory  /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g -g -O2 -Wall -g -O2
QEMU_CFLAGS       -m64 -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 -m64 -g -Wl,-Bsymbolic-functions
make              make
install           install
host CPU          x86_64
host big endian   no
target list       arm-linux-user
tcg debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      yes
-Werror enabled   no
SDL support       yes
curses support    yes
curl support      yes
check support     no
mingw32 support   no
Audio drivers     oss
Extra audio cards ac97 es1370 sb16
Block whitelist   
Mixer emulation   no
VNC TLS support   yes
VNC SASL support  no
xen support       yes
CPU emulation     yes
brlapi support    no
bluez  support    no
Documentation     yes
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
KVM PIT support   yes
KVM device assig. yes
KVM trace support no
fdt support       no
preadv support    yes
fdatasync         yes
uuid support      yes
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
./configure: 2771: cannot create roms/pcbios/config.mak: Directory nonexistent
dh_testdir
for i in user bios vgabios; do \
		/usr/bin/make -C kvm/$i; \
	done
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/user'
Makefile:2: config.mak: No such file or directory
Makefile:20: config-.mak: No such file or directory
make[1]: *** No rule to make target `config-.mak'.  Stop.
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/user'
make: *** kvm/bios: No such file or directory.  Stop.
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/vgabios'
gcc -E -P vgabios.c  -DVBE "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios_.c
bcc -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios.s > _vgabios_.s
as86 _vgabios_.s -b vgabios.bin -u -w- -g -0 -j -O -l vgabios.txt
rm -f _vgabios_.s _vgabios_.c vgabios.s
mv vgabios.bin VGABIOS-lgpl-latest.bin
./biossums VGABIOS-lgpl-latest.bin

Bios checksum at:   0x9BFF
Current checksum:     0x00
Calculated checksum:  0x5C  Setting checksum.
ls -l VGABIOS-lgpl-latest.bin
-rw-r--r-- 1 root root 39936 2009-12-17 13:44 VGABIOS-lgpl-latest.bin
gcc -E -P vgabios.c  -DVBE -DDEBUG "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-debug_.c
bcc -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios-debug.s > _vgabios-debug_.s
as86 _vgabios-debug_.s -b vgabios.debug.bin -u -w- -g -0 -j -O -l vgabios.debug.txt
rm -f _vgabios-debug_.s _vgabios-debug_.c vgabios-debug.s
mv vgabios.debug.bin VGABIOS-lgpl-latest.debug.bin
./biossums VGABIOS-lgpl-latest.debug.bin

Bios checksum at:   0xA1FF
Current checksum:     0x00
Calculated checksum:  0x53  Setting checksum.
ls -l VGABIOS-lgpl-latest.debug.bin
-rw-r--r-- 1 root root 41472 2009-12-17 13:44 VGABIOS-lgpl-latest.debug.bin
gcc -E -P vgabios.c  -DCIRRUS -DPCIBIOS "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-cirrus_.c
bcc -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus.s > _vgabios-cirrus_.s
as86 _vgabios-cirrus_.s -b vgabios-cirrus.bin -u -w- -g -0 -j -O -l vgabios.cirrus.txt
rm -f _vgabios-cirrus_.s _vgabios-cirrus_.c vgabios-cirrus.s
mv vgabios-cirrus.bin VGABIOS-lgpl-latest.cirrus.bin
./biossums VGABIOS-lgpl-latest.cirrus.bin

Bios checksum at:   0x8BFF
Current checksum:     0x00
Calculated checksum:  0x87  Setting checksum.
ls -l VGABIOS-lgpl-latest.cirrus.bin
-rw-r--r-- 1 root root 35840 2009-12-17 13:44 VGABIOS-lgpl-latest.cirrus.bin
gcc -E -P vgabios.c  -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-cirrus-debug_.c
bcc -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
sed -e 's/^\.text//' -e 's/^\.data//' vgabios-cirrus-debug.s > _vgabios-cirrus-debug_.s
as86 _vgabios-cirrus-debug_.s -b vgabios.cirrus.debug.bin -u -w- -g -0 -j -O -l vgabios.cirrus.debug.txt
rm -f _vgabios-cirrus-debug_.s _vgabios-cirrus-debug_.c vgabios-cirrus-debug.s
mv vgabios.cirrus.debug.bin VGABIOS-lgpl-latest.cirrus.debug.bin
./biossums VGABIOS-lgpl-latest.cirrus.debug.bin

Bios checksum at:   0x8BFF
Current checksum:     0x00
Calculated checksum:  0xA3  Setting checksum.
ls -l VGABIOS-lgpl-latest.cirrus.debug.bin
-rw-r--r-- 1 root root 35840 2009-12-17 13:44 VGABIOS-lgpl-latest.cirrus.debug.bin
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/vgabios'
for i in ; do \
		/usr/bin/make -C pc-bios $i; \
	done
/usr/bin/make -C debian/build-static
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
  GEN   arm-linux-user/config-devices.mak
  GEN   config-all-devices.mak
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
  GEN   qemu-options.texi
  GEN   qemu-monitor.texi
  GEN   qemu-img-cmds.texi
  GEN   qemu-doc.html
  GEN   qemu-tech.html
  GEN   qemu.1
  GEN   qemu-img.1
  GEN   qemu-nbd.8
  GEN   config-host.h
  CC    libuser/envlist.o
  CC    libuser/path.o
  CC    libuser/tcg-runtime.o
  CC    libuser/host-utils.o
  CC    libuser/cutils.o
  CC    libuser/cache-utils.o
  AR    libuser/libuser.a
  GEN   config-target.h
  CC    arm-linux-user/main.o
  CC    arm-linux-user/syscall.o
  CC    arm-linux-user/strace.o
  CC    arm-linux-user/mmap.o
  CC    arm-linux-user/signal.o
  CC    arm-linux-user/thunk.o
  CC    arm-linux-user/elfload.o
  CC    arm-linux-user/linuxload.o
  CC    arm-linux-user/uaccess.o
  CC    arm-linux-user/gdbstub.o
  CC    arm-linux-user/host-utils.o
  CC    arm-linux-user/flatload.o
  GEN   arm-linux-user/gdbstub-xml.c
  CC    arm-linux-user/gdbstub-xml.o
  CC    arm-linux-user/nwfpe/fpa11.o
  CC    arm-linux-user/nwfpe/fpa11_cpdo.o
  CC    arm-linux-user/nwfpe/fpa11_cpdt.o
  CC    arm-linux-user/nwfpe/fpa11_cprt.o
  CC    arm-linux-user/nwfpe/fpopcode.o
  CC    arm-linux-user/nwfpe/single_cpdo.o
  CC    arm-linux-user/nwfpe/double_cpdo.o
  CC    arm-linux-user/nwfpe/extended_cpdo.o
  CC    arm-linux-user/arm-semi.o
  CC    arm-linux-user/exec.o
  CC    arm-linux-user/cpu-exec.o
  CC    arm-linux-user/translate-all.o
  CC    arm-linux-user/translate.o
  CC    arm-linux-user/tcg/tcg.o
  CC    arm-linux-user/fpu/softfloat.o
  CC    arm-linux-user/op_helper.o
  CC    arm-linux-user/helper.o
  CC    arm-linux-user/neon_helper.o
  CC    arm-linux-user/iwmmxt_helper.o
  CC    arm-linux-user/disas.o
  CC    arm-linux-user/arm-dis.o
  CC    arm-linux-user/i386-dis.o
  AR    arm-linux-user/libqemu.a
  LINK  arm-linux-user/qemu-arm
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/build-static'
touch build-stamp
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Build & install normally
/usr/bin/make -C kvm/libkvm DESTDIR=/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/qemu-kvm install
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/libkvm'
skipping libkvm install
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/kvm/libkvm'
/usr/bin/make DESTDIR=/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/debian/qemu-kvm install
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0'
  GEN   arm-softmmu/config-devices.mak
  GEN   cris-softmmu/config-devices.mak
  GEN   i386-softmmu/config-devices.mak
  GEN   m68k-softmmu/config-devices.mak
  GEN   mips-softmmu/config-devices.mak
  GEN   mipsel-softmmu/config-devices.mak
  GEN   mips64-softmmu/config-devices.mak
  GEN   mips64el-softmmu/config-devices.mak
  GEN   ppc-softmmu/config-devices.mak
  GEN   ppcemb-softmmu/config-devices.mak
  GEN   ppc64-softmmu/config-devices.mak
  GEN   sh4-softmmu/config-devices.mak
  GEN   sh4eb-softmmu/config-devices.mak
  GEN   sparc-softmmu/config-devices.mak
  GEN   sparc64-softmmu/config-devices.mak
  GEN   x86_64-softmmu/config-devices.mak
  GEN   alpha-linux-user/config-devices.mak
  GEN   arm-linux-user/config-devices.mak
  GEN   armeb-linux-user/config-devices.mak
  GEN   cris-linux-user/config-devices.mak
  GEN   i386-linux-user/config-devices.mak
  GEN   m68k-linux-user/config-devices.mak
  GEN   mips-linux-user/config-devices.mak
  GEN   mipsel-linux-user/config-devices.mak
  GEN   ppc-linux-user/config-devices.mak
  GEN   ppc64-linux-user/config-devices.mak
  GEN   ppc64abi32-linux-user/config-devices.mak
  GEN   sh4-linux-user/config-devices.mak
  GEN   sh4eb-linux-user/config-devices.mak
  GEN   sparc-linux-user/config-devices.mak
  GEN   sparc64-linux-user/config-devices.mak
  GEN   sparc32plus-linux-user/config-devices.mak
  GEN   x86_64-linux-user/config-devices.mak
  GEN   config-all-devices.mak
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0'
make[1]: Entering directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0'
  GEN   qemu-options.texi
  GEN   qemu-monitor.texi
  GEN   qemu-img-cmds.texi
  GEN   qemu-doc.html
  GEN   qemu-tech.html
  GEN   qemu.1
  GEN   qemu-img.1
  GEN   qemu-nbd.8
  GEN   config-host.h
  CC    qemu-nbd.o
  CC    qemu-tool.o
  CC    cutils.o
  CC    cache-utils.o
  CC    qemu-malloc.o
  CC    qemu-option.o
  CC    module.o
  CC    nbd.o
  CC    block.o
  CC    aio.o
  CC    aes.o
  CC    osdep.o
  CC    posix-aio-compat.o
  CC    compatfd.o
  CC    block/cow.o
  CC    block/qcow.o
  CC    block/vdi.o
  CC    block/vmdk.o
  CC    block/cloop.o
  CC    block/dmg.o
  CC    block/bochs.o
  CC    block/vpc.o
  CC    block/vvfat.o
  CC    block/qcow2.o
  CC    block/qcow2-refcount.o
  CC    block/qcow2-cluster.o
  CC    block/qcow2-snapshot.o
  CC    block/parallels.o
  CC    block/nbd.o
  CC    block/raw-posix.o
  CC    block/curl.o
  CC    qint.o
  CC    qstring.o
  CC    qdict.o
  CC    qlist.o
  CC    qfloat.o
  CC    qbool.o
  CC    qjson.o
  CC    json-lexer.o
  CC    json-streamer.o
  CC    json-parser.o
  CC    qerror.o
  LINK  qemu-nbd
  GEN   qemu-img-cmds.h
  CC    qemu-img.o
  LINK  qemu-img
  CC    qemu-io.o
  CC    cmd.o
  LINK  qemu-io
  CC    libhw64/loader.o
  CC    libhw64/virtio.o
  CC    libhw64/fw_cfg.o
  CC    libhw64/watchdog.o
  CC    libhw64/ecc.o
  CC    libhw64/nand.o
  CC    libhw64/m48t59.o
  CC    libhw64/escc.o
  CC    libhw64/wdt_i6300esb.o
  CC    libhw64/ne2000.o
  CC    libhw64/smc91c111.o
  CC    libhw64/lan9118.o
  CC    libhw64/lsi53c895a.o
  CC    libhw64/esp.o
  CC    libhw64/dma-helpers.o
  CC    libhw64/sysbus.o
  CC    libhw64/isa-bus.o
  CC    libhw64/qdev-addr.o
  AR    libhw64/libqemuhw64.a
  CC    net.o
  CC    net/queue.o
  CC    net/checksum.o
  CC    net/util.o
  CC    net/socket.o
  CC    net/dump.o
  CC    net/tap.o
  CC    net/tap-linux.o
  CC    net/slirp.o
  CC    readline.o
  CC    console.o
  CC    tcg-runtime.o
  CC    host-utils.o
  CC    irq.o
  CC    ioport.o
  CC    ptimer.o
  CC    max7310.o
  CC    wm8750.o
  CC    twl92230.o
  CC    tsc2005.o
  CC    lm832x.o
  CC    tmp105.o
  CC    stellaris_input.o
  CC    ads7846.o
  CC    max111x.o
  CC    ds1338.o
  CC    i2c.o
  CC    smbus.o
  CC    smbus_eeprom.o
  CC    eeprom93xx.o
  CC    scsi-disk.o
  CC    cdrom.o
  CC    scsi-generic.o
  CC    scsi-bus.o
  CC    usb.o
  CC    usb-hub.o
  CC    usb-linux.o
  CC    usb-hid.o
  CC    usb-msd.o
  CC    usb-wacom.o
  CC    usb-serial.o
  CC    usb-net.o
  CC    usb-bus.o
  CC    ssi.o
  CC    ssi-sd.o
  CC    sd.o
  CC    bt.o
  CC    bt-host.o
  CC    bt-vhci.o
  CC    bt-l2cap.o
  CC    bt-sdp.o
  CC    bt-hci.o
  CC    bt-hid.o
  CC    usb-bt.o
  CC    bt-hci-csr.o
  CC    buffered_file.o
  CC    migration.o
  CC    migration-tcp.o
  CC    qemu-sockets.o
  CC    qemu-char.o
  CC    savevm.o
  CC    msmouse.o
  CC    ps2.o
  CC    qdev.o
  CC    qdev-properties.o
  CC    qemu-config.o
  CC    block-migration.o
  CC    migration-exec.o
  CC    migration-unix.o
  CC    migration-fd.o
  CC    audio/audio.o
  CC    audio/noaudio.o
  CC    audio/wavaudio.o
  CC    audio/mixeng.o
  CC    audio/sdlaudio.o
  CC    audio/ossaudio.o
  CC    audio/alsaaudio.o
  CC    audio/paaudio.o
  CC    audio/audio_pt_int.o
  CC    audio/wavcapture.o
  CC    keymaps.o
  CC    sdl.o
  CC    sdl_zoom.o
  CC    x_keymap.o
  CC    curses.o
  CC    vnc.o
  CC    acl.o
  CC    d3des.o
  CC    vnc-tls.o
  CC    vnc-auth-vencrypt.o
  CC    slirp/cksum.o
  CC    slirp/if.o
  CC    slirp/ip_icmp.o
  CC    slirp/ip_input.o
  CC    slirp/ip_output.o
  CC    slirp/slirp.o
  CC    slirp/mbuf.o
  CC    slirp/misc.o
  CC    slirp/sbuf.o
  CC    slirp/socket.o
  CC    slirp/tcp_input.o
  CC    slirp/tcp_output.o
  CC    slirp/tcp_subr.o
  CC    slirp/tcp_timer.o
  CC    slirp/udp.o
  CC    slirp/bootp.o
  CC    slirp/tftp.o
  CC    xen_backend.o
  CC    xen_devconfig.o
  CC    xen_console.o
  CC    xenfb.o
  CC    xen_disk.o
  CC    xen_nic.o
  AR    libqemu_common.a
  GEN   config-target.h
  GEN   arm-softmmu/qemu-options.h
  CC    arm-softmmu/vl.o
  CC    arm-softmmu/async.o
  GEN   arm-softmmu/qemu-monitor.h
  CC    arm-softmmu/monitor.o
  CC    arm-softmmu/pci.o
  CC    arm-softmmu/pci_host.o
  CC    arm-softmmu/pcie_host.o
  CC    arm-softmmu/machine.o
  CC    arm-softmmu/gdbstub.o
  CC    arm-softmmu/virtio-blk.o
  CC    arm-softmmu/virtio-balloon.o
  CC    arm-softmmu/virtio-net.o
  CC    arm-softmmu/virtio-console.o
  CC    arm-softmmu/virtio-pci.o
  CC    arm-softmmu/msix.o
  CC    arm-softmmu/isa_mmio.o
  CC    arm-softmmu/xen_machine_pv.o
  CC    arm-softmmu/xen_domainbuild.o
  CC    arm-softmmu/usb-ohci.o
  CC    arm-softmmu/eepro100.o
  CC    arm-softmmu/pcnet.o
  CC    arm-softmmu/rtl8139.o
  CC    arm-softmmu/e1000.o
  GEN   arm-softmmu/gdbstub-xml.c
  CC    arm-softmmu/gdbstub-xml.o
  CC    arm-softmmu/integratorcp.o
  CC    arm-softmmu/versatilepb.o
  CC    arm-softmmu/arm_pic.o
  CC    arm-softmmu/arm_timer.o
  CC    arm-softmmu/arm_boot.o
  CC    arm-softmmu/pl011.o
  CC    arm-softmmu/pl031.o
  CC    arm-softmmu/pl050.o
  CC    arm-softmmu/pl080.o
  CC    arm-softmmu/pl110.o
  CC    arm-softmmu/pl181.o
  CC    arm-softmmu/pl190.o
  CC    arm-softmmu/versatile_pci.o
  CC    arm-softmmu/realview_gic.o
  CC    arm-softmmu/realview.o
  CC    arm-softmmu/arm_sysctl.o
  CC    arm-softmmu/arm11mpcore.o
  CC    arm-softmmu/a9mpcore.o
  CC    arm-softmmu/armv7m.o
  CC    arm-softmmu/armv7m_nvic.o
  CC    arm-softmmu/stellaris.o
  CC    arm-softmmu/pl022.o
  CC    arm-softmmu/stellaris_enet.o
  CC    arm-softmmu/pl061.o
  CC    arm-softmmu/arm-semi.o
  CC    arm-softmmu/pxa2xx.o
  CC    arm-softmmu/pxa2xx_pic.o
  CC    arm-softmmu/pxa2xx_gpio.o
  CC    arm-softmmu/pxa2xx_timer.o
  CC    arm-softmmu/pxa2xx_dma.o
  CC    arm-softmmu/pxa2xx_lcd.o
  CC    arm-softmmu/pxa2xx_mmci.o
  CC    arm-softmmu/pxa2xx_pcmcia.o
  CC    arm-softmmu/pxa2xx_keypad.o
  CC    arm-softmmu/pflash_cfi01.o
  CC    arm-softmmu/gumstix.o
  CC    arm-softmmu/zaurus.o
  CC    arm-softmmu/ide/core.o
  CC    arm-softmmu/ide/microdrive.o
  CC    arm-softmmu/serial.o
  CC    arm-softmmu/spitz.o
  CC    arm-softmmu/tosa.o
  CC    arm-softmmu/tc6393xb.o
  CC    arm-softmmu/omap1.o
  CC    arm-softmmu/omap_lcdc.o
  CC    arm-softmmu/omap_dma.o
  CC    arm-softmmu/omap_clk.o
  CC    arm-softmmu/omap_mmc.o
  CC    arm-softmmu/omap_i2c.o
  CC    arm-softmmu/omap2.o
  CC    arm-softmmu/omap_dss.o
  CC    arm-softmmu/soc_dma.o
  CC    arm-softmmu/omap_sx1.o
  CC    arm-softmmu/palm.o
  CC    arm-softmmu/tsc210x.o
  CC    arm-softmmu/nseries.o
  CC    arm-softmmu/blizzard.o
  CC    arm-softmmu/onenand.o
  CC    arm-softmmu/vga.o
  CC    arm-softmmu/cbus.o
  CC    arm-softmmu/tusb6010.o
  CC    arm-softmmu/usb-musb.o
  CC    arm-softmmu/mst_fpga.o
  CC    arm-softmmu/mainstone.o
  CC    arm-softmmu/musicpal.o
  CC    arm-softmmu/pflash_cfi02.o
  CC    arm-softmmu/bitbang_i2c.o
  CC    arm-softmmu/marvell_88w8618_audio.o
  CC    arm-softmmu/framebuffer.o
  CC    arm-softmmu/syborg.o
  CC    arm-softmmu/syborg_fb.o
  CC    arm-softmmu/syborg_interrupt.o
  CC    arm-softmmu/syborg_keyboard.o
  CC    arm-softmmu/syborg_serial.o
  CC    arm-softmmu/syborg_timer.o
  CC    arm-softmmu/syborg_pointer.o
  CC    arm-softmmu/syborg_rtc.o
  CC    arm-softmmu/syborg_virtio.o
  CC    arm-softmmu/exec.o
  CC    arm-softmmu/cpu-exec.o
  CC    arm-softmmu/translate-all.o
  CC    arm-softmmu/translate.o
  CC    arm-softmmu/tcg/tcg.o
  CC    arm-softmmu/fpu/softfloat.o
  CC    arm-softmmu/op_helper.o
  CC    arm-softmmu/helper.o
  CC    arm-softmmu/neon_helper.o
  CC    arm-softmmu/iwmmxt_helper.o
  CC    arm-softmmu/disas.o
  CC    arm-softmmu/arm-dis.o
  CC    arm-softmmu/i386-dis.o
  AR    arm-softmmu/libqemu.a
  LINK  arm-softmmu/qemu-system-arm
monitor.o: In function `mon_get_cpu':
/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/monitor.c:675: undefined reference to `kvm_save_mpstate'
monitor.o: In function `do_info_cpus':
/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0/monitor.c:778: undefined reference to `kvm_save_mpstate'
collect2: ld returned 1 exit status
make[2]: *** [qemu-system-arm] Error 1
make[1]: *** [subdir-arm-softmmu] Error 2
make[1]: Leaving directory `/local/source/qemu-kvm/lucid/qemu-kvm_0.12.0'
make: *** [install-stamp] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-15 15:21     ` Dustin Kirkland
  2009-12-18  4:51       ` Dustin Kirkland
@ 2009-12-20 16:25       ` Avi Kivity
  2009-12-21  3:39         ` Dustin Kirkland
  1 sibling, 1 reply; 13+ messages in thread
From: Avi Kivity @ 2009-12-20 16:25 UTC (permalink / raw)
  To: kirkland; +Cc: kvm-devel, qemu-devel

On 12/15/2009 05:21 PM, Dustin Kirkland wrote:
>
>> - fetch the submodules and include them in the tarball
>>      
> ...
>
> I think this option would help keep us all on the same page.  But I
> could live with pointers to the submodules, since packaging a new
> release only happens a couple of times per year.
>
>    

Due to time constraints I went for the simpler option of adding a 
generated EXTERNAL_DEPENDENCIES file.  Patches for including the source 
are welcome.

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-20 16:25       ` Avi Kivity
@ 2009-12-21  3:39         ` Dustin Kirkland
  2009-12-21  9:30           ` Avi Kivity
  0 siblings, 1 reply; 13+ messages in thread
From: Dustin Kirkland @ 2009-12-21  3:39 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel, qemu-devel

On Sun, Dec 20, 2009 at 10:25 AM, Avi Kivity <avi@redhat.com> wrote:
> On 12/15/2009 05:21 PM, Dustin Kirkland wrote:
>>
>>> - fetch the submodules and include them in the tarball
>>>
>>
>> ...
>>
>> I think this option would help keep us all on the same page.  But I
>> could live with pointers to the submodules, since packaging a new
>> release only happens a couple of times per year.
>>
>>
>
> Due to time constraints I went for the simpler option of adding a generated
> EXTERNAL_DEPENDENCIES file.  Patches for including the source are welcome.

Fair enough.  It's straightforward by hand, and I only really package
twice a year.

What about the qemu-system-arm build break I also mentioned?  That's
currently blocking my packaging.

Thanks,
:-Dustin

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
  2009-12-21  3:39         ` Dustin Kirkland
@ 2009-12-21  9:30           ` Avi Kivity
  0 siblings, 0 replies; 13+ messages in thread
From: Avi Kivity @ 2009-12-21  9:30 UTC (permalink / raw)
  To: Dustin Kirkland; +Cc: kvm-devel, qemu-devel

On 12/21/2009 05:39 AM, Dustin Kirkland wrote:
>
> What about the qemu-system-arm build break I also mentioned?  That's
> currently blocking my packaging.
>    

I'm looking into it, though of course patches are welcome as usual.

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-12-21  9:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4B2684EC.2040504@redhat.com>
2009-12-14 21:58 ` [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released Dustin Kirkland
2009-12-15  9:10   ` Avi Kivity
2009-12-15 14:23     ` Lennart Sorensen
2009-12-15 14:29     ` Anthony Liguori
2009-12-15 15:21     ` Dustin Kirkland
2009-12-18  4:51       ` Dustin Kirkland
2009-12-20 16:25       ` Avi Kivity
2009-12-21  3:39         ` Dustin Kirkland
2009-12-21  9:30           ` Avi Kivity
     [not found] ` <4B2748B6.9080305@eseco.de>
2009-12-15  9:07   ` Avi Kivity
2009-12-15 14:31   ` Anthony Liguori
2009-12-15 14:41     ` Gerd Hoffmann
2009-12-15 18:22       ` Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).