qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <1553351197-14581-3-git-send-email-cafer.abdi@gmail.com>]
  • [parent not found: <1553351197-14581-4-git-send-email-cafer.abdi@gmail.com>]
  • [parent not found: <1553351197-14581-5-git-send-email-cafer.abdi@gmail.com>]
  • * Re: [Qemu-trivial] [PATCH V2 0/4] fix usage of bool
           [not found] <1553351197-14581-1-git-send-email-cafer.abdi@gmail.com>
                       ` (3 preceding siblings ...)
           [not found] ` <1553351197-14581-5-git-send-email-cafer.abdi@gmail.com>
    @ 2019-03-26  8:18 ` Stefan Hajnoczi
      2019-09-06 14:36   ` [Qemu-trivial] [Qemu-devel] " Daniel P. Berrangé
      4 siblings, 1 reply; 9+ messages in thread
    From: Stefan Hajnoczi @ 2019-03-26  8:18 UTC (permalink / raw)
      To: Jafar Abdi; +Cc: qemu-devel, jusual, qemu-trivial
    
    [-- Attachment #1: Type: text/plain, Size: 860 bytes --]
    
    On Sat, Mar 23, 2019 at 05:26:33PM +0300, Jafar Abdi wrote:
    > Clean up wrong usage of FALSE and TRUE in places that use "bool" from stdbool.h.
    > 
    > FALSE and TRUE (with capital letters) are the constants defined by glib for
    > being used with the "gboolean" type of glib. But some parts of the code also use
    > TRUE and FALSE for variables that are declared as "bool" (the type from <stdbool.h>).
    
    CCing qemu-trivial
    
    > Jafar Abdi (4):
    >   authz: fix usage of bool in listfile.c
    >   tests/libqos: fix usage of bool in pci-pc.c
    >   tests/libqos: fix usage of bool in pci-spapr.c
    >   hw/tpm: fix usage of bool in tpm-tis.c
    > 
    >  authz/listfile.c         | 2 +-
    >  hw/tpm/tpm_tis.c         | 4 ++--
    >  tests/libqos/pci-pc.c    | 2 +-
    >  tests/libqos/pci-spapr.c | 2 +-
    >  4 files changed, 5 insertions(+), 5 deletions(-)
    > 
    > -- 
    > 2.7.4
    > 
    
    [-- Attachment #2: signature.asc --]
    [-- Type: application/pgp-signature, Size: 455 bytes --]
    
    ^ permalink raw reply	[flat|nested] 9+ messages in thread

  • end of thread, other threads:[~2020-05-08 19:43 UTC | newest]
    
    Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1553351197-14581-1-git-send-email-cafer.abdi@gmail.com>
         [not found] ` <1553351197-14581-2-git-send-email-cafer.abdi@gmail.com>
    2019-03-24 19:37   ` [Qemu-trivial] [Qemu-devel] [PATCH V2 1/4] authz: fix usage of bool in listfile.c Thomas Huth
         [not found] ` <1553351197-14581-3-git-send-email-cafer.abdi@gmail.com>
    2019-03-24 19:39   ` [Qemu-trivial] [Qemu-devel] [PATCH V2 2/4] tests/libqos: fix usage of bool in pci-pc.c Thomas Huth
         [not found] ` <1553351197-14581-4-git-send-email-cafer.abdi@gmail.com>
    2019-03-24 19:40   ` [Qemu-trivial] [Qemu-devel] [PATCH V2 3/4] tests/libqos: fix usage of bool in pci-spapr.c Thomas Huth
         [not found] ` <1553351197-14581-5-git-send-email-cafer.abdi@gmail.com>
    2019-03-24 19:41   ` [Qemu-trivial] [Qemu-devel] [PATCH V2 4/4] hw/tpm: fix usage of bool in tpm-tis.c Thomas Huth
    2019-03-26 13:55     ` Stefan Berger
    2020-05-07 11:52       ` Daniel P. Berrangé
    2020-05-08 19:42         ` Stefan Berger
    2019-03-26  8:18 ` [Qemu-trivial] [PATCH V2 0/4] fix usage of bool Stefan Hajnoczi
    2019-09-06 14:36   ` [Qemu-trivial] [Qemu-devel] " Daniel P. Berrangé
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).