Re: [Bug 1907427] [NEW] Build on sparc64 fails with "undefined reference to `fdt_check_full'"

2020-12-10 Thread Thomas Huth
On 09/12/2020 10.13, John Paul Adrian Glaubitz wrote: > Public bug reported: > > Trying to build QEMU on sparc64 fails with: [...] > /usr/bin/ld: libqemu-ppc64-softmmu.fa.p/hw_ppc_spapr_hcall.c.o: in function > `h_update_dt': > ./b/qemu/../../hw/ppc/spapr_hcall.c:1966: undefined reference to > `

Re: [PATCH v12 08/19] multi-process: define MPQemuMsg format and transmission functions

2020-12-10 Thread Marc-André Lureau
Hi On Thu, Dec 10, 2020 at 5:42 AM Elena Ufimtseva wrote: > On Mon, Dec 07, 2020 at 05:18:46PM +0400, Marc-André Lureau wrote: > > Hi > > > > On Wed, Dec 2, 2020 at 12:25 AM Jagannathan Raman > > wrote: > > > > > From: Elena Ufimtseva > > > > > > Defines MPQemuMsg, which is the message that is

Re: [PATCH 1/6] spapr: Add an "spapr" property to sPAPR CPU core

2020-12-10 Thread Cédric Le Goater
On 12/9/20 9:54 PM, Eduardo Habkost wrote: > On Wed, Dec 09, 2020 at 09:24:36PM +0100, Greg Kurz wrote: >> On Wed, 9 Dec 2020 13:26:17 -0500 >> Eduardo Habkost wrote: >> >>> On Wed, Dec 09, 2020 at 07:11:40PM +0100, Philippe Mathieu-Daudé wrote: >>> [...] @@ -200,7 +199,7 @@ static void s

Re: [PATCH v2 0/4] vhost-user: avoid g_return_val_if() in get/set_config()

2020-12-10 Thread Marc-André Lureau
Hi Michael, On Thu, Dec 3, 2020 at 5:41 PM Stefano Garzarella wrote: > On Wed, Dec 02, 2020 at 03:26:07PM +, Stefan Hajnoczi wrote: > >v2: > > * Print errors [Marc-André] > > > >Markus Armbruster pointed out that g_return_val_if() is meant for > programming > >errors. It must not be used for

[Bug 1907427] Re: Build on sparc64 fails with "undefined reference to `fdt_check_full'"

