mbox

[PULL,0/4] pc,virtio: fixes for 2.4

Message ID 1436790197-18666-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 July 13, 2015, 12:23 p.m. UTC
The following changes since commit c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f:

  tco-test: fix up config accesses and re-enable (2015-07-08 12:38:30 +0300)

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 4421c6a38a37d558b8e6f82d2d54aee30350f57f:

  pc: fix reuse of pc-i440fx-2.4 in pc-i440fx-2.3 (2015-07-13 15:00:02 +0300)

----------------------------------------------------------------
pc,virtio: fixes for 2.4

pc and virtio changes, bugfixes only.

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

----------------------------------------------------------------
Cornelia Huck (1):
      qdev: fix 64 bit properties

Eduardo Habkost (1):
      pc: fix reuse of pc-i440fx-2.4 in pc-i440fx-2.3

Jason Wang (1):
      Revert "virtio-net: enable virtio 1.0"

Michael S. Tsirkin (1):
      virtio-pci: don't crash on illegal length

 include/hw/qdev-properties.h | 2 +-
 hw/core/qdev-properties.c    | 2 +-
 hw/i386/pc_piix.c            | 2 +-
 hw/net/virtio-net.c          | 1 -
 hw/virtio/virtio-pci.c       | 6 ++++--
 5 files changed, 7 insertions(+), 6 deletions(-)

Comments

Peter Maydell July 13, 2015, 1:42 p.m. UTC | #1
On 13 July 2015 at 13:23, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit c4fc82bf1ad088a84ccedf779f6aa928e4fadb5f:
>
>   tco-test: fix up config accesses and re-enable (2015-07-08 12:38:30 +0300)
>
> 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 4421c6a38a37d558b8e6f82d2d54aee30350f57f:
>
>   pc: fix reuse of pc-i440fx-2.4 in pc-i440fx-2.3 (2015-07-13 15:00:02 +0300)
>
> ----------------------------------------------------------------
> pc,virtio: fixes for 2.4
>
> pc and virtio changes, bugfixes only.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.

-- PMM