qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 00/23] libqos: use standard virtio headers


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH v2 00/23] libqos: use standard virtio headers
Date: Mon, 9 May 2016 13:07:44 +0100

v2:
 * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc]

This patch series eliminates code duplication in libqos virtio.
include/standard-headers/ contains the Linux virtio header files so we don't
need to define our own version of the structs and constants.

Eric Blake (1):
  qapi: Don't pass NULL to printf in string input visitor

Gerd Hoffmann (2):
  usb/uhci: move pid check
  Revert "acpi: mark PMTIMER as unlocked"

Igor Mammedov (1):
  acpi: fix bios linker loadder COMMAND_ALLOCATE on bigendian host

James Hogan (1):
  target-mips: Fix RDHWR exception host PC

Jan Vesely (1):
  configure: Check if struct fsxattr is available from linux header

Kevin Wolf (2):
  vvfat: Fix volume name assertion
  vvfat: Fix default volume label

Markus Armbruster (3):
  QemuOpts: Fix qemu_opts_foreach() dangling location regression
  replay: Fix dangling location bug in replay_configure()
  qom: -object error messages lost location, restore it

Michael Roth (1):
  spapr_drc: fix aborts during DRC-count based hotplug

Peter Maydell (1):
  Update version for v2.6.0-rc4 release

Samuel Thibault (1):
  slirp: fix guest network access with darwin host

Stefan Hajnoczi (8):
  libqos: use virtio_ids.h for device ID definitions
  libqos: drop duplicated PCI vendor ID definition
  libqos: drop duplicated virtio_config.h definitions
  libqos: drop duplicated virtio_ring.h bit definitions
  libqos: drop duplicated virtio_vring.h structs
  libqos: drop duplicated virtio_blk.h definitions
  libqos: drop duplicated virtio_scsi.h definitions
  libqos: drop duplicated virtio_pci.h definitions

Thomas Huth (1):
  hw/ppc/spapr: Fix crash when specifying bad parameters to
    spapr-pci-host-bridge




reply via email to

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