Re: [Qemu-devel] [patch] make qemu work with GCC 4

2007-08-30 Thread Thiemo Seufer
Michael Matz wrote: > Hi, > > [please keep me CCed, I'm not on this list] > > the below patch let's qemu be compiled by GCC 4.2 (probably also 4.1 and > others) for most hosts (i386,x86_64,ia64,ppc). s390 as host is missing, > and needs a compiler change to emit the literal store inline again,

Re: [Qemu-devel] [patch] make qemu work with GCC 4

2007-08-30 Thread Michael Matz
Hi, On Wed, 29 Aug 2007, Michael Matz wrote: > > >I solved that by placing one of the T[012] operands into memory > > >for HOST_I386, thereby freeing one reg. Here's some justification > > >of why that doesn't really cost performance: with three free regs > > >GCC

Re: [Qemu-devel] [PATCH] SVM support

2007-08-30 Thread Bernhard Kauer
On Thu, Aug 30, 2007 at 04:54:15PM +0200, Alexander Graf wrote: > Hi, > > after a lot of struggling I finally got everything working smoothly > (special thanks to Fabrice and Avi), so I believe this patch is ready to > be taken upstream. > CC_DST was never a problem, as everything I did in the efl

Re: [Qemu-devel] [patch] make qemu work with GCC 4

2007-08-30 Thread Carlo Marcelo Arenas Belon
On Wed, Aug 29, 2007 at 03:30:45PM +0200, Michael Matz wrote: > I'm only a compiler developer hitting qemu hard enough until it works with > gcc4 :-) slightly offtopic, but in the last GCC summit 2007 there was a presentation with an interesting propossal which makes GCC specifically generate co

[Qemu-devel] No slirp usage

2007-08-30 Thread Vladimir N. Oleynik
Hi. If I compiling without SLIRP then compiler produced warnings: vl.c: In function `parse_host_port': vl.c: warning: implicit declaration of function `inet_aton' vl.c: In function `net_socket_mcast_create': vl.c: warning: implicit declaration of function `inet_ntoa' Patch attached. comment: rem