History log of /external/qemu/hw/pci-host/pci_host.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bcde1092aca184dbd7860078af020de7d1e4e22f 09-Jan-2014 David 'Digit' Turner <digit@android.com> rename target_phy_addr_t to hwaddr to match upstream.

Upstream got rid of the target_phys_addr_t and replaced it with 'hwaddr',
so do the corresponding rename here. Note that:

- This also renames <exec/targphys.h> to <exec/hwaddr.h>

- Upstream always deins hwaddr as a 64-bit type, while the size of
our own hwaddr is still controlled by TARGET_PHYS_ADDR_BITS, and
will be 32 for now.

A future patch will change the type definition to fully match
upstream, but it is more risky / requires more cleanups. It's
simply cleaner / simpler to put the related work in a separate
patch, given the large number of sources touched by the
current change.

Change-Id: Iee30869a57798c12109b6a23570b166232bb9244
/external/qemu/hw/pci-host/pci_host.h
bfa4dabe78145082be89cb9436b1f557b130cddf 17-Dec-2013 David 'Digit' Turner <digit@android.com> hw/{pci_host.h, piix_pci.c} -> hw/pci-host/

+ hw/pxa.h -> include/hw/arm/pxa.h

Change-Id: If2b16a5067f09efbc08306cbb52d38f2e1517630
/external/qemu/hw/pci-host/pci_host.h