qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e912c9: qdev: relax bus type check in qdev_de


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e912c9: qdev: relax bus type check in qdev_device_add() (v...
Date: Fri, 30 Nov 2012 08:00:42 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e912c96f7d2e5ccd8a6352ee74f5beee2a7d9976
      
https://github.com/qemu/qemu/commit/e912c96f7d2e5ccd8a6352ee74f5beee2a7d9976
  Author: Anthony Liguori <address@hidden>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

  Changed paths:
    M hw/qdev-monitor.c

  Log Message:
  -----------
  qdev: relax bus type check in qdev_device_add() (v2)

We are currently checking for an exact type match.  Use QOM dynamic_cast to
check for a compatible type instead.

Cc: Konrad Frederic <address@hidden>
Cc: Peter Maydell <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>
---
v1 -> v2:
 - also add cast to qbus_find_recursive (Peter)
 - simplify by doing object_dynamic_cast instead of messing with classes


  Commit: 044d003db9b6a588be2c9d0ec9de694ba3848551
      
https://github.com/qemu/qemu/commit/044d003db9b6a588be2c9d0ec9de694ba3848551
  Author: Max Filippov <address@hidden>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

  Changed paths:
    M qemu-tech.texi

  Log Message:
  -----------
  qemu-tech.texi: update implemented xtensa features list

Debug option is available since QEMU-1.2; FP coprocessor and
coprocessor context is available since QEMU-1.3.

Signed-off-by: Max Filippov <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: e1f7b4812eab992de46c98b3726745afb042a7f0
      
https://github.com/qemu/qemu/commit/e1f7b4812eab992de46c98b3726745afb042a7f0
  Author: Michael S. Tsirkin <address@hidden>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

  Changed paths:
    M hw/virtio-rng.c
    M hw/virtio-serial-bus.c
    M hw/virtio.c
    M hw/virtio.h

  Log Message:
  -----------
  virtio: limit avail bytes lookahead

Commit 0d8d7690850eb0cf2b2b60933cf47669a6b6f18f introduced
a regression in virtio-net performance because it looks
into the ring aggressively while we really only care
about a single packet worth of buffers.
Reported as bugzilla 1066055 in launchpad.

To fix, add parameters limiting lookahead, and
use in virtqueue_avail_bytes.

Signed-off-by: Michael S. Tsirkin <address@hidden>
Reported-by: Edivaldo de Araujo Pereira <address@hidden>
Tested-by: Edivaldo de Araujo Pereira <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: fe512d65e0b752dfa7af6cfb374a0820d35040d0
      
https://github.com/qemu/qemu/commit/fe512d65e0b752dfa7af6cfb374a0820d35040d0
  Author: Eduardo Otubo <address@hidden>
  Date:   2012-11-30 (Fri, 30 Nov 2012)

  Changed paths:
    M qemu-seccomp.c

  Log Message:
  -----------
  seccomp: adding new syscalls (bugzilla 855162)

According to the bug 855162[0] - there's the need of adding new syscalls
to the whitelist when using Qemu with Libvirt.

[0] - https://bugzilla.redhat.com/show_bug.cgi?id=855162

Reported-by: Paul Moore <address@hidden>
Tested-by: Paul Moore <address@hidden>
Signed-off-by: Eduardo Otubo <address@hidden>
Signed-off-by: Corey Bryant <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: c6e052f0809b56a657b2afcd728e07ffddb28f06
      
https://github.com/qemu/qemu/commit/c6e052f0809b56a657b2afcd728e07ffddb28f06
  Author: Paolo Bonzini <address@hidden>
  Date:   2012-11-30 (Fri, 30 Nov 2012)

  Changed paths:
    M pc-bios/multiboot.bin
    M pc-bios/optionrom/multiboot.S

  Log Message:
  -----------
  multiboot: fix e801 memory map

The e801 memory sizes in the multiboot structures hard-code the available
low memory to 640.  However, the value should not include the size of the
EBDA.  Fill the value in the option ROM, getting the size of low memory
from the BIOS.

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


  Commit: d76aa45bf1f226d2c4e28f6dacbdbbefd51a37ca
      
https://github.com/qemu/qemu/commit/d76aa45bf1f226d2c4e28f6dacbdbbefd51a37ca
  Author: Anthony Liguori <address@hidden>
  Date:   2012-11-30 (Fri, 30 Nov 2012)

  Changed paths:
    M audio/audio_pt_int.c

  Log Message:
  -----------
  Revert "audio/audio_pt_int: Clarify licensing"

This reverts commit 72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.

This patch wasn't submitted to the list and did not get Acked by other
copyright holders in the file.

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


  Commit: 46ee77b357dde619db30d835f73a9001b9c75a03
      
https://github.com/qemu/qemu/commit/46ee77b357dde619db30d835f73a9001b9c75a03
  Author: Anthony Liguori <address@hidden>
  Date:   2012-11-30 (Fri, 30 Nov 2012)

  Changed paths:
    M audio/wavcapture.c

  Log Message:
  -----------
  Revert "audio/wavcapture: Clarify licensing"

This reverts commit 456a84d156a7c42f18b1da176dd6219e2dffd043.

This patch wasn't submitted to the list and did not get Acked by other
copyright holders in the file.

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


Compare: https://github.com/qemu/qemu/compare/e9bff10f8db9...46ee77b357dd

reply via email to

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