All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] pc, virtio, misc bugfixes
@ 2014-10-22  7:26 Michael S. Tsirkin
  2014-10-22  7:26 ` [Qemu-devel] [PULL 1/7] smbios: Fix assertion on socket count calculation Michael S. Tsirkin
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Michael S. Tsirkin @ 2014-10-22  7:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Anthony Liguori

The following changes since commit 5f77ef69a195098baddfdc6d189f1b4a94587378:

  glib: add compatibility interface for g_strcmp0() (2014-10-16 23:02:31 +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 9cecb7e848311a95d4d0efd178bb7a9a8d95f730:

  virtio-pci: fix migration for pci bus master (2014-10-22 10:03:37 +0300)

----------------------------------------------------------------
pc, virtio, misc bugfixes

A bunch of minor bugfixes all over the place.

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

----------------------------------------------------------------
Eduardo Habkost (1):
      smbios: Fix assertion on socket count calculation

Gal Hammer (1):
      i386: Add an ACPI_EXTRACT_NAME_BUFFER16 directive.

Gonglei (1):
      pcie: change confused comment clearer

Jan Kiszka (1):
      pc: Fix disabling of vapic for compat PC models

Laszlo Ersek (2):
      well-defined listing order for machine types
      i386/pc: add piix and q35 machtypes to sorting families for -M \?

Michael S. Tsirkin (1):
      virtio-pci: fix migration for pci bus master

 hw/virtio/virtio-pci.h  |  5 +++++
 include/hw/boards.h     |  2 ++
 include/hw/compat.h     | 23 +++++++++++++++++++++++
 include/hw/i386/pc.h    | 18 ++----------------
 hw/i386/pc.c            |  1 +
 hw/i386/pc_piix.c       |  5 +++--
 hw/i386/pc_q35.c        |  3 ++-
 hw/i386/smbios.c        |  2 +-
 hw/pci/pcie.c           |  2 +-
 hw/ppc/spapr.c          |  7 +++++++
 hw/virtio/virtio-pci.c  | 29 +++++++++++------------------
 vl.c                    | 38 +++++++++++++++++++++++++++++++++++++-
 scripts/acpi_extract.py | 23 ++++++++++++++---------
 13 files changed, 109 insertions(+), 49 deletions(-)
 create mode 100644 include/hw/compat.h

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

end of thread, other threads:[~2014-10-22  8:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22  7:26 [Qemu-devel] [PULL 0/7] pc, virtio, misc bugfixes Michael S. Tsirkin
2014-10-22  7:26 ` [Qemu-devel] [PULL 1/7] smbios: Fix assertion on socket count calculation Michael S. Tsirkin
2014-10-22  7:26 ` [Qemu-devel] [PULL 2/7] well-defined listing order for machine types Michael S. Tsirkin
2014-10-22  7:39   ` Marcel Apfelbaum
2014-10-22  8:03     ` Michael S. Tsirkin
2014-10-22  7:26 ` [Qemu-devel] [PULL 3/7] i386/pc: add piix and q35 machtypes to sorting families for -M \? Michael S. Tsirkin
2014-10-22  7:26 ` [Qemu-devel] [PULL 4/7] pc: Fix disabling of vapic for compat PC models Michael S. Tsirkin
2014-10-22  7:26 ` [Qemu-devel] [PULL 5/7] i386: Add an ACPI_EXTRACT_NAME_BUFFER16 directive Michael S. Tsirkin
2014-10-22  7:26 ` [Qemu-devel] [PULL 6/7] pcie: change confused comment clearer Michael S. Tsirkin
2014-10-22  7:26 ` [Qemu-devel] [PULL 7/7] virtio-pci: fix migration for pci bus master Michael S. Tsirkin

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.