2020-12-10 Thread Thomas Huth
Looking at the build log, it seems like your system libfdt is version 1.4.6. However, that fdt_check_full function is only properly available with version >= 1.5.1, if I get that right. As a workaround, you could try to run the configure script with --enable-fdt=git (or of course update your syste

Re: [PATCH] smbios: entry-point-type option

2020-12-10 Thread Laszlo Ersek
On 12/09/20 19:16, Eduardo Habkost wrote: > On Wed, Dec 09, 2020 at 09:42:25AM +, Daniel P. Berrangé wrote: >> On Tue, Dec 08, 2020 at 04:20:23PM -0500, Eduardo Habkost wrote: >>> Add command-line option that lets the SMBIOS entry point type to >>> be configured. >>> >>> SMBIOS 3.0 support is n

[Bug 1900155] Re: MIPS Malta fails booting due to IDE error

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1900155 Title: MIPS Malta fails booting due to IDE error

[Bug 1881231] Re: colo: Can not recover colo after svm failover twice

2020-12-10 Thread Thomas Huth
QEMU v5.2 has been released now and should contain the fix ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1881231 Title: colo: Can n

[Bug 1896263] Re: The bios-tables-test test causes QEMU to crash (Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed) on AMD processors

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1896263 Title: The bios-tables-test test causes QEMU to cr

[Bug 1892540] Re: qemu can no longer boot NetBSD/sparc

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1892540 Title: qemu can no longer boot NetBSD/sparc Statu

Re: [PATCH 1/1] net/socket.c: Fix memory leak

2020-12-10 Thread Stefano Garzarella
On Wed, Dec 09, 2020 at 08:00:13PM +0800, ruc_gongyuan...@163.com wrote: From: yuanjungong close fd opened by monitor_fd_param() before returning. Signed-off-by: yuanjungong --- net/socket.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/socket.c b/net/socket.c index 15b410e..2f720

Re: [PATCH 1/6] spapr: Add an "spapr" property to sPAPR CPU core

2020-12-10 Thread Greg Kurz
On Thu, 10 Dec 2020 14:53:02 +1100 David Gibson wrote: > On Wed, Dec 09, 2020 at 01:26:17PM -0500, Eduardo Habkost wrote: > > On Wed, Dec 09, 2020 at 07:11:40PM +0100, Philippe Mathieu-Daudé wrote: > > [...] > > > @@ -200,7 +199,7 @@ static void spapr_cpu_core_reset(DeviceState > > > *

Re: [PATCH] block/nfs: fix int overflow in nfs_client_open_qdict

2020-12-10 Thread Stefano Garzarella
On Wed, Dec 09, 2020 at 01:17:35PM +0100, Peter Lieven wrote: nfs_client_open returns the file size in sectors. This effectively makes it impossible to open files larger than 1TB. Fixes: a1a42af422d46812f1f0cebe6b230c20409a3731 Cc: qemu-sta...@nongnu.org Signed-off-by: Peter Lieven --- block/nf

[Bug 1893691] Re: Chardev logfile is not written (regression between 5.0 and 5.1)

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1893691 Title: Chardev logfile is not written (regression betw

[Bug 1907427] Re: Build on sparc64 fails with "undefined reference to `fdt_check_full'"

2020-12-10 Thread John Paul Adrian Glaubitz
Indeed, libfdt has been failing to build from source on sparc64 since version 1.4.7 due to the testsuite crashing with unaligned access: > https://buildd.debian.org/status/fetch.php?pkg=device-tree- compiler&arch=sparc64&ver=1.6.0-1&stamp=1605385435&raw=0 libfdt-dev probably contains some fancy p

[Bug 1900779] Re: xp /16i on arm mixes DWords

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1900779 Title: xp /16i on arm mixes DWords Status in QEMU

[Bug 1872237] Re: SysTick reload behavior emulated incorrectly

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1872237 Title: SysTick reload behavior emulated incorrectl

[Bug 1877384] Re: 9pfs file create with mapped-xattr can fail on overlayfs

2020-12-10 Thread Thomas Huth
Fixed in commit d76f4f97eb2772bf85fe286097183d0c7db19ae8 ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1877384 Title: 9pfs file create with m

[Bug 1904486] Re: resource leak in /net/tap.c

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1904486 Title: resource leak in /net/tap.c Status in QEMU

[Bug 1880326] Re: memory writes make artist_rop8() crash

2020-12-10 Thread Thomas Huth
Fixed in commits 84a7b7741a62ede8ff01ae151e59b2a16bda629b and a501bfc91763d4642390090dd4e6039d67b63702 ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/

[Bug 1793608] Re: qemu doesn't seem to support lxvwsx for POWER9 target

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: In Progress => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1793608 Title: qemu doesn't seem to support lxvwsx for POWER

[Bug 1890312] Re: Segfault in artist_vram_read

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1890312 Title: Segfault in artist_vram_read Status in QEM

[Bug 1453608] Re: explain what pcsys_monitor in manpage

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1453608 Title: explain what pcsys_monitor in manpage Stat

[Bug 1852196] Re: update edk2 submodule & binaries to edk2-stable202008

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1852196 Title: update edk2 submodule & binaries to edk2-st

[Bug 1838658] Re: qemu 4.0.0 broken by glib update

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1838658 Title: qemu 4.0.0 broken by glib update Status in

[Bug 1890311] Re: Segfault in cpu_physical_memory_set_dirty_range on hppa + artist

2020-12-10 Thread Thomas Huth
Fixed in commit a501bfc91763d4642390090dd4e6039d67b63702 ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1890311 Title: Segfault in cpu_physica

[Bug 1611394] Re: qemu-ppc: Scalar Single-Precision Floating-Point instructions should not test MSR[SPV]

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1611394 Title: qemu-ppc: Scalar Single-Precision Floating-

[Bug 1336794] Re: 9pfs does not honor open file handles on unlinked files

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1336794 Title: 9pfs does not honor open file handles on unlink

[Bug 1890310] Re: Segfault in artist.c:block_move

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1890310 Title: Segfault in artist.c:block_move Status in

[Bug 1894836] Re: kernel panic using hvf with CPU passthrough

2020-12-10 Thread Thomas Huth
Fixed in commit 65baabca22366e5246955474228908d6a8354881 ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1894836 Title: kernel panic using hvf

[Bug 1895310] Re: Heap-overflow (read) in sd_erase

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1895310 Title: Heap-overflow (read) in sd_erase Status in

[Bug 1887309] Re: Floating-point exception in ide_set_sector

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1887309 Title: Floating-point exception in ide_set_sector

[Bug 1891341] Re: Heap-use-after-free in usb_packet_copy through iov_to_buf

2020-12-10 Thread Thomas Huth
Fixed in commit 21bc31524e8ca487e976f713b878d7338ee00df2 ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1891341 Title: Heap-use-after-free in

[Bug 1888918] Re: qemu-system-ppc: Floating point instructions do not properly generate the SPE/Embedded Floating-Point Unavailable interrupt

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1888918 Title: qemu-system-ppc: Floating point instruction

[Bug 1890290] Re: PowerPC L2(nested virt) kvm guest fails to boot with ic-mode=dual, kernel-irqchip=on - `KVM is too old to support ic-mode=dual, kernel-irqchip=on`

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1890290 Title: PowerPC L2(nested virt) kvm guest fails to

[Bug 1890360] Re: Assertion failure in address_space_unmap through virtio-blk

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1890360 Title: Assertion failure in address_space_unmap th

[Bug 1880189] Re: I/O writes make cirrus_invalidate_region() crash

2020-12-10 Thread Thomas Huth
Fixed in commit 5fcf787582dd911df3a971718010bfca5a20e61d ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1880189 Title: I/O writes make cirrus_

[Bug 1878263] Re: Assertion-failure in scsi_dma_complete, with megasas

2020-12-10 Thread Thomas Huth
Fixed in commit 4773a5f35b0d83674f92816a226a594b03bbcf60 ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1878263 Title: Assertion-failure in sc

[Bug 1892960] Re: Heap-overflow in flatview_read through sdhci_data_transfer

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1892960 Title: Heap-overflow in flatview_read through sdhc

[Bug 1878642] Re: Assertion failure in pci_bus_get_irq_level

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1878642 Title: Assertion failure in pci_bus_get_irq_level Sta

[Bug 1884693] Re: Assertion failure in address_space_unmap through ahci_map_clb_address

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1884693 Title: Assertion failure in address_space_unmap th

[Bug 1900241] Re: [regression][powerpc] some vcpus are found offline inside guest with different vsmt setting from qemu-cmdline and breaks subsequent vcpu hotplug operation (xive)

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1900241 Title: [regression][powerpc] some vcpus are found

[Bug 1890333] Re: [OSS-Fuzz] Issue 26797: qemu:qemu-fuzz-i386-target-generic-fuzz-virtio-blk: ASSERT: addr < cache->len && 2 <= cache->len - addr

2020-12-10 Thread Thomas Huth
Fix in commit 2d69eba5fe52045b2c8b0d04fd3806414352afc1 ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1890333 Title: [OSS-Fuzz] Issue 26797:

[Bug 1887303] Re: Assertion failure in *bmdma_active_if `bmdma->bus->retry_unit != (uint8_t)-1' failed.

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1887303 Title: Assertion failure in *bmdma_active_if `bmdm

[Bug 1878253] Re: null-ptr dereference in address_space_to_flatview through ide

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1878253 Title: null-ptr dereference in address_space_to_fl

[Bug 1598029] Re: failed to boot a customized kernel if emulating Broadwell/Skylake

2020-12-10 Thread Thomas Huth
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. If you still think this bug report here is valid, then please switch the

Re: [RFC PATCH 00/27] vDPA software assisted live migration

2020-12-10 Thread Jason Wang
On 2020/12/9 下午11:57, Stefan Hajnoczi wrote: On Wed, Dec 09, 2020 at 04:26:50AM -0500, Jason Wang wrote: - Original Message - On Fri, Nov 20, 2020 at 07:50:38PM +0100, Eugenio Pérez wrote: This series enable vDPA software assisted live migration for vhost-net devices. This is a new m

[Bug 1901981] Re: assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1901981 Title: assert issue locates in hw/usb/dev-storage.c:24

[Bug 1895703] Re: performance degradation in tcg since Meson switch

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1895703 Title: performance degradation in tcg since Meson

[Bug 1902112] Re: [OSS-Fuzz] Issue 26693: qemu:qemu-fuzz-i386-target-generic-fuzz-xhci: Index-out-of-bounds in xhci_runtime_write

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1902112 Title: [OSS-Fuzz] Issue 26693: qemu:qemu-fuzz-i386

[Bug 1826200] Re: RFE: populate "OEM Strings" (type 11) SMBIOS table strings from regular files

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1826200 Title: RFE: populate "OEM Strings" (type 11) SMBIO

[Bug 1598612] Re: Windows for Workgroups 3.11 installer crashes with a general protection fault

2020-12-10 Thread Thomas Huth
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. If you still think this bug report here is valid, then please switch the

[Bug 1897783] Re: avocado tests not running on aarch64 host

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1897783 Title: avocado tests not running on aarch64 host Status in

[Bug 1891748] Re: qemu-arm-static 5.1 can't run gcc

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1891748 Title: qemu-arm-static 5.1 can't run gcc Status i

[Bug 1597138] Re: Deadlock on Windows 10 pop-up

2020-12-10 Thread Thomas Huth
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. If you still think this bug report here is valid, then please switch the

[Bug 1779017] Re: qemu-system-arm: crashes raspian kernels with divide-by-zero

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1779017 Title: qemu-system-arm: crashes raspian kernels wi

[Bug 1894361] Re: linux-user: syscall.c lacks pselect6_time64

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1894361 Title: linux-user: syscall.c lacks pselect6_time64

[Bug 1580586] Re: Qemu WinXP SP3 second loadvm freezes Guest OS

2020-12-10 Thread Thomas Huth
The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. If you still think this bug report here is valid, then please switch the

Re: [PATCH v2] gitlab-ci.yml: Add openSUSE Leap 15.2 for gitlab CI/CD

2020-12-10 Thread AL Yu-Chen Cho via
Hi Thomas, I try to reproduce this failed in my repo, but it seems works fine. Would you please give it a try again? I think you maybe just hit a bad point in time... Cheers, AL On Tue, 2020-12-08 at 07:55 +0100, Thomas Huth wrote: > On 24/11/2020 10.45, Cho, Yu-Chen wrote: > > v2: > > Dro

[Bug 1878043] Re: memcpy param-overlap in Slirp ip_stripoptions through e1000e

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1878043 Title: memcpy param-overlap in Slirp ip_stripoptio

[Bug 1893667] Re: Btrfs commands don't work when using user-space emulation of other architectures

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1893667 Title: Btrfs commands don't work when using user-s

[Bug 1762179] Re: Record and replay replay fails with: "ERROR:replay/replay-time.c:49:replay_read_clock: assertion failed"

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1762179 Title: Record and replay replay fails with: "ERROR

[Bug 1895080] Re: pgb_reserved_va: Assertion `addr == test' failed

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1895080 Title: pgb_reserved_va: Assertion `addr == test' f

[Bug 1680991] Re: raspi2: system timer device not implemented

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1680991 Title: raspi2: system timer device not implemented

Re: [PATCH 6/6] target/ppc: Add mce_req_event() handler to PPCVirtualHypervisorClass

2020-12-10 Thread Greg Kurz
On Thu, 10 Dec 2020 14:54:08 +1100 David Gibson wrote: > On Wed, Dec 09, 2020 at 06:00:52PM +0100, Greg Kurz wrote: > > kvm_handle_nmi() directly calls spapr_mce_req_event() which is machine > > level code. Apart from being ugly, this forces spapr_mce_req_event() > > to rely on qdev_get_machine()

[Bug 1797262] Re: qemu arm no longer able to boot RPI Kernels

2020-12-10 Thread Thomas Huth
Released with QEMU v5.2.0. ** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1797262 Title: qemu arm no longer able to boot RPI Kernels

Re: [External] Re: [PATCH v4 1/2] hw/misc: add an EMC141{3, 4} device model

2020-12-10 Thread Cédric Le Goater
On 12/10/20 10:40 AM, John Wang wrote: > ping :) > > I'm sorry I had a break(v3 -> v4) for a while to do something else I will send a small PR with this patch. We have time before 6.0. C. > > On Mon, Nov 23, 2020 at 8:21 PM Cédric Le Goater wrote: >> >> On 11/22/20 11:51 AM, John Wang wrote:

[Bug 1907427] Re: Build on sparc64 fails with "undefined reference to `fdt_check_full'"

2020-12-10 Thread John Paul Adrian Glaubitz
The issue has been fixed in the device-tree-compiler package here: > https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=b28464a550c536296439b5785ed8852d1e15b35b I have filed a Debian bug report asking to backport the patch: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977031 Nev

Re: [PATCH v2 0/5] SCSI: fix transfer limits for SCSI passthrough

2020-12-10 Thread Maxim Levitsky
On Thu, 2020-12-10 at 01:09 +0100, Paolo Bonzini wrote: > On 09/12/20 15:03, no-re...@patchew.org wrote: > > Patchew URL: > > https://patchew.org/QEMU/20201209135355.561745-1-mlevi...@redhat.com/ > > > > > > > > Hi, > > > > This series seems to have some coding style problems. See output below

Re: [External] Re: [PATCH v4 1/2] hw/misc: add an EMC141{3, 4} device model

2020-12-10 Thread John Wang
ping :) I'm sorry I had a break(v3 -> v4) for a while to do something else On Mon, Nov 23, 2020 at 8:21 PM Cédric Le Goater wrote: > > On 11/22/20 11:51 AM, John Wang wrote: > > Largely inspired by the TMP421 temperature sensor, here is a model for > > the EMC1413/EMC1414 temperature sensors. >

Re: [PATCH for-6.0] spapr: Allow memory unplug to always succeed

2020-12-10 Thread Greg Kurz
On Thu, 10 Dec 2020 14:38:44 +1100 David Gibson wrote: > On Tue, Dec 08, 2020 at 10:06:09AM +0100, Greg Kurz wrote: > > On Tue, 8 Dec 2020 15:30:04 +1100 > > David Gibson wrote: > > > > > On Mon, Dec 07, 2020 at 02:37:04PM +0100, Greg Kurz wrote: > > > > It is currently impossible to hot-unplug

Re: [RFC 2/8] s390x/pci: MSI-X isn't strictly required for passthrough

2020-12-10 Thread Cornelia Huck
On Wed, 9 Dec 2020 15:34:20 -0500 Matthew Rosato wrote: > s390 PCI currently disallows PCI devices without the MSI-X capability. > However, this fence doesn't make sense for passthrough devices. Move > the check to only fence emulated devices (e.g., virtio). > > Signed-off-by: Matthew Rosato

Re: [RFC 3/8] s390x/pci: fix pcistb length

2020-12-10 Thread Cornelia Huck
On Wed, 9 Dec 2020 15:34:21 -0500 Matthew Rosato wrote: > In pcistb_service_call, we are grabbing 8 bits from a guest register to > indicate the length of the store operation -- but per the architecture > the length is actually defined by 13 bits of the guest register. > > Signed-off-by: Matthe

Re: [PATCH v5 1/4] crypto: luks: Fix tiny memory leak

2020-12-10 Thread Vladimir Sementsov-Ogievskiy
09.12.2020 23:33, Maxim Levitsky wrote: When the underlying block device doesn't support the bdrv_co_delete_file interface, an 'Error' object was leaked. Signed-off-by: Maxim Levitsky Reviewed-by: Alberto Garcia Reviewed-by: Vladimir Sementsov-Ogievskiy --- block/crypto.c | 2 ++ 1 fil

Re: [PATCH v2 1/5] file-posix: split hdev_refresh_limits from raw_refresh_limits

2020-12-10 Thread Tom Yan
On Wed, 9 Dec 2020 at 21:54, Maxim Levitsky wrote: > > From: Tom Yan > > We can and should get max transfer length and max segments for all host > devices / cdroms (on Linux). > > Also use MIN_NON_ZERO instead when we clamp max transfer length against > max segments. > > Signed-off-by: Tom Yan >

[PATCH aspeed-5.2] aspeed: g220a-bmc: Add an FRU

2020-12-10 Thread John Wang
Add an eeprom device and fill it with fru information $ ipmitool fru print 0 Product Manufacturer : Bytedance Product Name : G220A Signed-off-by: John Wang --- hw/arm/aspeed.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 04c

Re: [PATCH aspeed-5.2] aspeed: g220a-bmc: Add an FRU

2020-12-10 Thread Cédric Le Goater
On 12/10/20 11:36 AM, John Wang wrote: > Add an eeprom device and fill it with fru > information > > $ ipmitool fru print 0 > Product Manufacturer : Bytedance > Product Name : G220A > > Signed-off-by: John Wang Reviewed-by: Cédric Le Goater Thanks, C. > --- > hw/arm/aspeed.c |

Re: [PATCH v5 2/4] block: add bdrv_co_delete_file_noerr

2020-12-10 Thread Vladimir Sementsov-Ogievskiy
09.12.2020 23:33, Maxim Levitsky wrote: This function wraps bdrv_co_delete_file for the common case of removing a file, which was just created by format driver, on an error condition. It hides the -ENOTSUPP error, and reports all other errors otherwise. I've looked at original commit added thi

Re: [PATCH v5 3/4] crypto: luks: use bdrv_co_delete_file_noerr

2020-12-10 Thread Vladimir Sementsov-Ogievskiy
09.12.2020 23:33, Maxim Levitsky wrote: This refactoring is now possible thanks to this function. Signed-off-by: Maxim Levitsky Reviewed-by: Alberto Garcia Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

Re: [PATCH V2] virtiofsd: Use --thread-pool-size=0 to mean no thread pool

2020-12-10 Thread Dr. David Alan Gilbert
* Vivek Goyal (vgo...@redhat.com) wrote: > Right now we create a thread pool and main thread hands over the request > to thread in thread pool to process. Number of threads in thread pool > can be managed by option --thread-pool-size. > > In tests we have noted that many of the workloads are getti

Re: [PATCH v5 4/4] block: qcow2: remove the created file on initialization error

2020-12-10 Thread Vladimir Sementsov-Ogievskiy
09.12.2020 23:33, Maxim Levitsky wrote: If the qcow initialization fails, we should remove the file if it was already created, to avoid leaving stale files around. We already do this for luks raw images. Signed-off-by: Maxim Levitsky Reviewed-by: Alberto Garcia --- block/qcow2.c | 6 --

Re: [PATCH v5 4/4] block: qcow2: remove the created file on initialization error

2020-12-10 Thread Maxim Levitsky
On Thu, 2020-12-10 at 14:00 +0300, Vladimir Sementsov-Ogievskiy wrote: > 09.12.2020 23:33, Maxim Levitsky wrote: > > If the qcow initialization fails, we should remove the file if it was > > already created, to avoid leaving stale files around. > > > > We already do this for luks raw images. > >

Re: [PATCH v12 00/19] Initial support for multi-process Qemu

2020-12-10 Thread Stefan Hajnoczi
On Thu, Dec 03, 2020 at 08:40:11PM +, Peter Maydell wrote: > On Thu, 3 Dec 2020 at 09:51, Stefan Hajnoczi wrote: > > > > On Tue, Dec 01, 2020 at 03:22:35PM -0500, Jagannathan Raman wrote: > > > This is the v12 of the patchset. Thank you very much for the > > > review of the v11 of the series.

Re: [PATCH 1/1] trace: Send "-d trace:help" output to stdout

2020-12-10 Thread Stefan Hajnoczi
On Wed, Nov 25, 2020 at 01:52:45PM -0800, Doug Evans wrote: > ... for consistency with "-d help". > > Signed-off-by: Doug Evans > --- > trace/control.c | 12 ++-- > trace/control.h | 3 ++- > 2 files changed, 8 insertions(+), 7 deletions(-) Thanks, applied to my tracing tree: https://g

Re: [PATCH v12 00/19] Initial support for multi-process Qemu

2020-12-10 Thread Peter Maydell
On Thu, 10 Dec 2020 at 11:14, Stefan Hajnoczi wrote: > On Thu, Dec 03, 2020 at 08:40:11PM +, Peter Maydell wrote: > > I would prefer to see this going through the tree of an > > established QEMU developer who's already sending pullrequests, > > at least initially. > > Once the discussion has c

Re: [PATCH 1/1] trace: Send "-d trace:help" output to stdout

2020-12-10 Thread Philippe Mathieu-Daudé
Hi Stefan, On 12/10/20 12:25 PM, Stefan Hajnoczi wrote: > On Wed, Nov 25, 2020 at 01:52:45PM -0800, Doug Evans wrote: >> ... for consistency with "-d help". Do you mind replacing the '...' by the subject: 'Send "-d trace:help" output to stdout', so the commit description makes more sense? Thanks

Re: [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler

2020-12-10 Thread Stefan Hajnoczi
On Wed, Dec 09, 2020 at 04:02:56PM +0100, Eugenio Perez Martin wrote: > On Mon, Dec 7, 2020 at 5:52 PM Stefan Hajnoczi wrote: > > On Fri, Nov 20, 2020 at 07:50:43PM +0100, Eugenio Pérez wrote: > > > diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c > > > index 9179013ac4..9a69ae3598 100644 >

Re: [PATCH] fuzz: map all BARs and enable PCI devices

2020-12-10 Thread Darren Kenny
Hi Alex, On Wednesday, 2020-12-09 at 15:10:54 -05, Alexander Bulekov wrote: > Prior to this patch, the fuzzer found inputs to map PCI device BARs and > enable the device. While it is nice that the fuzzer can do this, it > added significant overhead, since the fuzzer needs to map all the > BARs (re

Re: [PATCH v5 2/4] block: add bdrv_co_delete_file_noerr

2020-12-10 Thread Maxim Levitsky
On Thu, 2020-12-10 at 13:54 +0300, Vladimir Sementsov-Ogievskiy wrote: > 09.12.2020 23:33, Maxim Levitsky wrote: > > This function wraps bdrv_co_delete_file for the common case of removing a > > file, > > which was just created by format driver, on an error condition. > > > > It hides the -ENOTSU

[PULL 10/36] i.MX6: Fix bad printf format specifiers

2020-12-10 Thread Peter Maydell
From: Alex Chen We should use printf format specifier "%u" instead of "%d" for argument of type "unsigned int". Reported-by: Euler Robot Signed-off-by: Alex Chen Message-id: 2020112609.112238-4-alex.c...@huawei.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- hw/misc/imx6

[PULL 03/36] xlnx-zynqmp: Connect Xilinx ZynqMP CAN controllers

2020-12-10 Thread Peter Maydell
From: Vikram Garhwal Connect CAN0 and CAN1 on the ZynqMP. Reviewed-by: Francisco Iglesias Reviewed-by: Edgar E. Iglesias Signed-off-by: Vikram Garhwal Message-id: 1605728926-352690-3-git-send-email-fnu.vik...@xilinx.com Signed-off-by: Peter Maydell --- include/hw/arm/xlnx-zynqmp.h | 8

[PULL 00/36] target-arm queue

2020-12-10 Thread Peter Maydell
remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-12-09 20:08:54 +) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20201210 for you to fetch changes up to 71f916be1c7e9ede0e37d9cabc781b5a9e863

[PULL 05/36] MAINTAINERS: Add maintainer entry for Xilinx ZynqMP CAN controller

2020-12-10 Thread Peter Maydell
From: Vikram Garhwal Reviewed-by: Francisco Iglesias Reviewed-by: Edgar E. Iglesias Signed-off-by: Vikram Garhwal Message-id: 1605728926-352690-5-git-send-email-fnu.vik...@xilinx.com Signed-off-by: Peter Maydell --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAIN

[PULL 13/36] target/arm: Implement v8.1M PXN extension

2020-12-10 Thread Peter Maydell
In v8.1M the PXN architecture extension adds a new PXN bit to the MPU_RLAR registers, which forbids execution of code in the region from a privileged mode. This is another feature which is just in the generic "in v8.1M" set and has no ID register field indicating its presence. Signed-off-by: Pete

[PULL 02/36] hw/net/can: Introduce Xilinx ZynqMP CAN controller

2020-12-10 Thread Peter Maydell
From: Vikram Garhwal The Xilinx ZynqMP CAN controller is developed based on SocketCAN, QEMU CAN bus implementation. Bus connection and socketCAN connection for each CAN module can be set through command lines. Example for using single CAN: -object can-bus,id=canbus0 \ -machine xlnx-zcu10

[PULL 04/36] tests/qtest: Introduce tests for Xilinx ZynqMP CAN controller

2020-12-10 Thread Peter Maydell
From: Vikram Garhwal The QTests perform five tests on the Xilinx ZynqMP CAN controller: Tests the CAN controller in loopback, sleep and snoop mode. Tests filtering of incoming CAN messages. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Francisco Iglesias Signed-off-by: Vikram Garhwa

[PULL 06/36] sbsa-ref: allow to use Cortex-A53/57/72 cpus

2020-12-10 Thread Peter Maydell
From: Marcin Juszkiewicz Trusted Firmware now supports A72 on sbsa-ref by default [1] so enable it for QEMU as well. A53 was already enabled there. 1. https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/7117 Signed-off-by: Marcin Juszkiewicz Reviewed-by: Richard Henderson Message-i

[PULL 17/36] target/arm: Enforce M-profile VMRS/VMSR register restrictions

2020-12-10 Thread Peter Maydell
For M-profile before v8.1M, the only valid register for VMSR/VMRS is the FPSCR. We have a comment that states this, but the actual logic to forbid accesses for any other register value is missing, so we would end up with A-profile style behaviour. Add the missing check. Signed-off-by: Peter Mayd

[PULL 01/36] hw/arm/smmuv3: Fix up L1STD_SPAN decoding

2020-12-10 Thread Peter Maydell
From: Kunkun Jiang Accroding to the SMMUv3 spec, the SPAN field of Level1 Stream Table Descriptor is 5 bits([4:0]). Fixes: 9bde7f0674f(hw/arm/smmuv3: Implement translate callback) Signed-off-by: Kunkun Jiang Message-id: 20201124023711.1184-1-jiangkun...@huawei.com Reviewed-by: Peter Maydell Ac

[PULL 16/36] target/arm: Implement CLRM instruction

2020-12-10 Thread Peter Maydell
In v8.1M the new CLRM instruction allows zeroing an arbitrary set of the general-purpose registers and APSR. Implement this. The encoding is a subset of the LDMIA T2 encoding, using what would be Rn=0b (which UNDEFs for LDMIA). Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson Me

  1   2   3   4   5   >