All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] qemu-kvm-0.10.6
@ 2009-08-02 11:40 Avi Kivity
  2009-08-02 13:53 ` Farkas Levente
  0 siblings, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2009-08-02 11:40 UTC (permalink / raw)
  To: KVM list

qemu-kvm-0.10.6 is now available.  This is the third release of the 0.10 
stable branch of qemu-kvm.  qemu-kvm 0.10.6 includes all of the
features and fixes of qemu-0.10.6, plus adaptations for improved kvm
support.

Note that qemu-kvm releases do not include the kvm external modules
(kvm*.ko); you can use the modules provided by your distribution,
modules from the development releases (kvm-xx), or from the kvm-kmod
stable branch releases.

Changes from qemu-kvm-0.10.5
- merge qemu 0.10.6
   - fix -net socket,listen
   - live migration: don't send gratuitous packets all at once
   - serial: fix lost characters after sysrq
   - Delete io-handler before closing fd after migration
   - Fix qemu_aio_flush
   - i386: fix cpu reset
   - Prevent CD-ROM eject while device is locked
   - Fix migration after hot remove with eepro100
   - Don't start a VM after failed migration if stopped
   - Fix live migration under heavy IO load
   - Honor -S on incoming migration
   - Reset PS2 keyboard/mouse on reset
- build and install extboot

http://www.linux-kvm.org

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


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

* Re: [ANNOUNCE] qemu-kvm-0.10.6
  2009-08-02 11:40 [ANNOUNCE] qemu-kvm-0.10.6 Avi Kivity
@ 2009-08-02 13:53 ` Farkas Levente
  2009-08-02 14:06   ` Avi Kivity
  0 siblings, 1 reply; 6+ messages in thread
From: Farkas Levente @ 2009-08-02 13:53 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM list

On 08/02/2009 01:40 PM, Avi Kivity wrote:
> qemu-kvm-0.10.6 is now available.  This is the third release of the 0.10
> stable branch of qemu-kvm. qemu-kvm 0.10.6 includes all of the
> features and fixes of qemu-0.10.6, plus adaptations for improved kvm
> support.

not build under rhel/centos-5:
----------------------------------------------------
gcc -I. -I.. -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386 
-I/home/robot/rpm/BUILD/qemu-kvm-0.10.6 -MMD -MT op_helper.o -MP 
-DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D__user= -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg 
-I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg/x86_64 
-I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/fpu   -DHAS_AUDIO 
-DHAS_AUDIO_CHOICE -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/slirp -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-0.10.6/kvm/libkvm  -m64 
-I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/include 
-I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/arch/x86/include   -c 
-o op_helper.o /home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386/op_helper.c
{standard input}: Assembler messages:
{standard input}:20758: Warning: end of file not at end of a line; 
newline inserted
{standard input}:20994: Error: unknown pseudo-op: `.lbe35'
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [translate.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory 
`/home/robot/rpm/BUILD/qemu-kvm-0.10.6/x86_64-softmmu'
make: *** [subdir-x86_64-softmmu] Error 2
----------------------------------------------------

-- 
   Levente                               "Si vis pacem para bellum!"

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

* Re: [ANNOUNCE] qemu-kvm-0.10.6
  2009-08-02 13:53 ` Farkas Levente
@ 2009-08-02 14:06   ` Avi Kivity
  2009-08-02 14:21     ` Farkas Levente
  0 siblings, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2009-08-02 14:06 UTC (permalink / raw)
  To: Farkas Levente; +Cc: KVM list

On 08/02/2009 04:53 PM, Farkas Levente wrote:
> On 08/02/2009 01:40 PM, Avi Kivity wrote:
>> qemu-kvm-0.10.6 is now available.  This is the third release of the 0.10
>> stable branch of qemu-kvm. qemu-kvm 0.10.6 includes all of the
>> features and fixes of qemu-0.10.6, plus adaptations for improved kvm
>> support.
>
> not build under rhel/centos-5:
> ----------------------------------------------------
> gcc -I. -I.. -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386 
> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6 -MMD -MT op_helper.o -MP 
> -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
> -D__user= -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg 
> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg/x86_64 
> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/fpu   -DHAS_AUDIO 
> -DHAS_AUDIO_CHOICE -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/slirp -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-0.10.6/kvm/libkvm  -m64 
> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/include 
> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/arch/x86/include   
> -c -o op_helper.o 
> /home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386/op_helper.c
> {standard input}: Assembler messages:
> {standard input}:20758: Warning: end of file not at end of a line; 
> newline inserted
> {standard input}:20994: Error: unknown pseudo-op: `.lbe35'
> gcc: Internal error: Killed (program cc1)

That file (or indeed, tcg) has not changed since qemu-kvm-0.10.5.  Does 
qemu-kvm-0.10.5 build on the same host with the same compiler?

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


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

* Re: [ANNOUNCE] qemu-kvm-0.10.6
  2009-08-02 14:06   ` Avi Kivity
@ 2009-08-02 14:21     ` Farkas Levente
  2009-08-02 14:27       ` Farkas Levente
  0 siblings, 1 reply; 6+ messages in thread
From: Farkas Levente @ 2009-08-02 14:21 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM list

On 08/02/2009 04:06 PM, Avi Kivity wrote:
> On 08/02/2009 04:53 PM, Farkas Levente wrote:
>> On 08/02/2009 01:40 PM, Avi Kivity wrote:
>>> qemu-kvm-0.10.6 is now available. This is the third release of the 0.10
>>> stable branch of qemu-kvm. qemu-kvm 0.10.6 includes all of the
>>> features and fixes of qemu-0.10.6, plus adaptations for improved kvm
>>> support.
>>
>> not build under rhel/centos-5:
>> ----------------------------------------------------
>> gcc -I. -I.. -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386
>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6 -MMD -MT op_helper.o -MP
>> -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>> -D__user= -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg
>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg/x86_64
>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/fpu -DHAS_AUDIO
>> -DHAS_AUDIO_CHOICE -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/slirp -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-0.10.6/kvm/libkvm -m64
>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/include
>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/arch/x86/include -c
>> -o op_helper.o
>> /home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386/op_helper.c
>> {standard input}: Assembler messages:
>> {standard input}:20758: Warning: end of file not at end of a line;
>> newline inserted
>> {standard input}:20994: Error: unknown pseudo-op: `.lbe35'
>> gcc: Internal error: Killed (program cc1)
>
> That file (or indeed, tcg) has not changed since qemu-kvm-0.10.5. Does
> qemu-kvm-0.10.5 build on the same host with the same compiler?

yes;-(

-- 
   Levente                               "Si vis pacem para bellum!"

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

* Re: [ANNOUNCE] qemu-kvm-0.10.6
  2009-08-02 14:21     ` Farkas Levente
@ 2009-08-02 14:27       ` Farkas Levente
  2009-08-02 14:43         ` Avi Kivity
  0 siblings, 1 reply; 6+ messages in thread
From: Farkas Levente @ 2009-08-02 14:27 UTC (permalink / raw)
  To: Avi Kivity; +Cc: KVM list

On 08/02/2009 04:21 PM, Farkas Levente wrote:
> On 08/02/2009 04:06 PM, Avi Kivity wrote:
>> On 08/02/2009 04:53 PM, Farkas Levente wrote:
>>> On 08/02/2009 01:40 PM, Avi Kivity wrote:
>>>> qemu-kvm-0.10.6 is now available. This is the third release of the 0.10
>>>> stable branch of qemu-kvm. qemu-kvm 0.10.6 includes all of the
>>>> features and fixes of qemu-0.10.6, plus adaptations for improved kvm
>>>> support.
>>>
>>> not build under rhel/centos-5:
>>> ----------------------------------------------------
>>> gcc -I. -I.. -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386
>>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6 -MMD -MT op_helper.o -MP
>>> -DNEED_CPU_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
>>> -D__user= -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg
>>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/tcg/x86_64
>>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/fpu -DHAS_AUDIO
>>> -DHAS_AUDIO_CHOICE -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/slirp -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-0.10.6/kvm/libkvm -m64
>>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/include
>>> -I/home/robot/rpm/BUILD/qemu-kvm-0.10.6/kvm/kernel/arch/x86/include -c
>>> -o op_helper.o
>>> /home/robot/rpm/BUILD/qemu-kvm-0.10.6/target-i386/op_helper.c
>>> {standard input}: Assembler messages:
>>> {standard input}:20758: Warning: end of file not at end of a line;
>>> newline inserted
>>> {standard input}:20994: Error: unknown pseudo-op: `.lbe35'
>>> gcc: Internal error: Killed (program cc1)
>>
>> That file (or indeed, tcg) has not changed since qemu-kvm-0.10.5. Does
>> qemu-kvm-0.10.5 build on the same host with the same compiler?
>
> yes;-(

it seems to be a bug in the running kvm guest (on which i try to 
compile) not the code itself:
--------------------------------------
Mem-info:
Node 0 DMA per-cpu:
cpu 0 hot: high 0, batch 1 used:0
cpu 0 cold: high 0, batch 1 used:0
cpu 1 hot: high 0, batch 1 used:0
cpu 1 cold: high 0, batch 1 used:0
cpu 2 hot: high 0, batch 1 used:0
cpu 2 cold: high 0, batch 1 used:0
cpu 3 hot: high 0, batch 1 used:0
cpu 3 cold: high 0, batch 1 used:0
Node 0 DMA32 per-cpu:
cpu 0 hot: high 186, batch 31 used:167
cpu 0 cold: high 62, batch 15 used:55
cpu 1 hot: high 186, batch 31 used:110
cpu 1 cold: high 62, batch 15 used:19
cpu 2 hot: high 186, batch 31 used:182
cpu 2 cold: high 62, batch 15 used:51
cpu 3 hot: high 186, batch 31 used:161
cpu 3 cold: high 62, batch 15 used:53
Node 0 Normal per-cpu: empty
Node 0 HighMem per-cpu: empty
Free pages:        4812kB (0kB HighMem)
Active:117916 inactive:0 dirty:0 writeback:0 unstable:0 free:1203 
slab:3969 mapped-file:1 mapped-anon:118068 pagetables:1085
Node 0 DMA free:2012kB min:56kB low:68kB high:84kB active:1712kB 
inactive:0kB present:10532kB pages_scanned:10411 all_unreclaimable? yes
lowmem_reserve[]: 0 489 489 489
Node 0 DMA32 free:2800kB min:2800kB low:3500kB high:4200kB 
active:470064kB inactive:0kB present:500900kB pages_scanned:3539943 
all_unreclaimable? yes
lowmem_reserve[]: 0 0 0 0
Node 0 Normal free:0kB min:0kB low:0kB high:0kB active:0kB inactive:0kB 
present:0kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 0 0
Node 0 HighMem free:0kB min:128kB low:128kB high:128kB active:0kB 
inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 0 0
Node 0 DMA: 1*4kB 1*8kB 1*16kB 0*32kB 1*64kB 1*128kB 1*256kB 1*512kB 
1*1024kB 0*2048kB 0*4096kB = 2012kB
Node 0 DMA32: 30*4kB 1*8kB 1*16kB 1*32kB 1*64kB 0*128kB 0*256kB 1*512kB 
0*1024kB 1*2048kB 0*4096kB = 2800kB
Node 0 Normal: empty
Node 0 HighMem: empty
42 pagecache pages
Swap cache: add 0, delete 0, find 0/0, race 0+0
Free swap  = 0kB
Total swap = 0kB
Free swap:            0kB
131056 pages of RAM
3556 reserved pages
326 pages shared
0 pages swap cached
automount invoked oom-killer: gfp_mask=0x201d2, order=0, oomkilladj=0

Call Trace:
  [<ffffffff800c1a46>] out_of_memory+0x8e/0x2f3
  [<ffffffff8000e789>] __alloc_pages+0x245/0x2ce
  [<ffffffff80011a71>] __do_page_cache_readahead+0xa2/0x1e6
  [<ffffffff8003c1ea>] lock_timer_base+0x1b/0x3c
  [<ffffffff80049487>] try_to_del_timer_sync+0x51/0x5a
  [<ffffffff800123f1>] filemap_nopage+0x148/0x322
  [<ffffffff80008861>] __handle_mm_fault+0x1f8/0xe5c
  [<ffffffff80064b9f>] do_page_fault+0x4cb/0x830
  [<ffffffff8002fce6>] do_fork+0x148/0x1c1
  [<ffffffff8005bde9>] error_exit+0x0/0x84

Mem-info:
Node 0 DMA per-cpu:
cpu 0 hot: high 0, batch 1 used:0
cpu 0 cold: high 0, batch 1 used:0
cpu 1 hot: high 0, batch 1 used:0
cpu 1 cold: high 0, batch 1 used:0
cpu 2 hot: high 0, batch 1 used:0
cpu 2 cold: high 0, batch 1 used:0
cpu 3 hot: high 0, batch 1 used:0
cpu 3 cold: high 0, batch 1 used:0
Node 0 DMA32 per-cpu:
cpu 0 hot: high 186, batch 31 used:22
cpu 0 cold: high 62, batch 15 used:14
cpu 1 hot: high 186, batch 31 used:102
cpu 1 cold: high 62, batch 15 used:51
cpu 2 hot: high 186, batch 31 used:68
cpu 2 cold: high 62, batch 15 used:60
cpu 3 hot: high 186, batch 31 used:35
cpu 3 cold: high 62, batch 15 used:56
Node 0 Normal per-cpu: empty
Node 0 HighMem per-cpu: empty
Free pages:        4768kB (0kB HighMem)
Active:118391 inactive:0 dirty:0 writeback:0 unstable:0 free:1192 
slab:3899 mapped-file:1 mapped-anon:118564 pagetables:1085
Node 0 DMA free:2012kB min:56kB low:68kB high:84kB active:1716kB 
inactive:0kB present:10532kB pages_scanned:62544 all_unreclaimable? yes
lowmem_reserve[]: 0 489 489 489
Node 0 DMA32 free:2756kB min:2800kB low:3500kB high:4200kB 
active:471888kB inactive:0kB present:500900kB pages_scanned:2861844 
all_unreclaimable? yes
lowmem_reserve[]: 0 0 0 0
Node 0 Normal free:0kB min:0kB low:0kB high:0kB active:0kB inactive:0kB 
present:0kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 0 0
Node 0 HighMem free:0kB min:128kB low:128kB high:128kB active:0kB 
inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no
lowmem_reserve[]: 0 0 0 0
Node 0 DMA: 1*4kB 1*8kB 1*16kB 0*32kB 1*64kB 1*128kB 1*256kB 1*512kB 
1*1024kB 0*2048kB 0*4096kB = 2012kB
Node 0 DMA32: 9*4kB 4*8kB 0*16kB 0*32kB 2*64kB 0*128kB 0*256kB 1*512kB 
0*1024kB 1*2048kB 0*4096kB = 2756kB
Node 0 Normal: empty
Node 0 HighMem: empty
39 pagecache pages
Swap cache: add 0, delete 0, find 0/0, race 0+0
Free swap  = 0kB
Total swap = 0kB
Free swap:            0kB
131056 pages of RAM
3556 reserved pages
370 pages shared
0 pages swap cached
Out of memory: Killed process 22171 (cc1).
--------------------------------------


-- 
   Levente                               "Si vis pacem para bellum!"

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

* Re: [ANNOUNCE] qemu-kvm-0.10.6
  2009-08-02 14:27       ` Farkas Levente
@ 2009-08-02 14:43         ` Avi Kivity
  0 siblings, 0 replies; 6+ messages in thread
From: Avi Kivity @ 2009-08-02 14:43 UTC (permalink / raw)
  To: Farkas Levente; +Cc: KVM list

On 08/02/2009 05:27 PM, Farkas Levente wrote:
>
> it seems to be a bug in the running kvm guest (on which i try to 
> compile) not the code itself:
> --------------------------------------
> Out of memory: Killed process 22171 (cc1).
> --------------------------------------
>
>

It went out of memory.  Add some swap or RAM.

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


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

end of thread, other threads:[~2009-08-02 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-02 11:40 [ANNOUNCE] qemu-kvm-0.10.6 Avi Kivity
2009-08-02 13:53 ` Farkas Levente
2009-08-02 14:06   ` Avi Kivity
2009-08-02 14:21     ` Farkas Levente
2009-08-02 14:27       ` Farkas Levente
2009-08-02 14:43         ` Avi Kivity

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.