qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 26efac: monitor: don't try to initialize json


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 26efac: monitor: don't try to initialize json parser when ...
Date: Thu, 23 Aug 2012 18:30:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 26efaca377e004b79ff50a6e936d029a0c095b8b
      
https://github.com/qemu/qemu/commit/26efaca377e004b79ff50a6e936d029a0c095b8b
  Author: Anthony Liguori <address@hidden>
  Date:   2012-08-23 (Thu, 23 Aug 2012)

  Changed paths:
    M monitor.c

  Log Message:
  -----------
  monitor: don't try to initialize json parser when monitor is HMP

Reported-by: Michael Roth <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: da5a44e8b0b727681fc33e8d94832d1cae48a788
      
https://github.com/qemu/qemu/commit/da5a44e8b0b727681fc33e8d94832d1cae48a788
  Author: Paolo Bonzini <address@hidden>
  Date:   2012-08-23 (Thu, 23 Aug 2012)

  Changed paths:
    M hw/acpi_piix4.c
    M hw/qdev.c
    M hw/shpc.c
    M hw/xen_platform.c
    M qom/object.c

  Log Message:
  -----------
  qom: object_delete should unparent the object first

object_deinit is only called when the reference count goes to zero,
and yet tries to do an object_unparent.  Now, object_unparent
either does nothing or it will decrease the reference count.
Because we know the reference count is zero, the object_unparent
call in object_deinit is useless.

Instead, we need to disconnect the object from its parent just
before we remove the last reference apart from the parent's.  This
happens in object_delete.  Once we do this, all calls to
object_unparent peppered through QEMU can go away.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 98609cd8fcf755c0ba7049d751353b8b2e243b65
      
https://github.com/qemu/qemu/commit/98609cd8fcf755c0ba7049d751353b8b2e243b65
  Author: Paolo Bonzini <address@hidden>
  Date:   2012-08-23 (Thu, 23 Aug 2012)

  Changed paths:
    M hw/ivshmem.c

  Log Message:
  -----------
  ivshmem: fix memory_region_del_eventfd assertion failure

We do not register ioeventfds unless the IVSHMEM_IOEVENTFD feature
is set.  The same feature must be checked before releasing the eventfds.
Regression introduced by commit 563027c (ivshmem: use EventNotifier and
memory API, 2012-07-05).

Reported-by: Cam Macdonnell <address@hidden>
Tested-by: Cam Macdonnell <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/6fc97fafce05...98609cd8fcf7

reply via email to

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