qemu-e2k/hw/ide
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 libhw 2012-10-05 16:07:49 -05:00
ahci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ahci.h ide/ahci: Use universal DMA helper functions 2012-06-27 16:33:25 -05:00
atapi.c ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0 2012-09-12 15:50:09 +02:00
cmd646.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
core.c iostatus: reorganize io error code 2012-09-28 19:40:56 +02:00
ich.c Merge branch pci into master 2012-07-29 17:05:35 +03:00
internal.h ahci: Fix ahci cdrom read corruptions for reads > 128k 2012-08-10 10:25:12 +02:00
isa.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
macio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
microdrive.c hw: Trim superfluous #include "block_int.h" 2011-09-12 15:17:21 +02:00
mmio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pci.h ide: convert to memory API 2011-08-08 10:15:54 -05:00
piix.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
qdev.c scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL 2012-10-05 07:58:36 -05:00
via.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00