qemu-e2k/target-unicore32
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
..
Makefile.objs target-unicore32: switch to AREG0 free mode 2012-09-15 17:44:32 +00:00
cpu-qom.h target-unicore32: QOM'ify CPU 2012-03-30 11:09:30 +02:00
cpu.c unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable 2012-08-11 09:36:56 +00:00
cpu.h target-unicore32: Drop UC32_CPUID macros 2012-08-11 09:36:57 +00:00
helper.c unicore32-softmmu: Add a minimal curses screen support 2012-08-11 09:37:05 +00:00
helper.h target-unicore32: switch to AREG0 free mode 2012-09-15 17:44:32 +00:00
machine.c unicore32-softmmu: Add unicore32-softmmu build support 2012-08-11 09:36:55 +00:00
op_helper.c target-unicore32: switch to AREG0 free mode 2012-09-15 17:44:32 +00:00
softmmu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
translate.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
ucf64_helper.c unicore32: Split UniCore-F64 instruction helpers from helper.c 2012-08-11 09:37:04 +00:00