qemu-e2k/target-xtensa
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr
target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
reserved) and its purpose doesn't match the name (most target_phys_addr_t
addresses are not target specific).  Replace it with a finger-friendly,
standards conformant hwaddr.

Outstanding patchsets can be fixed up with the command

  git rebase -i --exec 'find -name "*.[ch]"
                        | xargs s/target_phys_addr_t/hwaddr/g' origin

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-10-23 08:58:25 -05:00
..
core-dc232b target-xtensa: add dc232b core 2011-10-16 10:40:02 +00:00
core-dc233c target-xtensa: add dc233c core 2012-04-15 17:43:16 +00:00
core-fsf target-xtensa: add fsf core 2011-10-16 10:40:16 +00:00
Makefile.objs target-xtensa: switch to AREG0-free mode 2012-06-10 20:09:22 +00:00
core-dc232b.c target-xtensa: add license to core-dc232b.c 2012-04-15 17:43:28 +00:00
core-dc233c.c target-xtensa: add dc233c core 2012-04-15 17:43:16 +00:00
core-fsf.c target-xtensa: add license to core-fsf.c 2012-04-15 17:43:43 +00:00
cpu-qom.h target-xtensa: QOM'ify CPU 2012-04-14 03:48:08 +04:00
cpu.c target-xtensa: Let cpu_xtensa_init() return XtensaCPU 2012-06-04 23:00:41 +02:00
cpu.h target-xtensa: implement coprocessor context option 2012-09-22 17:59:13 +00:00
helper.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
helper.h target-xtensa: implement FP1 group 2012-09-22 17:59:13 +00:00
machine.c target-xtensa: add target stubs 2011-09-10 16:57:36 +00:00
op_helper.c target-xtensa: implement FP1 group 2012-09-22 17:59:13 +00:00
overlay_tool.h target-xtensa: handle boolean option in overlays 2012-09-22 17:59:12 +00:00
translate.c target-xtensa: de-optimize EXTUI 2012-10-06 12:22:29 +02:00
xtensa-semi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00