mbox series

[PULL,00/10] machine + QOM queue, 2020-10-14

Message ID 20201014143415.240472-1-ehabkost@redhat.com
Headers show
Series machine + QOM queue, 2020-10-14 | expand

Message

Eduardo Habkost Oct. 14, 2020, 2:34 p.m. UTC
The following changes since commit 96292515c07e3a99f5a29540ed2f257b1ff75111:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging (2020-10-13 14:06:22 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/machine-next-pull-request

for you to fetch changes up to d9753cca6b0db724bc6d15e60cfad1705f800b96:

  can-host-socketcan: Fix crash when 'if' option is not set (2020-10-13 15:56:30 -0400)

----------------------------------------------------------------
machine + QOM queue, 2020-10-14

* Register some properties as class properties (Eduardo Habkost)
* authz-list-file: Fix crash when filename is not set (Eduardo Habkost)
* can-host-socketcan: Fix crash when 'if' option is not set (Eduardo Habkost)

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

Eduardo Habkost (10):
  rng-egd: Register "chardev" as class property
  rng-random: register "filename" as class property
  rng: Register "opened" as class property
  input-linux: Register properties as class properties
  input-barrier: Register properties as class properties
  i386: Register most CPU properties as class properties
  vga-pci: Register "big-endian-framebuffer" as class property
  vhost-user: Register "chardev" as class property
  authz-list-file: Fix crash when filename is not set
  can-host-socketcan: Fix crash when 'if' option is not set

 authz/listfile.c        |  5 ++++
 backends/rng-egd.c      |  9 ++----
 backends/rng-random.c   |  8 ++---
 backends/rng.c          |  8 ++---
 backends/vhost-user.c   |  6 ++--
 hw/display/vga-pci.c    | 12 +++-----
 net/can/can_socketcan.c |  5 ++++
 target/i386/cpu.c       | 66 +++++++++++++++++++++--------------------
 ui/input-barrier.c      | 44 +++++++++++++--------------
 ui/input-linux.c        | 27 +++++++++--------
 10 files changed, 97 insertions(+), 93 deletions(-)

-- 
2.28.0

Comments

Peter Maydell Oct. 15, 2020, 7:30 p.m. UTC | #1
On Wed, 14 Oct 2020 at 15:34, Eduardo Habkost <ehabkost@redhat.com> wrote:
>

> The following changes since commit 96292515c07e3a99f5a29540ed2f257b1ff75111:

>

>   Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging (2020-10-13 14:06:22 +0100)

>

> are available in the Git repository at:

>

>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request

>

> for you to fetch changes up to d9753cca6b0db724bc6d15e60cfad1705f800b96:

>

>   can-host-socketcan: Fix crash when 'if' option is not set (2020-10-13 15:56:30 -0400)

>

> ----------------------------------------------------------------

> machine + QOM queue, 2020-10-14

>

> * Register some properties as class properties (Eduardo Habkost)

> * authz-list-file: Fix crash when filename is not set (Eduardo Habkost)

> * can-host-socketcan: Fix crash when 'if' option is not set (Eduardo Habkost)

>

> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM