Re: [Qemu-devel] [PATCH v2 12/15] libqos/ahci: Functional register helpers

2015-01-28 Thread Paolo Bonzini
On 19/01/2015 21:16, John Snow wrote: > Introduce a set of "static inline" register helpers that are intended to > replace the current set of macros with more functional versions that are > better suited to inclusion in libqos than porcelain macros. > > As a stopgap measure before eliminating th

[Qemu-devel] [PATCH v2 12/15] libqos/ahci: Functional register helpers

2015-01-19 Thread John Snow
Introduce a set of "static inline" register helpers that are intended to replace the current set of macros with more functional versions that are better suited to inclusion in libqos than porcelain macros. As a stopgap measure before eliminating the porcelain macros, define them to use the new fun