[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/19] Bugfix/cleanup patches for 2019-07-16
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL 00/19] Bugfix/cleanup patches for 2019-07-16 |
Date: |
Fri, 19 Jul 2019 17:15:08 +0100 |
On Tue, 16 Jul 2019 at 09:11, Paolo Bonzini <address@hidden> wrote:
>
> The following changes since commit 46cd24e7ed38191b5ab5c40a836d6c5b6b604f8a:
>
> Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
> (2019-07-12 17:34:13 +0100)
>
> are available in the git repository at:
>
>
> git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 45d8bc3adedeceaf449d758aee1810bfbe6feff4:
>
> vl: make sure char-pty message displayed by moving setbuf to the beginning
> (2019-07-16 09:27:16 +0200)
>
> ----------------------------------------------------------------
> * VFIO bugfix for AMD SEV (Alex)
> * Kconfig improvements (Julio, Philippe)
> * MemoryRegion reference counting bugfix (King Wang)
> * Build system cleanups (Marc-André, myself)
> * rdmacm-mux off-by-one (Marc-André)
> * ZBC passthrough fixes (Shinichiro, myself)
> * WHPX build fix (Stefan)
> * char-pty fix (Wei Yang)
Hi Paolo -- it looks like this may have broken the
travis config "--without-default-devices":
Here's a sample failing build:
https://travis-ci.org/qemu/qemu/jobs/559509325
minikconf barfs with "contradiction between clauses"
Traceback (most recent call last):
File "/home/travis/build/qemu/qemu/scripts/minikconf.py", line 703,
in <module>
config = data.compute_config()
File "/home/travis/build/qemu/qemu/scripts/minikconf.py", line 253,
in compute_config
clause.process()
File "/home/travis/build/qemu/qemu/scripts/minikconf.py", line 188, in process
self.dest.set_value(False, self)
File "/home/travis/build/qemu/qemu/scripts/minikconf.py", line 118,
in set_value
raise KconfigDataError('contradiction between clauses when setting
%s' % self)
__main__.KconfigDataError: contradiction between clauses when setting VMMOUSE
I guess this is Julio's commit 97fd1ea8c10658?
thanks
-- PMM
- [Qemu-devel] [PULL 12/19] hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller, (continued)
- [Qemu-devel] [PULL 12/19] hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller, Paolo Bonzini, 2019/07/16
- [Qemu-devel] [PULL 14/19] target/i386: sev: Do not unpin ram device memory region, Paolo Bonzini, 2019/07/16
- [Qemu-devel] [PULL 15/19] hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCI, Paolo Bonzini, 2019/07/16
- [Qemu-devel] [PULL 16/19] hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCI, Paolo Bonzini, 2019/07/16
- [Qemu-devel] [PULL 13/19] checkpatch: detect doubly-encoded UTF-8, Paolo Bonzini, 2019/07/16
- [Qemu-devel] [PULL 17/19] Makefile: do not repeat $(CONFIG_SOFTMMU) in hw/Makefile.objs, Paolo Bonzini, 2019/07/16
- [Qemu-devel] [PULL 19/19] vl: make sure char-pty message displayed by moving setbuf to the beginning, Paolo Bonzini, 2019/07/16
- [Qemu-devel] [PULL 18/19] create_config: remove $(CONFIG_SOFTMMU) hack, Paolo Bonzini, 2019/07/16
- Re: [Qemu-devel] [PULL 00/19] Bugfix/cleanup patches for 2019-07-16, no-reply, 2019/07/16
- Re: [Qemu-devel] [PULL 00/19] Bugfix/cleanup patches for 2019-07-16, Peter Maydell, 2019/07/16
- Re: [Qemu-devel] [PULL 00/19] Bugfix/cleanup patches for 2019-07-16,
Peter Maydell <=