qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 0aca03: qdev: Document qdev_prop_set_drive_er


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 0aca03: qdev: Document qdev_prop_set_drive_err() return value
Date: Sat, 22 Aug 2020 12:00:29 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0aca03a3f182ca460a4ffa60239e8addb0f3d493
      
https://github.com/qemu/qemu/commit/0aca03a3f182ca460a4ffa60239e8addb0f3d493
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M include/hw/qdev-properties.h

  Log Message:
  -----------
  qdev: Document qdev_prop_set_drive_err() return value

Since commit 73ac1aac39 qdev_prop_set_drive_err() returns
a boolean value. Document it.

Fixes: 73ac1aac39 "Make functions taking Error ** return bool, not void"
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200720121659.31886-1-f4bug@amsat.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>


  Commit: c556600598afc6e90ae52a2e9ce910b8842244c5
      
https://github.com/qemu/qemu/commit/c556600598afc6e90ae52a2e9ce910b8842244c5
  Author: Michal Privoznik <mprivozn@redhat.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M hw/core/machine-qmp-cmds.c
    M qapi/machine.json

  Log Message:
  -----------
  qmp: Expose MachineClass::default_ram_id

If a management application (like Libvirt) want's to preserve
migration ability and switch to '-machine memory-backend' it
needs to set exactly the same RAM id as QEMU would. Since the id
is machine type dependant, expose it under 'query-machines'
result. Some machine types don't have the attribute set (riscv
family for example), therefore the QMP attribute must be
optional.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Message-Id: 
<9384422f63fe594a54d801f9cb4539b1d2ce9b67.1590481402.git.mprivozn@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
[ehabkost: updated doc to "since 5.2"]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>


  Commit: 3ff3c5d31740484b0e19007843094483fb393e80
      
https://github.com/qemu/qemu/commit/3ff3c5d31740484b0e19007843094483fb393e80
  Author: Cornelia Huck <cohuck@redhat.com>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M hw/arm/virt.c
    M hw/core/machine.c
    M hw/i386/pc.c
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    M hw/ppc/spapr.c
    M hw/s390x/s390-virtio-ccw.c
    M include/hw/boards.h
    M include/hw/i386/pc.h

  Log Message:
  -----------
  hw: add compat machines for 5.2

Add 5.2 machine types for arm/i440fx/q35/s390x/spapr.

Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200819144016.281156-1-cohuck@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>


  Commit: ca489cd037e4d50dc6c40570a167504ad7e5a521
      
https://github.com/qemu/qemu/commit/ca489cd037e4d50dc6c40570a167504ad7e5a521
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-08-22 (Sat, 22 Aug 2020)

  Changed paths:
    M hw/arm/virt.c
    M hw/core/machine-qmp-cmds.c
    M hw/core/machine.c
    M hw/i386/pc.c
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    M hw/ppc/spapr.c
    M hw/s390x/s390-virtio-ccw.c
    M include/hw/boards.h
    M include/hw/i386/pc.h
    M include/hw/qdev-properties.h
    M qapi/machine.json

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

Machine queue 2020-08-19

Regular post-release changes:
* hw: add compat machines for 5.2 (Cornelia Huck)

Features:
* qmp: Expose MachineClass::default_ram_id
  (Michal Privoznik)

Cleanups:
* qdev: Document qdev_prop_set_drive_err() return value
  (Philippe Mathieu-Daudé)

# gpg: Signature made Wed 19 Aug 2020 16:21:55 BST
# gpg:                using RSA key 5A322FD5ABC4D3DBACCFD1AA2807936F984DC5A6
# gpg:                issuer "ehabkost@redhat.com"
# gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full]
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/machine-next-pull-request:
  hw: add compat machines for 5.2
  qmp: Expose MachineClass::default_ram_id
  qdev: Document qdev_prop_set_drive_err() return value

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/e7b4f70e16dd...ca489cd037e4



reply via email to

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