qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 9c16fa: Add TEWS TPCI200 IndustryPack emulati


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 9c16fa: Add TEWS TPCI200 IndustryPack emulation
Date: Mon, 14 Jan 2013 12:30:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9c16fa79bfa0f8d7a937ee58fa45f2bd0995fa53
      
https://github.com/qemu/qemu/commit/9c16fa79bfa0f8d7a937ee58fa45f2bd0995fa53
  Author: Alberto Garcia <address@hidden>
  Date:   2013-01-14 (Mon, 14 Jan 2013)

  Changed paths:
    M default-configs/pci.mak
    M hw/Makefile.objs
    A hw/ipack.c
    A hw/ipack.h
    M hw/pci/pci_ids.h
    A hw/tpci200.c

  Log Message:
  -----------
  Add TEWS TPCI200 IndustryPack emulation

The TPCI200 is a PCI board that supports up to 4 IndustryPack modules.

A new bus type called 'IndustryPack' has been created so any
compatible module can be attached to this board.

Reviewed-by: Andreas Färber <address@hidden>
Signed-off-by: Alberto Garcia <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: be657dea4bec90031cc66a111a772299bfca7fa5
      
https://github.com/qemu/qemu/commit/be657dea4bec90031cc66a111a772299bfca7fa5
  Author: Alberto Garcia <address@hidden>
  Date:   2013-01-14 (Mon, 14 Jan 2013)

  Changed paths:
    M hw/Makefile.objs
    A hw/ipoctal232.c

  Log Message:
  -----------
  Add GE IP-Octal 232 IndustryPack emulation

The GE IP-Octal 232 is an IndustryPack module that implements eight
RS-232 serial ports, each one of which can be redirected to a
character device in the host.

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


  Commit: 53510bfc1256711365cd2a841649f3ad5a79790f
      
https://github.com/qemu/qemu/commit/53510bfc1256711365cd2a841649f3ad5a79790f
  Author: Michael Roth <address@hidden>
  Date:   2013-01-14 (Mon, 14 Jan 2013)

  Changed paths:
    M hw/virtio-pci.c

  Log Message:
  -----------
  virtio-pci: build for uninitialized return value in vq_vector_unmask

Fixes the following:

/home/mdroth/w/qemu2.git/hw/virtio-pci.c: In function
‘kvm_virtio_pci_vector_unmask’:
/home/mdroth/w/qemu2.git/hw/virtio-pci.c:673:12: error: ‘ret’ may be
used uninitialized in this function [-Werror=uninitialized]
cc1: all warnings being treated as errors
make: *** [hw/virtio-pci.o] Error 1
make: *** Waiting for unfinished jobs....

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


  Commit: b8bec49cccbf8e34558371df60e7e64419c4fde9
      
https://github.com/qemu/qemu/commit/b8bec49cccbf8e34558371df60e7e64419c4fde9
  Author: Michael Roth <address@hidden>
  Date:   2013-01-14 (Mon, 14 Jan 2013)

  Changed paths:
    M hw/dataplane/virtio-blk.c

  Log Message:
  -----------
  dataplane: fix build breakage on set_guest_notifiers()

virtio_pci_set_guest_notifiers() now takes an additional argument to
specify the number of virtqueues to assign a guest notifier for. This
causes a build breakage for CONFIG_VIRTIO_BLK_DATA_PLANE builds:

/home/mdroth/w/qemu2.git/hw/dataplane/virtio-blk.c: In function
‘virtio_blk_data_plane_start’:
/home/mdroth/w/qemu2.git/hw/dataplane/virtio-blk.c:451:47: error: too
few arguments to function ‘s->vdev->binding->set_guest_notifiers’
/home/mdroth/w/qemu2.git/hw/dataplane/virtio-blk.c: In function
‘virtio_blk_data_plane_stop’:
/home/mdroth/w/qemu2.git/hw/dataplane/virtio-blk.c:511:5: error: too few
arguments to function ‘s->vdev->binding->set_guest_notifiers’
make[1]: *** [hw/dataplane/virtio-blk.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [subdir-x86_64-softmmu] Error 2

Fix this by passing 1 as the number of virtqueues to assign notifiers
for.

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


Compare: https://github.com/qemu/qemu/compare/a507db959959...b8bec49cccbf

reply via email to

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