qemu-e2k/target-sparc
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 Remove unused CONFIG_TCG_PASS_AREG0 and dead code 2012-09-15 17:51:14 +00:00
TODO fix spelling in target sub directory 2011-12-02 10:50:57 +00:00
cc_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
cpu-qom.h target-sparc: QOM'ify CPU 2012-04-07 08:25:21 +00:00
cpu.c target-sparc: Tidy cpu_dump_state 2012-10-07 16:39:29 +00:00
cpu.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fop_helper.c target-sparc: fix fcmp{s,d,q} instructions wrt exception 2012-09-08 09:03:45 +00:00
helper.c target-sparc: Move taddcctv and tsubcctv out of line 2012-10-07 16:39:33 +00:00
helper.h target-sparc: Move taddcctv and tsubcctv out of line 2012-10-07 16:39:33 +00:00
int32_helper.c target-sparc: Don't compute full flags value so often 2012-10-13 10:17:28 +00:00
int64_helper.c target-sparc: Don't compute full flags value so often 2012-10-13 10:17:28 +00:00
ldst_helper.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
machine.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
mmu_helper.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
translate.c target-sparc: fix FMOVr instruction 2012-10-20 09:02:38 +00:00
vis_helper.c target-sparc: Fix mixup of uint64 and uint64_t 2012-01-22 09:55:35 +00:00
win_helper.c target-sparc: Don't overuse CPUState 2012-03-14 22:20:25 +01:00