mbox

[PULL,00/14] target-mips queue

Message ID 1423821732-22542-1-git-send-email-leon.alrae@imgtec.com
State New
Headers show

Pull-request

git://github.com/lalrae/qemu.git tags/mips-20150213

Message

Leon Alrae Feb. 13, 2015, 10:01 a.m. UTC
Hi,

My current mips-next patch queue, mainly bug fixes and cleanups.

Thanks,
Leon

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>

The following changes since commit 449008f86418583a1f0fb946cf91ee7b4797317d:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' into staging (2015-02-11 05:14:41 +0000)

are available in the git repository at:

  git://github.com/lalrae/qemu.git tags/mips-20150213

for you to fetch changes up to a6081232704fa32d16ad1dca3f34abff4bb6435e:

  linux-user: correct stat structure in MIPS N32 (2015-02-12 16:11:16 +0000)

----------------------------------------------------------------
MIPS patches 2015-02-13

Changes:
* bug fixes, cleanups and minor improvements

----------------------------------------------------------------
Hervé Poussineau (7):
      isa: add memory space parameter to isa_bus_new
      jazz: do not explode QEMUMachineInitArgs structure
      jazz: remove usage of isa_mem_base
      mips: remove isa_mem_base usage
      piix4: use PCI address space instead of system memory
      gt64xxx: remove isa_mem_base usage
      isa: remove isa_mem_base variable

Leon Alrae (6):
      target-mips: fix detection of the end of the page during translation
      target-mips: ll and lld cause AdEL exception for unaligned address
      target-mips: use CP0EnLo_XI instead of magic number
      target-mips: fix broken snapshotting
      target-mips: pass 0 instead of -1 as rs in microMIPS LUI instruction
      linux-user: correct stat structure in MIPS N32

Maciej W. Rozycki (1):
      target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processors

 hw/alpha/typhoon.c           |  2 +-
 hw/display/cirrus_vga.c      |  2 +-
 hw/display/vga-isa.c         |  2 +-
 hw/display/vga.c             |  3 +-
 hw/i386/pc_piix.c            |  2 +-
 hw/isa/i82378.c              |  3 +-
 hw/isa/isa-bus.c             | 12 ++++--
 hw/isa/lpc_ich9.c            |  2 +-
 hw/isa/piix4.c               |  3 +-
 hw/isa/vt82c686.c            |  3 +-
 hw/mips/gt64xxx_pci.c        | 95 +++++++++++++++++++++++++++++++-------------
 hw/mips/mips_jazz.c          | 44 ++++++++++----------
 hw/mips/mips_r4k.c           | 19 ++++-----
 hw/pci-host/piix.c           |  3 +-
 hw/sparc64/sun4u.c           |  3 +-
 include/hw/isa/isa.h         |  6 +--
 linux-user/syscall_defs.h    | 86 +++++++++------------------------------
 target-mips/machine.c        |  6 ++-
 target-mips/op_helper.c      | 10 +++--
 target-mips/translate.c      | 11 +++--
 target-mips/translate_init.c |  4 +-
 21 files changed, 165 insertions(+), 156 deletions(-)

Comments

Peter Maydell Feb. 13, 2015, 1:07 p.m. UTC | #1
On 13 February 2015 at 10:01, Leon Alrae <leon.alrae@imgtec.com> wrote:
> Hi,
>
> My current mips-next patch queue, mainly bug fixes and cleanups.
>
> Thanks,
> Leon
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Aurelien Jarno <aurelien@aurel32.net>
>
> The following changes since commit 449008f86418583a1f0fb946cf91ee7b4797317d:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' into staging (2015-02-11 05:14:41 +0000)
>
> are available in the git repository at:
>
>   git://github.com/lalrae/qemu.git tags/mips-20150213
>
> for you to fetch changes up to a6081232704fa32d16ad1dca3f34abff4bb6435e:
>
>   linux-user: correct stat structure in MIPS N32 (2015-02-12 16:11:16 +0000)

Hi; I'm afraid that this conflicts with RTH's patchset that I've
applied in a way that's probably not too hard to sort out but
which I don't have time to try to fix up as part of the merge.
Can I ask you to rebase, retest and resend, please?

PS: this pullreq appears to be an unsigned tag. You should
move to sending me signed pullrequests as soon as it's
convenient for you to do so, please.

thanks
-- PMM
Leon Alrae Feb. 13, 2015, 1:46 p.m. UTC | #2
On 13/02/2015 13:07, Peter Maydell wrote:
> On 13 February 2015 at 10:01, Leon Alrae <leon.alrae@imgtec.com> wrote:
>> Hi,
>>
>> My current mips-next patch queue, mainly bug fixes and cleanups.
>>
>> Thanks,
>> Leon
>>
>> Cc: Peter Maydell <peter.maydell@linaro.org>
>> Cc: Aurelien Jarno <aurelien@aurel32.net>
>>
>> The following changes since commit 449008f86418583a1f0fb946cf91ee7b4797317d:
>>
>>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' into staging (2015-02-11 05:14:41 +0000)
>>
>> are available in the git repository at:
>>
>>   git://github.com/lalrae/qemu.git tags/mips-20150213
>>
>> for you to fetch changes up to a6081232704fa32d16ad1dca3f34abff4bb6435e:
>>
>>   linux-user: correct stat structure in MIPS N32 (2015-02-12 16:11:16 +0000)
> 
> Hi; I'm afraid that this conflicts with RTH's patchset that I've
> applied in a way that's probably not too hard to sort out but
> which I don't have time to try to fix up as part of the merge.
> Can I ask you to rebase, retest and resend, please?

Sure, no problem.

> 
> PS: this pullreq appears to be an unsigned tag. You should
> move to sending me signed pullrequests as soon as it's
> convenient for you to do so, please.

I wasn't aware that pullreqs should be gpg signed (I've just found an
email about this in archives). Will do.

Thanks,
Leon