On 30 May 2016 at 02:51, Jason Wang wrote:
> git grep shows lots of places. Is it ok to send a new version of pull
> request with Dmitry's fix first?
Sure; I was talking about the audit as a later cleanup thing
we should do at some point, not something to do immediately.
-- PMM
On 2016年05月30日 00:45, Peter Maydell wrote:
On 29 May 2016 at 16:22, Dmitry Fleytman wrote:
It turned out that the issue is not in the new code but in
pci.h helper functions used by the new code to fill DSN capability.
Thanks for tracking this down.
Following patch fixes the problem:
diff
On 29 May 2016 at 16:22, Dmitry Fleytman wrote:
> It turned out that the issue is not in the new code but in
> pci.h helper functions used by the new code to fill DSN capability.
Thanks for tracking this down.
> Following patch fixes the problem:
>
> diff --git a/include/hw/pci/pci.h b/include/h
> On 27 May 2016, at 06:35 AM, Jason Wang wrote:
>
>
>
> On 2016年05月26日 23:08, Peter Maydell wrote:
>> On 26 May 2016 at 03:16, Jason Wang wrote:
>>> The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
>>>
>>> Merge remote-tracking branch 'remotes/ehabkost/tags/x86
On 27 May 2016 at 04:35, Jason Wang wrote:
> Sorry for the trouble again. Wonder the correct way to enable sanitizer,
> after I add "-fsanitizer=address", it produces tons of warnings and errors
> but don't find the above outputs.
I pass configure '--extra-cflags=-fsanitize=undefined' .
thanks
-
On 2016年05月26日 23:08, Peter Maydell wrote:
On 26 May 2016 at 03:16, Jason Wang wrote:
The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into
staging (2016-05-24 13:06:33 +0100)
are available
On 26 May 2016 at 16:20, Eric Blake wrote:
> On 05/26/2016 09:08 AM, Peter Maydell wrote:
>>
>> Apologies for the lack of any backtraces in the output, but
>> this is almost certainly the result of trying to do le64_to_cpu()
>> or cpu_to_le64() on a buffer which isn't necessarily aligned
>> (usual
On 05/26/2016 09:08 AM, Peter Maydell wrote:
>
> Apologies for the lack of any backtraces in the output, but
> this is almost certainly the result of trying to do le64_to_cpu()
> or cpu_to_le64() on a buffer which isn't necessarily aligned
> (usually some pointer into guest memory). Use the functi
On 26 May 2016 at 03:16, Jason Wang wrote:
> The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
>
> Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into
> staging (2016-05-24 13:06:33 +0100)
>
> are available in the git repository at:
>
> https:
The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into
staging (2016-05-24 13:06:33 +0100)
are available in the git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for
10 matches
Mail list logo