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

Eduardo Habkost posted 10 patches 3 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201014143415.240472-1-ehabkost@redhat.com
Test checkpatch passed
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Vikram Garhwal <fnu.vikram@xilinx.com>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Richard Henderson <rth@twiddle.net>, Eduardo Habkost <ehabkost@redhat.com>, Jason Wang <jasowang@redhat.com>
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(-)
[PULL 00/10] machine + QOM queue, 2020-10-14
Posted by Eduardo Habkost 3 years, 7 months ago
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



Re: [PULL 00/10] machine + QOM queue, 2020-10-14
Posted by Peter Maydell 3 years, 7 months ago
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