mbox

[PULL,0/3] pc, virtio bugfixes for 2.3

Message ID 1427297247-594-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

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

Message

Michael S. Tsirkin March 25, 2015, 3:30 p.m. UTC
The following changes since commit 054903a832b865eb5432d79b5c9d1e1ff31b58d7:

  Update version for v2.3.0-rc1 release (2015-03-24 16:34:16 +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 7e0e736ecdfeac6d3517513d3a702304e4f6cf59:

  virtio-net: validate backend queue numbers against bus limitation (2015-03-25 13:39:25 +0100)

----------------------------------------------------------------
pc, virtio bugfixes for 2.3

Several bugfixes, nothing stands out especially.

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

----------------------------------------------------------------
Jason Wang (1):
      virtio-net: validate backend queue numbers against bus limitation

Michael S. Tsirkin (1):
      virtio-serial: fix virtio config size

Stefan Weil (1):
      acpi: Add missing GCC_FMT_ATTR to local function

 hw/acpi/aml-build.c         | 2 +-
 hw/char/virtio-serial-bus.c | 4 +++-
 hw/net/virtio-net.c         | 7 +++++++
 3 files changed, 11 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 26, 2015, 1:30 p.m. UTC | #1
On 25 March 2015 at 15:30, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 054903a832b865eb5432d79b5c9d1e1ff31b58d7:
>
>   Update version for v2.3.0-rc1 release (2015-03-24 16:34:16 +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 7e0e736ecdfeac6d3517513d3a702304e4f6cf59:
>
>   virtio-net: validate backend queue numbers against bus limitation (2015-03-25 13:39:25 +0100)
>
> ----------------------------------------------------------------
> pc, virtio bugfixes for 2.3
>
> Several bugfixes, nothing stands out especially.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.

-- PMM