Re: [Qemu-devel] [PATCH 11/14] libqos/ahci: Functional register helpers

2015-01-19 Thread John Snow
On 01/19/2015 12:09 PM, Paolo Bonzini wrote: On 13/01/2015 04:34, 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

Re: [Qemu-devel] [PATCH 11/14] libqos/ahci: Functional register helpers

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, 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 11/14] libqos/ahci: Functional register helpers

2015-01-12 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