mbox

[PULL,0/1] register-api queue

Message ID 20200527182617.1979018-1-alistair.francis@wdc.com
State New
Headers show

Pull-request

git@github.com:alistair23/qemu.git tags/pull-register-api-20200527

Message

Alistair Francis May 27, 2020, 6:26 p.m. UTC
The following changes since commit 06539ebc76b8625587aa78d646a9d8d5fddf84f3:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-20200526' into staging (2020-05-26 20:25:06 +0100)

are available in the Git repository at:

  git@github.com:alistair23/qemu.git tags/pull-register-api-20200527

for you to fetch changes up to 5932a46c8a419db4a6402ac8ae42953b4d4fef1e:

  hw/registerfields: Prefix local variables with underscore in macros (2020-05-27 11:23:07 -0700)

----------------------------------------------------------------
A single patch to avoid clashes with the regiser field macros.

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      hw/registerfields: Prefix local variables with underscore in macros

 include/hw/registerfields.h | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Comments

Peter Maydell May 28, 2020, 3:17 p.m. UTC | #1
On Wed, 27 May 2020 at 19:35, Alistair Francis <alistair.francis@wdc.com> wrote:
>
> The following changes since commit 06539ebc76b8625587aa78d646a9d8d5fddf84f3:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-20200526' into staging (2020-05-26 20:25:06 +0100)
>
> are available in the Git repository at:
>
>   git@github.com:alistair23/qemu.git tags/pull-register-api-20200527
>
> for you to fetch changes up to 5932a46c8a419db4a6402ac8ae42953b4d4fef1e:
>
>   hw/registerfields: Prefix local variables with underscore in macros (2020-05-27 11:23:07 -0700)
>
> ----------------------------------------------------------------
> A single patch to avoid clashes with the regiser field macros.
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (1):
>       hw/registerfields: Prefix local variables with underscore in macros


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM