qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] PPC: remove the ELF section hack


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0/5] PPC: remove the ELF section hack
Date: Fri, 12 Jun 2009 21:58:29 +0300

GEN_HANDLER{,2} generate a structure in special ELF section. This may
not work in all cases.

Separate the structure from op function, later change the ELF section
hack to a normal C table.

This passes my tests.

Blue Swirl (5):
  Clean up GEN_HANDLER
  Clean up GEN_HANDLER2
  Concentrate most table entries to top
  Concentrate rest of table entries to top
  Replace ELF section hack with normal table

 target-ppc/translate.c      | 1511 ++++++++++++++++++++++++++++++++++---------
 target-ppc/translate_init.c |   11 +-
 2 files changed, 1194 insertions(+), 328 deletions(-)




reply via email to

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