mbox

[PULL] qemu-sparc update

Message ID 20150121170620.GA524@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

Message

Mark Cave-Ayland Jan. 21, 2015, 5:06 p.m. UTC
Hi Peter,

This is mainly to apply your outstanding clang warning patches. Please pull.


ATB,

Mark.


The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)

are available in the git repository at:


  https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

for you to fetch changes up to 7230818a2b54df826e5ecdd83bd20632c9a8b07c:

  disas/sparc: Remove unused data sparc_opcode_archs[] (2015-01-21 16:18:01 +0000)

----------------------------------------------------------------
qemu-sparc update

----------------------------------------------------------------
Peter Maydell (5):
      target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_cc
      target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 only
      target-sparc: is_translating_asi() is TARGET_SPARC64 only
      target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLY
      disas/sparc: Remove unused data sparc_opcode_archs[]

 disas/sparc.c              |   32 --------------------------------
 target-sparc/ldst_helper.c |   10 +++++-----
 target-sparc/translate.c   |   26 ++------------------------
 3 files changed, 7 insertions(+), 61 deletions(-)

Comments

Peter Maydell Jan. 22, 2015, 12:13 p.m. UTC | #1
On 21 January 2015 at 17:06, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This is mainly to apply your outstanding clang warning patches. Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 699eae17b841e6784dc3864bf357e26bff1e9dfe:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into staging (2015-01-20 16:19:58 +0000)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
>
> for you to fetch changes up to 7230818a2b54df826e5ecdd83bd20632c9a8b07c:
>
>   disas/sparc: Remove unused data sparc_opcode_archs[] (2015-01-21 16:18:01 +0000)
>
> ----------------------------------------------------------------
> qemu-sparc update
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM