qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 063603: authz: Use OBJECT_CHECK() on objects


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 063603: authz: Use OBJECT_CHECK() on objects
Date: Thu, 21 Mar 2019 06:54:15 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 063603d43ec428c1acc63c4e1f8593a7b6d164f1
      
https://github.com/qemu/qemu/commit/063603d43ec428c1acc63c4e1f8593a7b6d164f1
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  Changed paths:
    M include/authz/base.h
    M include/authz/list.h
    M include/authz/listfile.h
    M include/authz/pamacct.h
    M include/authz/simple.h

  Log Message:
  -----------
  authz: Use OBJECT_CHECK() on objects

TYPE_QAUTHZ is an abstract object of type TYPE_OBJECT. All other
are children of TYPE_QAUTHZ, thus also objects.

Keep INTERFACE_CHECK() for interfaces, and use OBJECT_CHECK() on
objects.

Reported-by: Markus Armbruster <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Daniel P. Berrangé <address@hidden>


  Commit: c692931cda9dc6cbc16b89d5094a725a10dbb641
      
https://github.com/qemu/qemu/commit/c692931cda9dc6cbc16b89d5094a725a10dbb641
  Author: Peter Maydell <address@hidden>
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  Changed paths:
    M include/authz/base.h
    M include/authz/list.h
    M include/authz/listfile.h
    M include/authz/pamacct.h
    M include/authz/simple.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/berrange/tags/authz-next-pull-request' 
into staging

Fix object interface check macro usage

# gpg: Signature made Thu 21 Mar 2019 11:53:15 GMT
# gpg:                using RSA key BE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <address@hidden>" [full]
# gpg:                 aka "Daniel P. Berrange <address@hidden>" [full]
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF

* remotes/berrange/tags/authz-next-pull-request:
  authz: Use OBJECT_CHECK() on objects

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/9b198f935a7a...c692931cda9d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]