From: Anthony Liguori <anthony@codemonkey.ws>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: alexey.zaytsev@gmail.com, jan.kiszka@siemens.com,
jasowang@redhat.com, mjt@tls.msk.ru, qemu-devel@nongnu.org,
yamahata@valinux.co.jp, alex.williamson@redhat.com,
jan.kiszka@web.de, rth@twiddle.net, stefanha@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [PULL] pci, virtio, exec, vhost
Date: Wed, 22 Jun 2011 07:57:29 -0500 [thread overview]
Message-ID: <4E01E6B9.60606@codemonkey.ws> (raw)
In-Reply-To: <20110619095834.GA10727@redhat.com>
On 06/19/2011 04:58 AM, Michael S. Tsirkin wrote:
> The following changes since commit 0b862cedf36d927818c50584ddd611b0370673df:
>
> configure: Detect and don't try to use older libcurl (2011-06-13 21:16:27 +0200)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu.git for_anthony
Pulled. Thanks.
Regards,
Anthony Liguori
>
> Alex Williamson (1):
> CPUPhysMemoryClient: batch addresses in catchup
>
> Isaku Yamahata (40):
> pci: move ids of config space into PCIDeviceInfo
> usb-uhci: convert to PCIDEviceInfo to initialize ids
> eepro100: convert to PCIDeviceInfo to initialize ids
> dec_pci: convert to PCIDeviceInfo to initialize ids
> apb_pci: convert to PCIDeviceInfo to initialize ids
> ide/piix: convert to PCIDeviceInfo to initialize ids
> vmware_vga.c: convert to PCIDeviceInfo to initialize ids
> hw/ac97.c: convert to PCIDeviceInfo to initialize ids
> hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize ids
> hw/bonito.c: convert to PCIDeviceInfo to initialize ids
> hw/cirrus_vga.c: convert to PCIDeviceInfo to initialize ids
> hw/e1000.c: convert to PCIDeviceInfo to initialize ids
> hw/es1370.c: convert to PCIDeviceInfo to initialize ids
> hw/grackle_pci.c: convert to PCIDeviceInfo to initialize ids
> hw/gt64xxx.c: convert to PCIDeviceInfo to initialize ids
> hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize ids
> hw/ide/ich.c: convert to PCIDeviceInfo to initialize ids
> hw/ide/via.c: convert to PCIDeviceInfo to initialize ids
> hw/intel-hda.c: convert to PCIDeviceInfo to initialize ids
> hw/ioh3420.c: convert to PCIDeviceInfo to initialize ids
> hw/ivshmem.c: convert to PCIDeviceInfo to initialize ids
> hw/lsi53c895a.c: convert to PCIDeviceInfo to initialize ids
> hw/ne2000.c: convert to PCIDeviceInfo to initialize ids
> hw/pcnet-pci.c: convert to PCIDeviceInfo to initialize ids
> hw/piix4.c: convert to PCIDeviceInfo to initialize ids
> hw/piix_pci.c: convert to PCIDeviceInfo to initialize ids
> hw/qxl.c: convert to PCIDeviceInfo to initialize ids
> hw/rtl8139.c: convert to PCIDeviceInfo to initialize ids
> hw/sh_pci.c: convert to PCIDeviceInfo to initialize ids
> hw/sun4u.c: convert to PCIDeviceInfo to initialize ids
> hw/unin_pci.c: convert to PCIDeviceInfo to initialize ids
> hw/usb-ohci.c: convert to PCIDeviceInfo to initialize ids
> hw/versatile_pci.c: convert to PCIDeviceInfo to initialize ids
> hw/vga-pci.c: convert to PCIDeviceInfo to initialize ids
> hw/vt82c686.c: convert to PCIDeviceInfo to initialize ids
> hw/wdt_i6300esb.c: convert to PCIDeviceInfo to initialize ids
> hw/xio3130_downstream.c: convert to PCIDeviceInfo to initialize ids
> hw/xio3130_upstream.c: convert to PCIDeviceInfo to initialize ids
> virtio-pci.c: convert to PCIDEviceInfo to initialize ids
> pci: don't call qdev pci init method
>
> Jan Kiszka (3):
> msi: Fix copy&paste mistake in msi_uninit
> pci: Update pci_regs header
> msix: Use replace local defines with pci_regs versions
>
> Jason Wang (1):
> virtio: correctly initialize vm_running
>
> Michael S. Tsirkin (11):
> ich/ahci: fix uninitialized memory use
> virtio: event index support
> virtio: compat event idx support
> Merge remote-tracking branch 'origin/master' into pci
> ppce500: move device/vendor/class id to qdev
> usb-ehci: move device/vendor/class id to qdev
> get_maintainer.pl: copy utility from Linux
> get_maintainer: update to match qemu tree
> alpha/translate: remve unused variables
> alpha: remove unused variable
> wdt: remove unused variables
>
> Michael Tokarev (1):
> print meaningful error message in case of --disable-vhost-net
>
> Stefan Hajnoczi (1):
> virtio: guard against negative vq notifies
>
> exec.c | 39 +-
> hw/9pfs/virtio-9p-device.c | 10 +-
> hw/ac97.c | 9 +-
> hw/acpi_piix4.c | 8 +-
> hw/apb_pci.c | 13 +-
> hw/bonito.c | 9 +-
> hw/cirrus_vga.c | 10 +-
> hw/dec_pci.c | 26 +-
> hw/e1000.c | 8 +-
> hw/eepro100.c | 74 +-
> hw/es1370.c | 24 +-
> hw/grackle_pci.c | 8 +-
> hw/gt64xxx.c | 8 +-
> hw/ide/cmd646.c | 10 +-
> hw/ide/ich.c | 11 +-
> hw/ide/piix.c | 32 +-
> hw/ide/via.c | 8 +-
> hw/intel-hda.c | 8 +-
> hw/ioh3420.c | 7 +-
> hw/ivshmem.c | 8 +-
> hw/lsi53c895a.c | 13 +-
> hw/msi.c | 2 +-
> hw/msix.c | 40 +-
> hw/ne2000.c | 6 +-
> hw/pc_piix.c | 48 +
> hw/pci.c | 56 +-
> hw/pci.h | 7 +
> hw/pci_regs.h | 60 ++-
> hw/pcie_aer.c | 9 +-
> hw/pcnet-pci.c | 8 +-
> hw/piix4.c | 10 +-
> hw/piix_pci.c | 19 +-
> hw/ppce500_pci.c | 13 +-
> hw/qxl.c | 7 +-
> hw/rtl8139.c | 8 +-
> hw/sh_pci.c | 4 +-
> hw/sun4u.c | 8 +-
> hw/syborg_virtio.c | 4 +-
> hw/unin_pci.c | 33 +-
> hw/usb-ehci.c | 9 +-
> hw/usb-ohci.c | 7 +-
> hw/usb-uhci.c | 46 +-
> hw/versatile_pci.c | 8 +-
> hw/vga-pci.c | 11 +-
> hw/vhost_net.c | 8 +
> hw/virtio-pci.c | 66 +-
> hw/virtio-pci.h | 8 +-
> hw/virtio.c | 97 ++-
> hw/virtio.h | 9 +-
> hw/vmware_vga.c | 13 +-
> hw/vt82c686.c | 35 +-
> hw/wdt_i6300esb.c | 9 +-
> hw/xio3130_downstream.c | 6 +-
> hw/xio3130_upstream.c | 6 +-
> scripts/get_maintainer.pl | 2149 ++++++++++++++++++++++++++++++++++++++++++++
> target-alpha/translate.c | 10 +-
> 56 files changed, 2741 insertions(+), 441 deletions(-)
> create mode 100755 scripts/get_maintainer.pl
>
>
prev parent reply other threads:[~2011-06-22 12:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-19 9:58 [Qemu-devel] [PULL] pci, virtio, exec, vhost Michael S. Tsirkin
2011-06-22 12:57 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E01E6B9.60606@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=alex.williamson@redhat.com \
--cc=alexey.zaytsev@gmail.com \
--cc=jan.kiszka@siemens.com \
--cc=jan.kiszka@web.de \
--cc=jasowang@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=stefanha@linux.vnet.ibm.com \
--cc=yamahata@valinux.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.