Skip to content

Commit 500f1f3

Browse files
committed
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210908' into staging
qemu-sparc queue # gpg: Signature made Wed 08 Sep 2021 12:48:40 BST # gpg: using RSA key CC621AB98E82200D915CC9C45BC2C56FAE0F321F # gpg: issuer "[email protected]" # gpg: Good signature from "Mark Cave-Ayland <[email protected]>" [full] # Primary key fingerprint: CC62 1AB9 8E82 200D 915C C9C4 5BC2 C56F AE0F 321F * remotes/mcayland/tags/qemu-sparc-20210908: escc: fix STATUS_SYNC bit in R_STATUS register escc: re-use escc_reset_chn() for soft reset escc: remove register changes from escc_reset_chn() escc: implement hard reset as described in the datasheet escc: implement soft reset as described in the datasheet escc: introduce escc_hard_reset_chn() for hardware reset escc: introduce escc_soft_reset_chn() for software reset escc: reset register values to zero in escc_reset() escc: checkpatch fixes sun4m: fix setting CPU id when more than one CPU is present tcg: Drop gen_io_end() target/sparc: Drop use of gen_io_end() Signed-off-by: Peter Maydell <[email protected]>
2 parents bd66202 + 15a2a1a commit 500f1f3

File tree

6 files changed

+202
-120
lines changed

6 files changed

+202
-120
lines changed

docs/devel/tcg-icount.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,3 @@ When the translator is handling an instruction of this kind:
9292
}
9393
9494
* it must end the TB immediately after this instruction
95-
96-
Note that some older front-ends call a "gen_io_end()" function:
97-
this is obsolete and should not be used.

0 commit comments

Comments
 (0)