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
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
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"
>>;;
>> -
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
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
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
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
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-
401 - 408 of 408 matches
Mail list logo