Skip to content

Commits

Permalink
object
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 1, 2018

  1. xtensa: add IS_XTENSA_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    d6ee492 View commit details
    Browse the repository at this point in the history
  2. unicore32: add IS_UNICORE32_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    e1a2820 View commit details
    Browse the repository at this point in the history
  3. tricore: add IS_TRICORE_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    3c088e0 View commit details
    Browse the repository at this point in the history
  4. riscv: add IS_RISCV_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    c69a180 View commit details
    Browse the repository at this point in the history
  5. openrisc: add IS_OPENRISC_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    bc63f80 View commit details
    Browse the repository at this point in the history
  6. moxie: add IS_MOXIE_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    b8305a3 View commit details
    Browse the repository at this point in the history
  7. m68k: add IS_M68K_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    c9d917e View commit details
    Browse the repository at this point in the history
  8. lm32: add IS_LM32_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    6d4620f View commit details
    Browse the repository at this point in the history
  9. cris: add IS_CRIS_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    039031e View commit details
    Browse the repository at this point in the history
  10. arm: add IS_AARCH64_CPU

    And fix AARCH64_CPU_GET_CLASS macro typo.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    a3bb83a View commit details
    Browse the repository at this point in the history
  11. arm: add IS_ARM_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    5881fa3 View commit details
    Browse the repository at this point in the history
  12. alpha: add IS_ALPHA_CPU_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    01afe22 View commit details
    Browse the repository at this point in the history
  13. ppc: add IS_SPAPR_MACHINE

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    6b695cd View commit details
    Browse the repository at this point in the history
  14. pc: add IS_PC_MACHINE

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    bdda157 View commit details
    Browse the repository at this point in the history
  15. tpm: add IS_TPM_BACKEND_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    0c0d884 View commit details
    Browse the repository at this point in the history
  16. object: add IS_USER_CREATABLE

    And fix some indentation.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    1dd6eaf View commit details
    Browse the repository at this point in the history
  17. object: add IS_OBJECT_CLASS

    At first, I thought the dynamic cast was unnecessary. But even if
    object_class_by_name() returns an ObjectClass pointer, the returned
    type may be an interface class... The cast check is thus necessary.
    Add IS_OBJECT_CLASS() helper.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    8f511f1 View commit details
    Browse the repository at this point in the history
  18. qio: add IS_QIO_CHANNEL_TLS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    4a5b029 View commit details
    Browse the repository at this point in the history
  19. vfio: add TYPE_VFIO_PCI_IGD_LPC_BRIDGE macros

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    fd65c88 View commit details
    Browse the repository at this point in the history
  20. s390: add IS_S390_PCI_DEVICE

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    2b108ce View commit details
    Browse the repository at this point in the history
  21. pci: add IS_PCI_BRIDGE

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    455a9bb View commit details
    Browse the repository at this point in the history
  22. chardev: add IS_CHARDEV_CLASS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    bbbd914 View commit details
    Browse the repository at this point in the history
  23. hostmem: add IS_MEMORY_BACKEND_RAM

    For some reason, PVRDMA requires RAM hostmem backend. Add type-related
    macros to common hostmem.h header.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    d496e23 View commit details
    Browse the repository at this point in the history
  24. pci/ppc: generalize setting 'big-endian-framebuffer' to any pci-vga

    Move pci-vga type macros in pci header.
    And remove the specific dynamic casts from ppc code, in favor of a
    more generic approach.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    949de31 View commit details
    Browse the repository at this point in the history
  25. vfio: add IS_VFIO_PCI

    Declare the type macro TYPE_VFIO_PCI, instead of hardcoding
    strings. Add IS_VFIO_PCI helper macro & simplify related conditions,
    no need to check for NULL.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    1dd18e4 View commit details
    Browse the repository at this point in the history
  26. ppc: IS_SPAPR_DRC_LOGICAL/PHYSICAL

    And simplify the related condition, no need to check for NULL.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    5351c08 View commit details
    Browse the repository at this point in the history
  27. ppc: add IS_SPAPR_CPU_CORE

    And fix some wrong indentiation.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    38aee3b View commit details
    Browse the repository at this point in the history
  28. ppc: add IS_ICS_KVM

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    3749415 View commit details
    Browse the repository at this point in the history
  29. ppc: add IS_PNV_XSCOM_INTERFACE

    Fix some indentation on the way.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    0bfd5d5 View commit details
    Browse the repository at this point in the history
  30. ipmi: add IS_ISA_IPMI_BT

    Move the type macro to the common IPMI header.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    f097dc5 View commit details
    Browse the repository at this point in the history
  31. serial: add IS_ISA_SERIAL

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    8943c02 View commit details
    Browse the repository at this point in the history
  32. ppc: add IS_MC146818_RTC

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    e50bcd0 View commit details
    Browse the repository at this point in the history
  33. e500: add IS_ETSEC_COMMON

    And fix wrong indentation.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    819985a View commit details
    Browse the repository at this point in the history
  34. pci: add IS_PCIE_BUS

    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    bc23c81 View commit details
    Browse the repository at this point in the history
  35. memory-device: add IS_MEMORY_DEVICE

    And fix wrong indentation.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
    elmarco committed Oct 1, 2018
    Copy the full SHA
    e28cc05 View commit details
    Browse the repository at this point in the history
Older