Re: [Qemu-devel] [PATCH] translate-all: delete prototype for non-existent function

2015-06-01 Thread Michael Tokarev
01.06.2015 10:53, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > translate-all.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/translate-all.h b/translate-all.h > index ef9166c..0384640 100644 > --- a/translate-all.h > +++ b/translate-all.h > @@ -24,7 +24,6 @@ void tb_inva

[Qemu-devel] [PATCH v2] slirp: use less predictable directory name in /tmp for smb config (CVE-2015-4037)

2015-06-01 Thread Michael Tokarev
In this version I used mkdtemp(3) which is: _BSD_SOURCE || /* Since glibc 2.10: */ (_POSIX_C_SOURCE >= 200809L || _XOPEN_SOURCE >= 700) (POSIX.1-2008), so should be available on systems we care about. While at it, reset the resulting directory name within smb structur

Re: [Qemu-devel] [PATCH] configure: don't apply -O2 if extra-cflags sets -O

2015-06-01 Thread Michael Tokarev
29.05.2015 19:29, Paolo Bonzini wrote: > On 29/05/2015 16:14, Alex Bennée wrote: >> You mean just do: >> >> diff --git a/configure b/configure >> index b707429..f13831a 100755 >> --- a/configure >> +++ b/configure >> @@ -353,7 +353,7 @@ for opt do >>;; >>--cpu=*) cpu="$optarg" >>;; >> -

Re: [Qemu-devel] [PATCH 1/2] hw/display/cg3.c: cg3_realizefn: fix memory leak, make FCode loading error fatal and improve error message

2015-06-01 Thread Michael Tokarev
Shannon Zhao: can you please add your s-o-b or r-o-b for this version, for this and the next patch? This started from your original patch which just adds g_free(), later you also added error message improvements to this piece, on my request, but apparently this place needs more tweeking, since fai

Re: [Qemu-devel] [PATCH 1/2] hw/display/cg3.c: cg3_realizefn: fix memory leak, make FCode loading error fatal and improve error message

2015-06-01 Thread Shannon Zhao
On 2015/5/30 21:49, Michael Tokarev wrote: > Signed-off-by: Michael Tokarev Reviewed-by: Shannon Zhao > --- > hw/display/cg3.c | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/hw/display/cg3.c b/hw/display/cg3.c > index 1e6ff2b..5f869a7 100644 > --- a/hw/disp

Re: [Qemu-devel] [PATCH 2/2] hw/display/tcx.c: tcx_realizefn: fix memory leak, make FCode loading error fatal and improve error message

2015-06-01 Thread Shannon Zhao
On 2015/5/30 21:54, Michael Tokarev wrote: > Signed-off-by: Michael Tokarev Reviewed-by: Shannon Zhao > --- > hw/display/tcx.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/hw/display/tcx.c b/hw/display/tcx.c > index a9f9f66..c2b32c3 100644 > --- a/hw/dis

Re: [Qemu-devel] [PATCH] Use Aff1 with mpidr

2015-06-01 Thread Pavel Fedin
Hi! > You mean that I put your patch https://lists.gnu.org/archive/html/qemu-devel/201505/msg04495.html Yes. You can of course further modify it, like changing #define to a variable which can be set from outside. > The first patch of my V3 patch series, with the sole exception of fixing the

Re: [Qemu-devel] [PATCH] tpm: Add missing common TPM SSDT file

2015-06-01 Thread Michael S. Tsirkin
On Mon, Jun 01, 2015 at 08:32:55PM -0400, Stefan Berger wrote: > This patch adds the missing common SSDT TPM file. > > Signed-off-by: Stefan Berger I posted this too. But we really should just get rid of all this: we have already removed most ASL code except for the DSDT. > --- > hw/i386/ssdt-

<    1   2   3   4   5