[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-ppc] [PULL 00/44] ppc-for-2.8 queue 20160922
From: |
Nikunj A Dadhania |
Subject: |
Re: [Qemu-devel] [Qemu-ppc] [PULL 00/44] ppc-for-2.8 queue 20160922 |
Date: |
Thu, 22 Sep 2016 23:08:18 +0530 |
User-agent: |
Notmuch/0.21 (https://notmuchmail.org) Emacs/25.0.94.1 (x86_64-redhat-linux-gnu) |
Peter Maydell <address@hidden> writes:
> On 22 September 2016 at 07:36, David Gibson <address@hidden> wrote:
>> The following changes since commit a008535b9fa396226ff9cf78b8ac5f3584bda58e:
>>
>> build-sys: fix make install regression (2016-09-20 11:32:43 +0100)
>>
>> are available in the git repository at:
>>
>> git://github.com/dgibson/qemu.git tags/ppc-for-2.8-20160922
>>
>> for you to fetch changes up to 2832da4b6fc549d5feb2cf9fe53ad98cee894327:
>>
>> monitor: fix crash for platforms without a CPU 0 (2016-09-22 15:53:01
>> +1000)
>>
>> ----------------------------------------------------------------
>> ppc patch queue 2016-09-22
>>
>> This is my second pull request of ppc and spapr related patches for
>> qemu-2.8. Included here are
>> * TCG implementations for more POWER9 instructions
>> * Some preliminary XICS fixes in preparataion for the pnv machine type
>> * A significant ADB (Macintosh kbd/mouse) cleanup
>> * Some conversions to use trace instead of debug macros
>> * Fixes to correctly handle global TLB flush synchronization in
>> TCG. This is already a bug, but it will have much more impact
>> when we get MTTCG
>> * Add more qtest testcases for Power
>> * Some MAINTAINERS updates
>> * Assorted bugfixes
>>
>> This touches some test files and monitor.c which are technically
>> outside the ppc code, but coming through this tree because the changes
>> are primarily of interest to ppc.
>>
>> ----------------------------------------------------------------
>
> I'm afraid this fails to build with clang:
>
> /home/petmay01/linaro/qemu-for-merges/target-ppc/translate.c:532:16:
> error: unused function 'L' [-Werro
> r,-Wunused-function]
> EXTRACT_HELPER(L, 16, 2);
> ^
> 1 error generated.
+/* darn */
+static void gen_darn(DisasContext *ctx)
+{
+ int l = L(ctx->opcode);
Used here, false positive ?
Regards,
Nikunj
- [Qemu-devel] [PULL 40/44] ppc/xics: account correct irq status, (continued)
- [Qemu-devel] [PULL 40/44] ppc/xics: account correct irq status, David Gibson, 2016/09/22
- [Qemu-devel] [PULL 44/44] monitor: fix crash for platforms without a CPU 0, David Gibson, 2016/09/22
- [Qemu-devel] [PULL 30/44] target-ppc: consolidate store conditional, David Gibson, 2016/09/22
- [Qemu-devel] [PULL 34/44] target-ppc: implement darn instruction, David Gibson, 2016/09/22
- [Qemu-devel] [PULL 28/44] target-ppc: consolidate load with reservation, David Gibson, 2016/09/22
- [Qemu-devel] [PULL 05/44] target-ppc: add vector count trailing zeros instructions, David Gibson, 2016/09/22
- [Qemu-devel] [PULL 07/44] target-ppc: add vector permute right indexed instruction, David Gibson, 2016/09/22
- [Qemu-devel] [PULL 11/44] tests: add RTAS command in the protocol, David Gibson, 2016/09/22
- Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922, no-reply, 2016/09/22
- Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922, Peter Maydell, 2016/09/22
- Re: [Qemu-devel] [Qemu-ppc] [PULL 00/44] ppc-for-2.8 queue 20160922,
Nikunj A Dadhania <=
- Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922, David Gibson, 2016/09/22
- Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922, Alex Bennée, 2016/09/23
- Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922, David Gibson, 2016/09/23
- Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922, Alex Bennée, 2016/09/24
- Re: [Qemu-devel] [PULL 00/44] ppc-for-2.8 queue 20160922, David Gibson, 2016/09/25
- Re: [Qemu-devel] [Qemu-ppc] [PULL 00/44] ppc-for-2.8 queue 20160922, Cédric Le Goater, 2016/09/26
- Re: [Qemu-devel] [Qemu-ppc] [PULL 00/44] ppc-for-2.8 queue 20160922, Alex Bennée, 2016/09/26