qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL] pci, virtio, vhost, e1000


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL] pci, virtio, vhost, e1000
Date: Mon, 28 Mar 2011 20:37:54 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

The following changes since commit f64622c401d4975a56b8559e16286231a1d2cfb8:

  report that QEMU process was killed by a signal (2011-03-26 12:54:42 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony

Isaku Yamahata (4):
      pci: replace the magic, 256, for the maximum of devfn
      pci: use devfn for pci_find_device() instead of (slot, fn) pair
      pci: use PCI_DEVFN in pci_get_bus_devfn()
      pci: use uint8_t for devfn_min

Michael S. Tsirkin (4):
      virtio-pci: fix bus master work around on load
      e1000: check buffer availability
      virtio-serial: don't crash on invalid input
      vhost: fix dirty page handling

 hw/e1000.c             |   16 ++++++++--------
 hw/pci-hotplug.c       |    5 +++--
 hw/pci.c               |   12 ++++++------
 hw/pci.h               |    9 +++++----
 hw/pci_host.c          |    2 +-
 hw/pci_internals.h     |    4 ++--
 hw/pcie_host.c         |    3 +--
 hw/vhost.c             |    4 +++-
 hw/virtio-pci.c        |   13 ++++++-------
 hw/virtio-serial-bus.c |    3 +++
 hw/virtio.h            |    1 +
 11 files changed, 39 insertions(+), 33 deletions(-)



reply via email to

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