qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] qom-cpu: Wrap set_pc hook and use in bootloaders
@ 2015-06-15  3:48 Peter Crosthwaite
  2015-06-15  3:48 ` [Qemu-devel] [PATCH 1/5] qom: cpu: Add wrapper to the set-pc hook Peter Crosthwaite
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Peter Crosthwaite @ 2015-06-15  3:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Peter Crosthwaite, afaerber, edgar.iglesias

Wrap the CPUClass::set_pc fn hook in a caller helper to reduce
verbosity of calls. Simplify the call from the gdbstub.

Then use the call to abstract away the PC env fields from the ARM and
Microblaze bootloaders.

This moves towards the goal of minimising system level code of the CPU
env (and one step closer to common-obj'ing the bootloaders). Theres a
long way to go (at least for ARM, not so far for MB), but this is a
small win in that direction.

This helps with multi-arch where the current thinking is to compile
out the maximum content possible from cpu.h. This removes program
counter definitions from the multi-arch cpu.h compile-in list.

Peter Crosthwaite (5):
  qom: cpu: Add wrapper to the set-pc hook
  gdbstub: Use cpu_set_pc helper
  arm: Support thumb in set_pc routines
  arm: boot: Use cpu_set_pc
  microblaze: boot: Use cpu_set_pc

 gdbstub.c            |  5 +----
 hw/arm/boot.c        | 16 ++++------------
 hw/microblaze/boot.c |  2 +-
 include/qom/cpu.h    | 21 +++++++++++++++++++++
 target-arm/cpu.c     |  2 +-
 target-arm/cpu64.c   |  2 +-
 6 files changed, 29 insertions(+), 19 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-06-15 22:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15  3:48 [Qemu-devel] [PATCH 0/5] qom-cpu: Wrap set_pc hook and use in bootloaders Peter Crosthwaite
2015-06-15  3:48 ` [Qemu-devel] [PATCH 1/5] qom: cpu: Add wrapper to the set-pc hook Peter Crosthwaite
2015-06-15  3:48 ` [Qemu-devel] [PATCH 2/5] gdbstub: Use cpu_set_pc helper Peter Crosthwaite
2015-06-15  3:48 ` [Qemu-devel] [PATCH 3/5] arm: Support thumb in set_pc routines Peter Crosthwaite
2015-06-15  7:36   ` Peter Maydell
2015-06-15 22:41     ` Peter Crosthwaite
2015-06-15  3:48 ` [Qemu-devel] [PATCH 4/5] arm: boot: Use cpu_set_pc Peter Crosthwaite
2015-06-15  7:37   ` Peter Maydell
2015-06-15  3:48 ` [Qemu-devel] [PATCH 5/5] microblaze: " Peter Crosthwaite

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).