qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/23] vhost, virtio, pci, pc


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 00/23] vhost, virtio, pci, pc
Date: Wed, 24 Feb 2016 22:35:04 +0200

The following changes since commit 8eb779e4223a18db9838a49ece1bc72cfdfb7761:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging 
(2016-02-22 16:55:41 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to fe4814133cefdb9b5b9777dd11aa8577e7376052:

  q35: No need to check gigabyte_align (2016-02-24 21:51:14 +0200)

----------------------------------------------------------------
vhost, virtio, pci, pc

Fixes all over the place.
virtio dataplane migration support.
Old q35 machine types removed.

Signed-off-by: Michael S. Tsirkin <address@hidden>

----------------------------------------------------------------
Cao jin (2):
      pci core: function pci_host_bus_register() cleanup
      pci core: function pci_bus_init() cleanup

Eduardo Habkost (5):
      q35: Remove old machine versions
      machine: Remove no_tco field
      ich9: Remove enable_tco arguments from init functions
      q35: Remove unused q35-acpi-dsdt.aml file
      q35: No need to check gigabyte_align

Michael S. Tsirkin (3):
      bios-linker-loader: document+validate input
      vhost-user: don't merge regions with different fds
      tests/vhost-user-bridge: fix build on 32 bit systems

Paolo Bonzini (8):
      block-migration: acquire AioContext as necessary
      vring: make vring_enable_notification return void
      virtio: add AioContext-specific function for host notifiers
      virtio: export vring_notify as virtio_should_notify
      virtio-blk: fix "disabled data plane" mode
      virtio-blk: do not use vring in dataplane
      virtio-scsi: do not use vring in dataplane
      vring: remove

Vladimir Sementsov-Ogievskiy (5):
      move get_current_ram_size to virtio-balloon.c
      pc-dimm: rename pc_dimm_built_list()
      pc-dimm: add pc_dimm_build_list()
      virtio-balloon: rewrite get_current_ram_size()
      balloon: Use only 'pc-dimm' type dimm for ballooning

 Makefile                                      |   2 +-
 hw/block/dataplane/virtio-blk.h               |   1 +
 include/exec/cpu-common.h                     |   1 -
 include/hw/acpi/bios-linker-loader.h          |   2 +-
 include/hw/acpi/ich9.h                        |   1 -
 include/hw/boards.h                           |   1 -
 include/hw/i386/ich9.h                        |   2 +-
 include/hw/mem/pc-dimm.h                      |   3 +
 include/hw/virtio/dataplane/vring-accessors.h |  75 ----
 include/hw/virtio/dataplane/vring.h           |  51 ---
 include/hw/virtio/vhost-backend.h             |   4 +
 include/hw/virtio/virtio-blk.h                |   4 +-
 include/hw/virtio/virtio-scsi.h               |  21 +-
 include/hw/virtio/virtio.h                    |   3 +
 hw/acpi/aml-build.c                           |   2 +-
 hw/acpi/bios-linker-loader.c                  |  91 ++++-
 hw/acpi/ich9.c                                |   8 +-
 hw/arm/virt-acpi-build.c                      |   3 +-
 hw/block/dataplane/virtio-blk.c               | 130 +-----
 hw/block/virtio-blk.c                         |  51 +--
 hw/i386/acpi-build.c                          |   3 +-
 hw/i386/pc_q35.c                              | 176 +--------
 hw/isa/lpc_ich9.c                             |   4 +-
 hw/mem/pc-dimm.c                              |  47 +--
 hw/pci/pci.c                                  |  13 +-
 hw/scsi/virtio-scsi-dataplane.c               | 196 ++-------
 hw/scsi/virtio-scsi.c                         |  52 +--
 hw/virtio/dataplane/vring.c                   | 549 --------------------------
 hw/virtio/vhost-user.c                        |  20 +
 hw/virtio/vhost.c                             |   7 +
 hw/virtio/virtio-balloon.c                    |  18 +
 hw/virtio/virtio.c                            |  20 +-
 migration/block.c                             |  65 ++-
 stubs/qmp_pc_dimm_device_list.c               |  13 -
 tests/vhost-user-bridge.c                     |  14 +-
 hw/virtio/Makefile.objs                       |   1 -
 hw/virtio/dataplane/Makefile.objs             |   1 -
 pc-bios/q35-acpi-dsdt.aml                     | Bin 7344 -> 0 bytes
 stubs/Makefile.objs                           |   2 +-
 trace-events                                  |   3 -
 40 files changed, 321 insertions(+), 1339 deletions(-)
 delete mode 100644 include/hw/virtio/dataplane/vring-accessors.h
 delete mode 100644 include/hw/virtio/dataplane/vring.h
 delete mode 100644 hw/virtio/dataplane/vring.c
 delete mode 100644 stubs/qmp_pc_dimm_device_list.c
 delete mode 100644 hw/virtio/dataplane/Makefile.objs
 delete mode 100644 pc-bios/q35-acpi-dsdt.aml




reply via email to

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