qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3718c7: acpi.h: make it self contained


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3718c7: acpi.h: make it self contained
Date: Mon, 15 Apr 2013 10:00:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3718c7f0914c39d048a00f609baa4f47f7fc727f
      
https://github.com/qemu/qemu/commit/3718c7f0914c39d048a00f609baa4f47f7fc727f
  Author: Michael S. Tsirkin <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M include/hw/acpi/acpi.h

  Log Message:
  -----------
  acpi.h: make it self contained

Headers shouldn't assume another header is included,
pull in everything necessary.

Signed-off-by: Michael S. Tsirkin <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 9fd02979d7f0fc58519f0119120797cba2a9fe70
      
https://github.com/qemu/qemu/commit/9fd02979d7f0fc58519f0119120797cba2a9fe70
  Author: Sander Eikelenboom <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Update Makefile to actually install the new efi-enabled nic roms that are 
used by default.

Commit c45e5b5b30ac1f5505725a7b36e68cedfce4f01f made a switch use the 
efi-enabled nic roms by default.
This patch updates the Makefile to install the roms so they can actually be 
used.

Signed-off-by: Sander Eikelenboom <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: f574fa8b0700bd5a3a400dbdc3bd514eaf53e005
      
https://github.com/qemu/qemu/commit/f574fa8b0700bd5a3a400dbdc3bd514eaf53e005
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M include/hw/virtio/virtio-balloon.h
    M include/hw/virtio/virtio-blk.h
    M include/hw/virtio/virtio-scsi.h

  Log Message:
  -----------
  virtio: fix broken aliases.

This fix the broken aliases, by renaming the devices.

So: * virtio-blk => virtio-blk-device.
    * virtio-balloon => virtio-balloon-device.
    * virtio-scsi => virtio-scsi-device.

All virtio-*-pci, virtio-*-s390, virtio-*-ccw didn't change.

Signed-off-by: KONRAD Frederic <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 2cd2b016a145c57204ab629d2876b7e0a931ab12
      
https://github.com/qemu/qemu/commit/2cd2b016a145c57204ab629d2876b7e0a931ab12
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M hw/char/virtio-serial-bus.c
    M hw/s390x/s390-virtio-bus.c
    M hw/s390x/virtio-ccw.c
    M hw/virtio/virtio-pci.c
    M include/hw/virtio/virtio-serial.h

  Log Message:
  -----------
  virtio-serial: add the virtio-serial device.

Create virtio-serial which extends virtio-device, so it can be connected
on virtio-bus.

Signed-off-by: KONRAD Frederic <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Tested-by: Cornelia Huck <address@hidden>
Acked-by: Amit Shah <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: f7f7464afdb9f6f792de080ca4b3c520168513ad
      
https://github.com/qemu/qemu/commit/f7f7464afdb9f6f792de080ca4b3c520168513ad
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M hw/virtio/virtio-pci.c
    M hw/virtio/virtio-pci.h

  Log Message:
  -----------
  virtio-serial-pci: switch to the new API.

Here the virtio-serial-pci is modified for the new API. The device
virtio-serial-pci extends virtio-pci. It creates and connects a
virtio-serial during the init. The properties are not changed.

Signed-off-by: KONRAD Frederic <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Tested-by: Cornelia Huck <address@hidden>
Acked-by: Amit Shah <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 55169140020c431bae446280858bd25e1e54f366
      
https://github.com/qemu/qemu/commit/55169140020c431bae446280858bd25e1e54f366
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M hw/s390x/s390-virtio-bus.c
    M hw/s390x/s390-virtio-bus.h

  Log Message:
  -----------
  virtio-serial-s390: switch to the new API.

Here the virtio-serial-s390 is modified for the new API. The device
virtio-serial-s390 extends virtio-s390-device as before. It creates and
connects a virtio-serial during the init. The properties are not
modified.

Signed-off-by: KONRAD Frederic <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Tested-by: Cornelia Huck <address@hidden>
Acked-by: Amit Shah <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 6acf69cd4fcc089f6c2415912431c04e096b5d5e
      
https://github.com/qemu/qemu/commit/6acf69cd4fcc089f6c2415912431c04e096b5d5e
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M hw/s390x/virtio-ccw.c
    M hw/s390x/virtio-ccw.h

  Log Message:
  -----------
  virtio-serial-ccw: switch to the new API.

Here the virtio-serial-ccw is modified for the new API. The device
virtio-serial-ccw extends virtio-ccw-device as before. It creates and
connects a virtio-serial during the init. The properties are not modified.

Signed-off-by: KONRAD Frederic <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Tested-by: Cornelia Huck <address@hidden>
Acked-by: Amit Shah <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 34b95b2c647e6e66adcf877d06ea8b7911d31e80
      
https://github.com/qemu/qemu/commit/34b95b2c647e6e66adcf877d06ea8b7911d31e80
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

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

  Log Message:
  -----------
  virtio-serial: cleanup: init and exit functions.

This remove old init and exit function as they are no longer needed.

Signed-off-by: KONRAD Frederic <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Tested-by: Cornelia Huck <address@hidden>
Acked-by: Amit Shah <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 76017fd2ea9bbd24850deb0bf665ef65c920d7f3
      
https://github.com/qemu/qemu/commit/76017fd2ea9bbd24850deb0bf665ef65c920d7f3
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

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

  Log Message:
  -----------
  virtio-serial: cleanup: use QOM casts.

As the virtio-serial-pci and virtio-serial-s390 are switched to the new
API, we can use QOM casts.

Signed-off-by: KONRAD Frederic <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Tested-by: Cornelia Huck <address@hidden>
Acked-by: Amit Shah <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: d5990ff46759d918309dc10409a7d7ee83467642
      
https://github.com/qemu/qemu/commit/d5990ff46759d918309dc10409a7d7ee83467642
  Author: KONRAD Frederic <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

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

  Log Message:
  -----------
  virtio-serial: cleanup: remove qdev field.

The qdev field is no longer needed, just drop it.

Signed-off-by: KONRAD Frederic <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Tested-by: Cornelia Huck <address@hidden>
Acked-by: Amit Shah <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 0ca5aa4f4c4a8bcc73988dd52a536241d35e5223
      
https://github.com/qemu/qemu/commit/0ca5aa4f4c4a8bcc73988dd52a536241d35e5223
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M qemu-char.c

  Log Message:
  -----------
  qemu-char: another io_add_watch_poll fix

After attaching the source, we have to remove the reference we hold
to it, because we do not hold anymore a pointer to the source.

If we do not do this, removing the source will not finalize it and
will not drop the "real" I/O watch source.

This showed up when backporting the new flow control patches to older
versions of QEMU that still used select.  The whole select then failed
with EBADF (poll instead will reporting POLLNVAL on a single pollfd)
and QEMU froze.

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


Compare: https://github.com/qemu/qemu/compare/b1ca31d7ce64...0ca5aa4f4c4a

reply via email to

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