All of lore.kernel.org
 help / color / mirror / Atom feed
From: Farkas Levente <lfarkas@lfarkas.org>
To: Avi Kivity <avi@redhat.com>
Cc: KVM list <kvm@vger.kernel.org>
Subject: Re: [ANNOUNCE] kvm-86 release
Date: Thu, 21 May 2009 15:12:40 +0200	[thread overview]
Message-ID: <4A155348.6090005@lfarkas.org> (raw)
In-Reply-To: <4A14102C.7030907@redhat.com>

Avi Kivity wrote:
> There are many qcow2 and live migration fixes in this release; also
> noteworthy is the beginning of NUMA support.  The interrupt injection
> code has seen some significant rework.

it doesn't compile on rhel/centos-5.3 because of this error:
----------------------------------------
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g
-fno-strict-aliasing -Wall -Wundef -Wendif-labels -Wwrite-strings
-Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls
-I/home/robot/rpm/BUILD/qemu-kvm-devel-86/kvm/libkvm -m64 -D__x86_64__
-Wno-redundant-decls -MMD -MF ./.libkvm.d -g -fomit-frame-pointer -Wall
 -fno-stack-protector
-I/home/robot/rpm/BUILD/qemu-kvm-devel-86/kvm/include
-I/home/robot/rpm/BUILD/qemu-kvm-devel-86/kvm/include/x86   -c -o
libkvm.o libkvm.c
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c: In function
'qemu_event_increment':
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:3762: warning: ignoring
return value of 'write', declared with attribute warn_unused_result
In file included from /home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:4586:
./qemu-options.h:461:1: error: unterminated argument list invoking macro
"printf"
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c: In function 'help':
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:4597: warning: statement
with no effect
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:4590: error: expected ';'
before string constant
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:4605: error: expected
statement before ')' token
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -O2 -g
-fno-strict-aliasing -Wall -Wundef -Wendif-labels -Wwrite-strings
-Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls
-I/home/robot/rpm/BUILD/qemu-kvm-devel-86/kvm/libkvm -m64 -D__x86_64__
-Wno-redundant-decls -MMD -MF ./.libkvm-x86.d -g -fomit-frame-pointer
-Wall  -fno-stack-protector
-I/home/robot/rpm/BUILD/qemu-kvm-devel-86/kvm/include
-I/home/robot/rpm/BUILD/qemu-kvm-devel-86/kvm/include/x86   -c -o
libkvm-x86.o libkvm-x86.c
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c: In function 'alloc_mem_area':
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:4909: warning: ignoring
return value of 'ftruncate', declared with attribute warn_unused_result
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c: In function 'main':
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:5852: warning: ignoring
return value of 'write', declared with attribute warn_unused_result
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:6284: warning: ignoring
return value of 'chdir', declared with attribute warn_unused_result
/home/robot/rpm/BUILD/qemu-kvm-devel-86/vl.c:6303: warning: ignoring
return value of 'chdir', declared with attribute warn_unused_result
make[1]: *** [vl.o] Error 1
----------------------------------------

-- 
  Levente                               "Si vis pacem para bellum!"

  reply	other threads:[~2009-05-21 13:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-20 14:14 [ANNOUNCE] kvm-86 release Avi Kivity
2009-05-21 13:12 ` Farkas Levente [this message]
2009-05-21 13:48   ` Alexey Eremenko
2009-05-21 15:46     ` Denherder, Cindy
2009-05-21 20:19       ` Chris Wright
2009-05-21 20:37         ` Denherder, Cindy
2009-05-21 20:43           ` Chris Wright
2009-05-22 15:10           ` kvm-86 release - USB thumbdrive Denherder, Cindy
2009-05-24  9:43             ` Avi Kivity
2009-05-26 16:04               ` Denherder, Cindy
     [not found]                 ` <081862C1A509A14D94C18F3A45333F5B6779D599@rrsmsx503.amr.corp.intel.com>
2009-05-27  8:44                   ` kvm-86 release - on board NIC not functioning correctly in guest Avi Kivity
2009-05-24  9:42   ` [ANNOUNCE] kvm-86 release Avi Kivity
2009-05-24 21:23     ` Farkas Levente
2009-06-25  9:21 Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A155348.6090005@lfarkas.org \
    --to=lfarkas@lfarkas.org \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.