mbox

[PULL,0/1] Authz next patches

Message ID 20190321115330.6398-1-berrange@redhat.com
State New
Headers show

Pull-request

https://github.com/berrange/qemu tags/authz-next-pull-request

Message

Daniel P. Berrangé March 21, 2019, 11:53 a.m. UTC
The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:

  Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/authz-next-pull-request

for you to fetch changes up to 063603d43ec428c1acc63c4e1f8593a7b6d164f1:

  authz: Use OBJECT_CHECK() on objects (2019-03-21 11:52:37 +0000)

----------------------------------------------------------------
Fix object interface check macro usage

----------------------------------------------------------------

Philippe Mathieu-Daudé (1):
  authz: Use OBJECT_CHECK() on objects

 include/authz/base.h     | 4 ++--
 include/authz/list.h     | 4 ++--
 include/authz/listfile.h | 4 ++--
 include/authz/pamacct.h  | 4 ++--
 include/authz/simple.h   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

Comments

Peter Maydell March 21, 2019, 1:54 p.m. UTC | #1
On Thu, 21 Mar 2019 at 12:11, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 62a172e6a77d9072bb1a18f295ce0fcf4b90a4f2:
>
>   Update version for v4.0.0-rc0 release (2019-03-19 17:17:22 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/authz-next-pull-request
>
> for you to fetch changes up to 063603d43ec428c1acc63c4e1f8593a7b6d164f1:
>
>   authz: Use OBJECT_CHECK() on objects (2019-03-21 11:52:37 +0000)
>
> ----------------------------------------------------------------
> Fix object interface check macro usage
>
Applied, thanks.

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

-- PMM