qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Clean cache related code which was used only by PPC hosts
@ 2011-10-03 20:43 Stefan Weil
  2011-10-03 20:43 ` [Qemu-devel] [PATCH 1/2] linux-user: Remove unused code Stefan Weil
  2011-10-03 20:43 ` [Qemu-devel] [PATCH 2/2] tcg/ppc*: Move cache initialization to ppc specific code Stefan Weil
  0 siblings, 2 replies; 23+ messages in thread
From: Stefan Weil @ 2011-10-03 20:43 UTC (permalink / raw)
  To: QEMU Developers; +Cc: qemu-ppc, Alexander Graf

These patches clean an issue which was discussed some weeks ago
(http://lists.nongnu.org/archive/html/qemu-devel/2011-09/msg02279.html):

Code which was only needed for the PPC* tcg targets
(flush_icache_range, qemu_cache_utils_init)
was defined in files used by all host architectures.

The 1st patch is trivial and only included because I stumbled
across flush_icache_range in a linux-user file.

The 2nd patch works for non PPC* hosts, but I could not test
it on PPC* host variants. I only moved and formatted code,
so hopefully it won't break anything for PPC*.

[PATCH 1/2] linux-user: Remove unused code
[PATCH 2/2] tcg/ppc*: Move cache initialization to ppc specific code

Kind regards,

Stefan Weil

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

end of thread, other threads:[~2011-10-05  8:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 20:43 [Qemu-devel] Clean cache related code which was used only by PPC hosts Stefan Weil
2011-10-03 20:43 ` [Qemu-devel] [PATCH 1/2] linux-user: Remove unused code Stefan Weil
2011-10-03 21:12   ` Stefan Weil
2011-10-04  7:56   ` Peter Maydell
2011-10-05  8:26   ` Stefan Hajnoczi
2011-10-03 20:43 ` [Qemu-devel] [PATCH 2/2] tcg/ppc*: Move cache initialization to ppc specific code Stefan Weil
2011-10-03 20:52   ` [Qemu-devel] [Qemu-ppc] " Scott Wood
2011-10-03 21:10     ` Stefan Weil
2011-10-03 21:36       ` Alexander Graf
2011-10-03 21:50         ` Scott Wood
2011-10-03 22:06           ` Alexander Graf
2011-10-03 22:07             ` Scott Wood
2011-10-03 22:11               ` Alexander Graf
2011-10-03 21:40       ` Scott Wood
2011-10-03 21:43         ` Alexander Graf
2011-10-03 21:51           ` Scott Wood
2011-10-03 22:03             ` Alexander Graf
2011-10-04  6:06             ` Benjamin Herrenschmidt
2011-10-04  5:55         ` Stefan Weil
2011-10-04  6:29           ` Paolo Bonzini
2011-10-04  8:11             ` Peter Maydell
2011-10-04 15:44           ` Scott Wood
2011-10-03 23:12   ` [Qemu-devel] " malc

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