qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] c8877d: target/arm: Set SIMDMISC and FPMISC f


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] c8877d: target/arm: Set SIMDMISC and FPMISC for 32-bit -cp...
Date: Tue, 26 Mar 2019 06:57:54 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c8877d0f2f662bf01346a03bc9fd279954b4132d
      
https://github.com/qemu/qemu/commit/c8877d0f2f662bf01346a03bc9fd279954b4132d
  Author: Richard Henderson <address@hidden>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M target/arm/cpu.c

  Log Message:
  -----------
  target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu max

Fixes: https://bugs.launchpad.net/bugs/1821430
Signed-off-by: Richard Henderson <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>


  Commit: c99ef792dc9ec6d8a5061428faf396ea9ceb8f57
      
https://github.com/qemu/qemu/commit/c99ef792dc9ec6d8a5061428faf396ea9ceb8f57
  Author: Luc Michel <address@hidden>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M gdbstub.c

  Log Message:
  -----------
  gdbstub: fix vCont packet handling when no thread is specified

The vCont packet accepts a series of actions, each being applied on a
given thread ID. Giving no thread ID for an action is valid and means
"all threads".

This commit fixes vCont packets being incorrectly rejected when no
thread ID was given for an action.

In multiprocess mode, the GDB Remote Protocol specification is unclear
on what "all threads" means. We choose to apply the action on all
threads of all attached processes.

This commit is based on the initial fix by Lucien Murray-Pitts.

Fixes: e40e5204af8388
Reported-by: Lucien Murray-Pitts <address@hidden>
Reported-by: Jan Kiszka <address@hidden>
Signed-off-by: Luc Michel <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>


  Commit: 2ef80e14d526f50c4b751d1f15b5ca450d7f997f
      
https://github.com/qemu/qemu/commit/2ef80e14d526f50c4b751d1f15b5ca450d7f997f
  Author: Peter Maydell <address@hidden>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M gdbstub.c
    M target/arm/cpu.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190326' 
into staging

target-arm queue:
 * Set SIMDMISC and FPMISC for 32-bit -cpu max
   (fixes regression from 3.1)
 * fix vCont packet handling when no thread is specified

# gpg: Signature made Tue 26 Mar 2019 13:09:48 GMT
# gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
# gpg:                issuer "address@hidden"
# gpg: Good signature from "Peter Maydell <address@hidden>" [ultimate]
# gpg:                 aka "Peter Maydell <address@hidden>" [ultimate]
# gpg:                 aka "Peter Maydell <address@hidden>" [ultimate]
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE

* remotes/pmaydell/tags/pull-target-arm-20190326:
  gdbstub: fix vCont packet handling when no thread is specified
  target/arm: Set SIMDMISC and FPMISC for 32-bit -cpu max

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/d37bfe142382...2ef80e14d526



reply via email to

[Prev in Thread] Current Thread [Next in Thread]