All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] pc,pci,virtio,qdev fixes, tests
@ 2014-06-05 17:17 Michael S. Tsirkin
  2014-06-05 17:17 ` [Qemu-devel] [PULL 01/10] serial-pci: Set prog interface field of pci config to 16550 compatible Michael S. Tsirkin
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Michael S. Tsirkin @ 2014-06-05 17:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Anthony Liguori

The following changes since commit c5fa6c86d0765f837515d1c10654c621724a77e0:

  Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2014-05-19 14:10:01 +0100)

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 711e2f1e9ecad845e142fdddbbf1e8037bce902b:

  qdev: Add test of qdev_prop_check_global (2014-06-05 19:20:38 +0300)

----------------------------------------------------------------
pc,pci,virtio,qdev fixes, tests

new tests for SMBIOS
SMBIOS fixes
pc, pci fixes
qdev patches stayed on list for a month with no review,
as I told people on KVM forum I'm merging stuch patches
if they look fine.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Andreas Färber (1):
      pcie_host: Turn pcie_host_init() into an instance_init

BALATON Zoltan (1):
      serial-pci: Set prog interface field of pci config to 16550 compatible

Don Slutz (2):
      qdev: Display warning about unused -global
      qdev: Add test of qdev_prop_check_global

Gabriel L. Somlo (5):
      SMBIOS: Fix endian-ness when populating multi-byte fields
      SMBIOS: Update Type 0 struct generator for machines >= 2.1
      SMBIOS: Fix type 17 field sizes
      tests: rename acpi-test to bios-tables-test
      tests: add smbios testing

Ján Tomko (1):
      virtio-balloon: return empty data when no stats are available

 include/hw/i386/pc.h                      |  15 ++++
 include/hw/i386/smbios.h                  |  10 +--
 include/hw/pci/pcie_host.h                |   1 -
 include/hw/qdev-core.h                    |   8 ++
 include/hw/qdev-properties.h              |   1 +
 hw/char/serial-pci.c                      |   7 ++
 hw/core/qdev-properties-system.c          |  16 ++++
 hw/core/qdev-properties.c                 |  18 +++++
 hw/i386/smbios.c                          | 110 ++++++++++++++------------
 hw/pci-host/q35.c                         |   4 -
 hw/pci/pcie_host.c                        |   7 +-
 hw/virtio/virtio-balloon.c                |   7 +-
 tests/{acpi-test.c => bios-tables-test.c} | 126 ++++++++++++++++++++++++++++++
 tests/test-qdev-global-props.c            |   4 +
 vl.c                                      |   2 +
 docs/virtio-balloon-stats.txt             |   5 +-
 qemu-options.hx                           |   4 +-
 tests/Makefile                            |   4 +-
 18 files changed, 273 insertions(+), 76 deletions(-)
 rename tests/{acpi-test.c => bios-tables-test.c} (83%)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-06-09 22:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 17:17 [Qemu-devel] [PULL 00/10] pc,pci,virtio,qdev fixes, tests Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 01/10] serial-pci: Set prog interface field of pci config to 16550 compatible Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 02/10] SMBIOS: Fix endian-ness when populating multi-byte fields Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 03/10] SMBIOS: Update Type 0 struct generator for machines >= 2.1 Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 04/10] SMBIOS: Fix type 17 field sizes Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 05/10] pcie_host: Turn pcie_host_init() into an instance_init Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 06/10] virtio-balloon: return empty data when no stats are available Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 07/10] tests: rename acpi-test to bios-tables-test Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 08/10] tests: add smbios testing Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 09/10] qdev: Display warning about unused -global Michael S. Tsirkin
2014-06-05 17:17 ` [Qemu-devel] [PULL 10/10] qdev: Add test of qdev_prop_check_global Michael S. Tsirkin
2014-06-09 12:19   ` Peter Maydell
2014-06-09 13:10     ` Michael S. Tsirkin
2014-06-09 22:53       ` Eduardo Habkost
2014-06-05 21:40 ` [Qemu-devel] [PULL 00/10] pc,pci,virtio,qdev fixes, tests Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.