Re: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates

2016-09-15 Thread Peter Maydell
On 15 September 2016 at 16:22, Michael S. Tsirkin wrote: > The following changes since commit d1eb8f2acba579830cf3798c3c15ce51be852c56: > > fpu: add mechanism to check for invalid long double formats (2016-09-15 > 12:43:18 +0100) > > are available in the git repository at: > > git://git.kerne

Re: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates

2016-09-15 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1473952956-16264-1-git-send-email-...@redhat.com Subject: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

Re: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates

2016-09-15 Thread Michael S. Tsirkin
@redhat.com > Subject: [Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates > > === TEST SCRIPT BEGIN === > #!/bin/bash > > BASE=base > n=1 > total=$(git log --oneline $BASE.. | wc -l) > failed=0 > > # Useful git options > git config --local diff.renameli

[Qemu-devel] [PULL v2 0/6] virtio,pci: fixes and updates

2016-09-15 Thread Michael S. Tsirkin
The following changes since commit d1eb8f2acba579830cf3798c3c15ce51be852c56: fpu: add mechanism to check for invalid long double formats (2016-09-15 12:43:18 +0100) 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