[Qemu-devel] [PULL 0/2] Changes for 2017-11-05

Paolo Bonzini posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171105145625.7817-1-pbonzini@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
configure                                          |   13 +
docs/qdev-device-use.txt                           |   12 +-
hw/i386/Makefile.objs                              |    1 -
hw/i386/kvm/Makefile.objs                          |    2 +-
hw/i386/kvm/pci-assign.c                           | 1887 --------------------
hw/xen/Makefile.objs                               |    1 +
.../xen_pt_load_rom.c}                             |    4 +-
include/hw/pci/pci-assign.h                        |   27 -
qdev-monitor.c                                     |    1 -
scripts/device-crash-test                          |    2 -
10 files changed, 19 insertions(+), 1931 deletions(-)
delete mode 100644 hw/i386/kvm/pci-assign.c
rename hw/{i386/pci-assign-load-rom.c => xen/xen_pt_load_rom.c} (96%)
delete mode 100644 include/hw/pci/pci-assign.h
[Qemu-devel] [PULL 0/2] Changes for 2017-11-05
Posted by Paolo Bonzini 6 years, 4 months ago
The following changes since commit b33afc415622e5eb26e0f14fd27eb86e32a5472e:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-ci-updates-for-softfreeze-021117-2' into staging (2017-11-03 10:08:34 +0000)

are available in the Git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 20bc94a2b8449b7700b6bfa25a87ce2320a1c649:

  build: disable -Wmissing-braces on older compilers (2017-11-05 14:52:10 +0100)

(I see some brokenness in check-qtest-sparc, but not caused by
my two patches of course).

----------------------------------------------------------------
* Remove legacy KVM PCI device assignment
* Fix qemu-pr-helper.c compilation on older compilers

----------------------------------------------------------------
Paolo Bonzini (2):
      pci-assign: Remove
      build: disable -Wmissing-braces on older compilers

 configure                                          |   13 +
 docs/qdev-device-use.txt                           |   12 +-
 hw/i386/Makefile.objs                              |    1 -
 hw/i386/kvm/Makefile.objs                          |    2 +-
 hw/i386/kvm/pci-assign.c                           | 1887 --------------------
 hw/xen/Makefile.objs                               |    1 +
 .../xen_pt_load_rom.c}                             |    4 +-
 include/hw/pci/pci-assign.h                        |   27 -
 qdev-monitor.c                                     |    1 -
 scripts/device-crash-test                          |    2 -
 10 files changed, 19 insertions(+), 1931 deletions(-)
 delete mode 100644 hw/i386/kvm/pci-assign.c
 rename hw/{i386/pci-assign-load-rom.c => xen/xen_pt_load_rom.c} (96%)
 delete mode 100644 include/hw/pci/pci-assign.h
-- 
2.14.3


Re: [Qemu-devel] [PULL 0/2] Changes for 2017-11-05
Posted by Peter Maydell 6 years, 4 months ago
On 5 November 2017 at 14:56, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit b33afc415622e5eb26e0f14fd27eb86e32a5472e:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-ci-updates-for-softfreeze-021117-2' into staging (2017-11-03 10:08:34 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 20bc94a2b8449b7700b6bfa25a87ce2320a1c649:
>
>   build: disable -Wmissing-braces on older compilers (2017-11-05 14:52:10 +0100)
>
> (I see some brokenness in check-qtest-sparc, but not caused by
> my two patches of course).
>
> ----------------------------------------------------------------
> * Remove legacy KVM PCI device assignment
> * Fix qemu-pr-helper.c compilation on older compilers
>

Applied, thanks.

-- PMM