qemu-patch-raspberry4/target-ppc
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
..
cpu-qom.h
cpu.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
excp_helper.c
fpu_helper.c
helper.c
helper.h
helper_regs.h
int_helper.c target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros 2012-10-04 15:54:17 +02:00
kvm.c Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf 2012-10-06 18:51:36 +02:00
kvm_ppc.c
kvm_ppc.h pseries: Add support for new KVM hash table control call 2012-10-04 15:54:17 +02:00
machine.c target-ppc: Remove unused power_mode field from cpu state 2012-10-04 15:54:18 +02:00
Makefile.objs
mem_helper.c
mfrom_table.c
mfrom_table_gen.c
misc_helper.c
mmu_helper.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mpic_helper.c
STATUS
timebase_helper.c
translate.c
translate_init.c ppc/pseries: Reset VPA registration on CPU reset 2012-10-05 02:35:11 +02:00