qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hw/misc/a9scu: Verify CPU count is valid and simplify a bit
@ 2020-09-01 14:40 Philippe Mathieu-Daudé
  2020-09-01 14:40 ` [PATCH 1/4] hw/misc/a9scu: Do not allow invalid CPU count Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-01 14:40 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, qemu-arm, Philippe Mathieu-Daudé

Trivial patches:
- verify the A9 CPU count is in range,
- simplify using MemoryRegionOps valid/impl,
- log unimplemented registers.

Philippe Mathieu-Daudé (4):
  hw/misc/a9scu: Do not allow invalid CPU count
  hw/misc/a9scu: Simplify setting MemoryRegionOps::valid fields
  hw/misc/a9scu: Simplify setting MemoryRegionOps::impl fields
  hw/misc/a9scu: Report unimplemented accesses with qemu_log_mask(UNIMP)

 hw/misc/a9scu.c | 59 +++++++++++++++++++++++--------------------------
 1 file changed, 28 insertions(+), 31 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-07 15:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01 14:40 [PATCH 0/4] hw/misc/a9scu: Verify CPU count is valid and simplify a bit Philippe Mathieu-Daudé
2020-09-01 14:40 ` [PATCH 1/4] hw/misc/a9scu: Do not allow invalid CPU count Philippe Mathieu-Daudé
2020-09-01 14:40 ` [PATCH 2/4] hw/misc/a9scu: Simplify setting MemoryRegionOps::valid fields Philippe Mathieu-Daudé
2020-09-01 14:40 ` [PATCH 3/4] hw/misc/a9scu: Simplify setting MemoryRegionOps::impl fields Philippe Mathieu-Daudé
2020-09-01 14:41 ` [PATCH 4/4] hw/misc/a9scu: Report unimplemented accesses with qemu_log_mask(UNIMP) Philippe Mathieu-Daudé
2020-09-01 21:34 ` [PATCH 0/4] hw/misc/a9scu: Verify CPU count is valid and simplify a bit Richard Henderson
2020-09-07 15:38 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).