[Bug 1847525] Re: qemu-system-i386 eats a lot of cpu after just few hours, with sdl, gl=on

2021-04-22 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 1846392] Re: VCPU shutdown request with HAX

2021-04-22 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

[Trivial] docs: More precisely describe memory-backend-*::id's user

2021-04-22 Thread Robert Hoo
'id' of memory-backend-{file,ram} is not only for '-numa''s reference, but also other parameters like '-device nvdimm'. More clearly call out this to avoid misinterpretation. Signed-off-by: Robert Hoo --- qemu-options.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH v3 04/33] block/nbd: nbd_client_handshake(): fix leak of s->ioc

2021-04-22 Thread Roman Kagan
On Fri, Apr 16, 2021 at 11:08:42AM +0300, Vladimir Sementsov-Ogievskiy wrote: > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/nbd.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Roman Kagan

[Bug 1851547] Re: qemu 4 crashes with this parameter attached -usb -device usb-host, hostbus=1, hostaddr=7 \

2021-04-22 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 v6] qapi: introduce 'query-cpu-model-cpuid' action

2021-04-22 Thread Valeriy Vdovin
On Wed, Apr 21, 2021 at 04:17:59PM -0400, Eduardo Habkost wrote: > On Wed, Apr 21, 2021 at 08:39:42PM +0300, Valeriy Vdovin wrote: > > On Tue, Apr 20, 2021 at 01:09:00PM -0400, Eduardo Habkost wrote: > > > On Tue, Apr 20, 2021 at 07:19:40PM +0300, Valeriy Vdovin wrote: > > > [...] > > > > +## > >

[Bug 1854204] Re: Menu is not clickable on OSX Catalina

2021-04-22 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 1855617] Re: savevm with hax saves wrong register state

2021-04-22 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 v3 2/3] vhost-user-blk: perform immediate cleanup if disconnect on initialization

2021-04-22 Thread Kevin Wolf
Am 21.04.2021 um 21:59 hat Michael S. Tsirkin geschrieben: > On Wed, Apr 21, 2021 at 07:13:24PM +0300, Denis Plotnikov wrote: > > > > On 21.04.2021 18:24, Kevin Wolf wrote: > > > Am 25.03.2021 um 16:12 hat Denis Plotnikov geschrieben: > > > > Commit 4bcad76f4c39 ("vhost-user-blk: delay

[Bug 661696] Re: incomplete emulation of fstenv under TCG

2021-04-22 Thread Peter Maydell
Test case in comment #7 still fails -- still a bug. ** Changed in: qemu Status: Incomplete => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/661696 Title: incomplete emulation of

[Bug 1847467] Re: qemu-x86_64 segment prefixes error

2021-04-22 Thread Peter Maydell
Repro case in comment #1 still demonstrates bug. ** Changed in: qemu Status: Incomplete => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1847467 Title: qemu-x86_64 segment

Re: [PATCH] block: simplify write-threshold and drop write notifiers

2021-04-22 Thread Vladimir Sementsov-Ogievskiy
22.04.2021 12:57, Emanuele Giuseppe Esposito wrote: On 22/04/2021 00:09, Vladimir Sementsov-Ogievskiy wrote: write-notifiers are used only for write-threshold. New code for such purpose should create filters. Let's handle write-threshold simply in generic code and drop write notifiers at

[Bug 1835865] Re: piix crashes on mips when accessing acpi-pci-hotplug

2021-04-22 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 1920752] Re: USB SoundCard Passthrough not working on arm64

2021-04-22 Thread Ravishankar
I ran it as follows: qemu-system-aarch64 -M virt -m 2048 -smp 2 -cpu host,aarch64=off -enable-kvm -kernel vmlinuz-4.19.0-14-armmp-lpae -initrd initrd.img-4.19.0-14-armmp-lpae -append 'root=/dev/vda2' -device nec- usb-xhci -device usb-kbd -device usb-mouse -device usb-

[PATCH v5 11/15] cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h| 3 --- include/hw/core/sysemu-cpu-ops.h | 5 + hw/core/cpu.c| 4 ++-- target/arm/cpu.c | 2 +- target/i386/cpu.c| 2 +- 5 files

[PATCH v5 04/15] cpu: Directly use get_paging_enabled() fallback handlers in place

2021-04-22 Thread Philippe Mathieu-Daudé
No code uses CPUClass::get_paging_enabled() outside of hw/core/cpu.c: $ git grep -F -- '->get_paging_enabled' hw/core/cpu.c:74:return cc->get_paging_enabled(cpu); hw/core/cpu.c:438:k->get_paging_enabled = cpu_common_get_paging_enabled; target/i386/cpu.c:7418:

[PATCH v5 10/15] cpu: Move CPUClass::write_elf* to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
The write_elf*() handlers are used to dump vmcore images. This feature is only meaningful for system emulation. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- v4: Added target/riscv/cpu.c after rebasing --- include/hw/core/cpu.h| 17 -

[Bug 1847793] Re: qemu 4.1.0 - Corrupt guest filesystem after new vm install

2021-04-22 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 v3 0/8] qapi: static typing conversion, pt4

2021-04-22 Thread Markus Armbruster
John Snow writes: > Hi, this series adds static type hints to the QAPI module. > This is part four, and focuses on error.py. > > Part 4: https://gitlab.com/jsnow/qemu/-/tree/python-qapi-cleanup-pt4 > CI: https://gitlab.com/jsnow/qemu/-/pipelines/290152364 > > Requirements: > - Python 3.6+ > -

[Bug 1754656] Re: Please solve graceful (ACPI) poweroff issue, using signals, most importantly SIGTERM

2021-04-22 Thread Jonas Jelten
** Changed in: qemu Status: Incomplete => New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1754656 Title: Please solve graceful (ACPI) poweroff issue, using signals, most importantly

[Bug 1925449] [NEW] Failure building with clang-10 and libssh

2021-04-22 Thread Philippe Mathieu-Daudé
Public bug reported: On Fedora 32, configuring with --enable-libssh and building with clang: qemu 5.2.94 Compilation host CPU : x86_64 host endianness : little C compiler : clang-10 Host C compiler : clang-10

Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd

2021-04-22 Thread Philippe Mathieu-Daudé
+Juan On 4/22/21 12:03 AM, Eduardo Habkost wrote: > On Tue, Mar 02, 2021 at 03:57:52PM +0100, Philippe Mathieu-Daudé wrote: >> The cpu model is the single device available in user-mode. >> Since we want to restrict some fields to user-mode emulation, >> we prefer to set the vmsd field of

Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]

2021-04-22 Thread Daniel P . Berrangé
On Thu, Apr 22, 2021 at 06:47:30AM +0200, Thomas Huth wrote: > On 22/04/2021 06.18, Philippe Mathieu-Daudé wrote: > > Hi Thomas, Daniel, Stefano, > > > > Regarding the following warning (GCC 11 on Fedora 34): > > > > In file included from pc-bios/s390-ccw/main.c:11: > > > > In function

[PATCH v5 13/15] cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h| 3 --- include/hw/core/sysemu-cpu-ops.h | 5 + hw/core/cpu.c| 4 ++-- target/i386/cpu.c| 2 +- 4 files changed, 8 insertions(+), 6 deletions(-)

[PATCH v5 07/15] cpu: Move CPUClass::vmsd to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
Migration is specific to system emulation. - Move the CPUClass::vmsd field to SysemuCPUOps, - restrict VMSTATE_CPU() macro to sysemu, - vmstate_dummy is now unused, remove it. Signed-off-by: Philippe Mathieu-Daudé --- Since v3: Merged in patch 1 (Eduardo) therefore removed Richard R-b. 'vmsd'

[PATCH v5 08/15] cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
VirtIO devices are only meaningful with system emulation. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h| 5 - include/hw/core/sysemu-cpu-ops.h | 8 hw/core/cpu.c| 4 ++-- target/arm/cpu.c

[PATCH v5 14/15] cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h| 2 -- include/hw/core/sysemu-cpu-ops.h | 4 hw/core/cpu.c| 4 ++-- target/i386/cpu.c| 4 +++- 4 files changed, 9 insertions(+), 5 deletions(-)

[Bug 1839294] Re: Latest Installer (qemu-w64-setup-20190807.exe) for windows immediately deletes installed files at the very end of the installation

2021-04-22 Thread Thomas Huth
Looking through old bug tickets... can you still reproduce this issue with the latest version of QEMU? Or could we close this ticket nowadays? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is

[Bug 1839367] Re: Wrong interrupts generated for I.MX6 FEC controller

2021-04-22 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 1838390] Re: vmx_write_mem: mmu_gva_to_gpa failed when using hvf

2021-04-22 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 1843941] Re: RBD Namespaces are not supported

2021-04-22 Thread Thomas Huth
Patch had been included here: https://gitlab.com/qemu-project/qemu/-/commit/19ae9ae01471552 ** 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.

[Bug 1843711] Re: qemu-xhci device should detect if libusb host supports streams

2021-04-22 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 1843795] Re: 'mtfsf' instruction can clear FI incorrectly

2021-04-22 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 v3 2/3] vhost-user-blk: perform immediate cleanup if disconnect on initialization

2021-04-22 Thread Denis Plotnikov
On 21.04.2021 22:59, Michael S. Tsirkin wrote: On Wed, Apr 21, 2021 at 07:13:24PM +0300, Denis Plotnikov wrote: On 21.04.2021 18:24, Kevin Wolf wrote: Am 25.03.2021 um 16:12 hat Denis Plotnikov geschrieben: Commit 4bcad76f4c39 ("vhost-user-blk: delay vhost_user_blk_disconnect") introduced

Re: [PATCH v3 02/33] block/nbd: fix how state is cleared on nbd_open() failure paths

2021-04-22 Thread Roman Kagan
On Thu, Apr 22, 2021 at 01:27:22AM +0300, Vladimir Sementsov-Ogievskiy wrote: > 21.04.2021 17:00, Roman Kagan wrote: > > On Fri, Apr 16, 2021 at 11:08:40AM +0300, Vladimir Sementsov-Ogievskiy > > wrote: > > > @@ -2305,20 +2301,23 @@ static int nbd_open(BlockDriverState *bs, QDict > > > *options,

[Bug 1850751] Re: kvm flag is not exposed by default

2021-04-22 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] tcg/ppc: Fix building with Clang

2021-04-22 Thread Peter Maydell
On Thu, 22 Apr 2021 at 06:18, Richard Henderson wrote: > > On 4/21/21 2:03 AM, Peter Maydell wrote: > >> +/* Clang does not define _CALL_* */ > >> +#if defined(__clang__) && defined(__ELF__) && !defined(_CALL_SYSV) > >> +#define _CALL_SYSV 1 > >> +#endif > > > > This is trying to identify the

[Bug 1868221] Re: /usr/share/applications/qemu.desktop should have an "Exec=" key.

2021-04-22 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 1839367] Re: Wrong interrupts generated for I.MX6 FEC controller

2021-04-22 Thread Peter Maydell
Still a bug. ** Changed in: qemu Status: Incomplete => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1839367 Title: Wrong interrupts generated for I.MX6 FEC controller Status

Re: [PATCH] block: simplify write-threshold and drop write notifiers

2021-04-22 Thread Emanuele Giuseppe Esposito
On 22/04/2021 00:09, Vladimir Sementsov-Ogievskiy wrote: write-notifiers are used only for write-threshold. New code for such purpose should create filters. Let's handle write-threshold simply in generic code and drop write notifiers at all. Also move part of write-threshold API that is

Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd

2021-04-22 Thread Peter Maydell
On Thu, 22 Apr 2021 at 10:55, Philippe Mathieu-Daudé wrote: > My guess is CPUState is the only device used in user emulation, > so it would be a way to restrict the vmstate_dummy to CPU and > not to any DeviceState? > > But looking at the introductory commit: > > commit

Re: [PATCH] Set the correct env->fpip for x86 float instructions [cleaned]

2021-04-22 Thread Ziqiao Kong
Ping for this patch. Patchew: https://patchew.org/QEMU/20210416153430.92187-1-ziqiaok...@gmail.com/ Ziqiao. On Fri, Apr 16, 2021 at 11:38 PM Ziqiao Kong wrote: > > Hello, everyone! > > Sorry that I forgot the Signed-off-by line and put the duplicate link just > now. Please ignore my previous

[PATCH v5 02/15] cpu: Introduce cpu_virtio_is_big_endian()

2021-04-22 Thread Philippe Mathieu-Daudé
Introduce the cpu_virtio_is_big_endian() generic helper to avoid calling CPUClass internal virtio_is_big_endian() one. Similarly to commit bf7663c4bd8 ("cpu: introduce CPUClass::virtio_is_big_endian()"), we keep 'virtio' in the method name to hint this handler shouldn't be called anywhere but

[PATCH v5 00/15] cpu: Introduce SysemuCPUOps structure

2021-04-22 Thread Philippe Mathieu-Daudé
Missing review: patch #7 Hi, This series is inspired on Claudio TCG work. Instead of separate TCG from other accelerators, here we separate sysemu operations (system VS user). Patches 1-5 are generic cleanups. Patches 6-14 move from CPUClass to SysemuCPUOps Patch 15 restricts SysemuCPUOps to

[PATCH v5 05/15] cpu: Directly use get_memory_mapping() fallback handlers in place

2021-04-22 Thread Philippe Mathieu-Daudé
No code uses CPUClass::get_memory_mapping() outside of hw/core/cpu.c: $ git grep -F -- '->get_memory_mapping' hw/core/cpu.c:87:cc->get_memory_mapping(cpu, list, errp); hw/core/cpu.c:439:k->get_memory_mapping = cpu_common_get_memory_mapping; target/i386/cpu.c:7422:

[Bug 1843852] Re: QEMU does not express a dependency on perl-Test-Harness

2021-04-22 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 1847861] Re: Guest stuttering under high disk IO (virtio)

2021-04-22 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 1847440] Re: ppc64le: KVM guest fails to boot with an error `virtio_scsi: probe of virtio1 failed with error -22` on master

2021-04-22 Thread Thomas Huth
The SLOF fix has been merged 1.5 years ago, so I assume this can be marked as fixed now. ** 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/1847440

Re: [PATCH 2/3] Acceptance Tests: move definition of distro checksums to the framework

2021-04-22 Thread Auger Eric
Hi Cleber, On 4/15/21 12:14 AM, Cleber Rosa wrote: > Instead of having, by default, the checksum in the tests, and the > definition of tests in the framework, let's keep them together. > > A central definition for distributions is available, and it should > allow other known distros to be added

[Bug 1849894] Re: hw/scsi/scsi-disk.c line 2554 allocation overflow

2021-04-22 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 1848901] Re: kvm_mem_ioeventfd_add: error adding ioeventfd: No space left on device (28)

2021-04-22 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 1850378] Re: RISC-V unreliable IPIs

2021-04-22 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-for-6.0] net: tap: fix crash on hotplug

2021-04-22 Thread Peter Maydell
On Thu, 22 Apr 2021 at 05:29, Bin Meng wrote: > > On Thu, Apr 22, 2021 at 12:36 AM Philippe Mathieu-Daudé > wrote: > > > > Cc'ing Bin. > > > > On 4/21/21 5:22 PM, Cole Robinson wrote: > > > Attempting to hotplug a tap nic with libvirt will crash qemu: > > > > > > $ sudo virsh attach-interface

Re: [PATCH-for-6.0] net: tap: fix crash on hotplug

2021-04-22 Thread Bin Meng
On Thu, Apr 22, 2021 at 5:36 PM Peter Maydell wrote: > > On Thu, 22 Apr 2021 at 05:29, Bin Meng wrote: > > > > On Thu, Apr 22, 2021 at 12:36 AM Philippe Mathieu-Daudé > > wrote: > > > > > > Cc'ing Bin. > > > > > > On 4/21/21 5:22 PM, Cole Robinson wrote: > > > > Attempting to hotplug a tap nic

[PATCH] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'

2021-04-22 Thread Robert Hoo
As it's been marked deprecated since v5.2, now I think it's time remove it from code. Signed-off-by: Robert Hoo --- target/i386/cpu.c | 118 -- 1 file changed, 118 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index

[Bug 1829498] Re: window 8 stuck during boot on Qemu

2021-04-22 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

[PATCH v5 01/15] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs

2021-04-22 Thread Philippe Mathieu-Daudé
To be able to later extract the cpu_get_phys_page_debug() and cpu_asidx_from_attrs() handlers from CPUClass, un-inline them from "hw/core/cpu.h". Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h | 33 - hw/core/cpu.c

[Bug 1843651] Re: m68k fpu bug

2021-04-22 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 1844053] Re: task blocked for more than X seconds - events drm_fb_helper_dirty_work

2021-04-22 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 1848244] Re: QEMU KVM IGD SandyBridge Passthrough crash

2021-04-22 Thread Thomas Huth
I'm closing this now since there seems to be a workaround available and nobody updated this bug in the past 1.5 years anymore ** Changed in: qemu Status: New => Won't Fix -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Bug 1847467] Re: qemu-x86_64 segment prefixes error

2021-04-22 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 1845185] Re: Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS64 on Windows because intl and iconv libs are not loaded

2021-04-22 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

[PATCH] target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode

2021-04-22 Thread Philippe Mathieu-Daudé
When running with '-d unimp' all MTHC0 opcode executed are logged as unimplemented... Add the proper 'return' statement missed from commit 5204ea79ea7. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/mips/translate.c

[Bug 1721788] Re: Failed to get shared "write" lock with 'qemu-img info'

2021-04-22 Thread Jan Heidbrink
** Description changed: When running 'qemu-img info test.qcow2' while test.qcow2 is currently used by a Qemu process, I get the error qemu-img: Could not open 'test.qcow2': Failed to get shared "write" lock. - - Why does displaying information about a disk image need a write lock

[PATCH] Fix typo in CFI build documentation

2021-04-22 Thread Serge Guelton
From: serge-sans-paille Signed-off-by: Serge Guelton Reviewed-by: Philippe Mathieu-Daudé --- docs/devel/control-flow-integrity.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devel/control-flow-integrity.rst b/docs/devel/control-flow-integrity.rst index

[Bug 1534978] Re: Windows command line -name cannot use = sign

2021-04-22 Thread Steve Si
Cannot reproduce in recent version - please close. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1534978 Title: Windows command line -name cannot use = sign Status in QEMU: Incomplete Bug

[Bug 1853898] Re: qemu/hw/scsi/lsi53c895a.c:417: lsi_soft_reset: Assertion `QTAILQ_EMPTY(>queue)' failed.

2021-04-22 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 1853429] Re: qemu-kvm on aarch64 attach volume failed when vm is booting

2021-04-22 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 1855535] Re: Connection reset by peer when using port fwd

2021-04-22 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 1854878] Re: Physical USB thumbdrive treated as read-only

2021-04-22 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 1870911] Re: QEMU Crashes on Launch, Windows

2021-04-22 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 661696] Re: incomplete emulation of fstenv under TCG

2021-04-22 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 1191326] Re: QNX 4 doesn't boot on qemu >= 1.3

2021-04-22 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 v6] qapi: introduce 'query-cpu-model-cpuid' action

2021-04-22 Thread Markus Armbruster
Eduardo Habkost writes: > On Wed, Apr 21, 2021 at 08:39:42PM +0300, Valeriy Vdovin wrote: >> On Tue, Apr 20, 2021 at 01:09:00PM -0400, Eduardo Habkost wrote: >> > On Tue, Apr 20, 2021 at 07:19:40PM +0300, Valeriy Vdovin wrote: >> > [...] >> > > +## >> > > +# @query-cpu-model-cpuid: >> > > +# >>

[Bug 1854204] Re: Menu is not clickable on OSX Catalina

2021-04-22 Thread Peter Maydell
Still a bug. ** Changed in: qemu Status: Incomplete => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1854204 Title: Menu is not clickable on OSX Catalina Status in QEMU:

Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]

2021-04-22 Thread Peter Maydell
On Thu, 22 Apr 2021 at 11:18, Daniel P. Berrangé wrote: > > On Thu, Apr 22, 2021 at 06:47:30AM +0200, Thomas Huth wrote: > > On 22/04/2021 06.18, Philippe Mathieu-Daudé wrote: > > > Hi Thomas, Daniel, Stefano, > > > > > > Regarding the following warning (GCC 11 on Fedora 34): > > > > > > In file

Re: [PATCH v4 03/28] cpu: Introduce cpu_virtio_is_big_endian()

2021-04-22 Thread Philippe Mathieu-Daudé
Hi Michael, On 3/4/21 8:51 AM, Greg Kurz wrote: > On Wed, 3 Mar 2021 17:08:32 -0500 > "Michael S. Tsirkin" wrote: > >> On Wed, Mar 03, 2021 at 10:46:43PM +0100, Philippe Mathieu-Daudé wrote: >>> Introduce the cpu_virtio_is_big_endian() generic helper to avoid >>> calling CPUClass internal

Re: [PATCH v4 00/28] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode

2021-04-22 Thread Philippe Mathieu-Daudé
On 3/4/21 2:52 AM, Richard Henderson wrote: > On 3/3/21 1:46 PM, Philippe Mathieu-Daudé wrote: >> Patches 1-6 are generic cleanups. >> Patches 7-15 move from CPUClass to SysemuCPUOps >> Patch   16 restricts SysemuCPUOps to sysemu >> Patches 17-26 remove watchpoint code from user emulation >>

Re: [PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10

2021-04-22 Thread Konstantin Kostiuk
ping On Mon, Apr 5, 2021 at 4:14 PM Basil Salman wrote: > Currently Requester freeze times out after 10 seconds, while > the default timeout for Writer Freeze is 60 seconds. according to > VSS Documentation [1]. > [1]: >

[Bug 1851972] Re: pc-q35-4.1 and AMD Navi 5700/XT incompatible

2021-04-22 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 1851845] Re: Windows 10 panics with BlueIris

2021-04-22 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 1854910] Re: Support VHDX differencing images (ie images with backing)

2021-04-22 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 1854738] Re: ppc doesn't support for mttcg but ppc64 supported

2021-04-22 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 1853123] Re: Memory synchronization error between kvm and target, e1000(dpdk)

2021-04-22 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: [Virtio-fs] [PATCH v2 17/25] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO

2021-04-22 Thread Dr. David Alan Gilbert
* Vivek Goyal (vgo...@redhat.com) wrote: > On Wed, Apr 14, 2021 at 04:51:29PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Define a new slave command 'VHOST_USER_SLAVE_FS_IO' for a > > client to ask qemu to perform a read/write from an fd directly > > to

[Bug 612452] Re: Problems with the number of serial ports for more than two

2021-04-22 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 1574346] Re: TCG: mov to segment register is incorrectly emulated for AMD CPUs

2021-04-22 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 1614609] Re: alphabetical order of monitor options

2021-04-22 Thread Thomas Huth
Fix has been included here: https://gitlab.com/qemu-project/qemu/-/commit/ff688cd2c7c3a677b71e ** Changed in: qemu Status: In Progress => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Bug 1580459] Re: Windows (10?) guest freezes entire host on shutdown if using PCI passthrough

2021-04-22 Thread Chris McCarron
I am no longer having any issues at all. I am using the NVidia Sound Card as well. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1580459 Title: Windows (10?) guest freezes entire host on shutdown

[Bug 1534978] Re: Windows command line -name cannot use = sign

2021-04-22 Thread Thomas Huth
Thanks for checking! Closing now. ** Changed in: qemu Status: Incomplete => 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/1534978 Title: Windows command line -name cannot use

[PATCH v5 03/15] cpu: Directly use cpu_write_elf*() fallback handlers in place

2021-04-22 Thread Philippe Mathieu-Daudé
No code directly accesses CPUClass::write_elf*() handlers out of hw/core/cpu.c (the rest are assignation in target/ code): $ git grep -F -- '->write_elf' hw/core/cpu.c:157:return (*cc->write_elf32_qemunote)(f, cpu, opaque); hw/core/cpu.c:171:return (*cc->write_elf32_note)(f, cpu,

[PATCH v5 06/15] cpu: Introduce SysemuCPUOps structure

2021-04-22 Thread Philippe Mathieu-Daudé
Introduce a structure to hold handler specific to sysemu. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h| 5 + include/hw/core/sysemu-cpu-ops.h | 21 + target/alpha/cpu.c | 6 ++

[PATCH v5 09/15] cpu: Move CPUClass::get_crash_info to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
cpu_get_crash_info() is called on GUEST_PANICKED events, which only occur in system emulation. Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h| 1 - include/hw/core/sysemu-cpu-ops.h | 5 + hw/core/cpu.c| 4 ++--

[Bug 1916269] Re: TCG: QEMU raises exception on SSE4.2 CRC32 instruction in kernel

2021-04-22 Thread Alexander Richardson
Could someone familiar with the target/i386 decode logic could have a look at this? It should be a rather simple change to avoid the exception for the crc32 encoding. However, I am not familiar with x86 instruction encodings so it would take me a long time to come up with a correct patch.

Re: [PATCH v5 07/15] cpu: Move CPUClass::vmsd to SysemuCPUOps

2021-04-22 Thread Philippe Mathieu-Daudé
On 4/22/21 12:46 PM, Philippe Mathieu-Daudé wrote: > Migration is specific to system emulation. > > - Move the CPUClass::vmsd field to SysemuCPUOps, > - restrict VMSTATE_CPU() macro to sysemu, > - vmstate_dummy is now unused, remove it. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Since

[Bug 1835865] Re: piix crashes on mips when accessing acpi-pci-hotplug

2021-04-22 Thread Philippe Mathieu-Daudé
** Changed in: qemu Status: Incomplete => New ** Changed in: qemu Status: New => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1835865 Title: piix crashes on mips when

[Bug 1563931] Re: qemu-img should allow resizing image with snapshots

2021-04-22 Thread Max Reitz
Implemented in 7fa140abf69675b7b83af32de. Note that every internal snapshot has a disk size associated with it, though, so applying a snapshot from when the image had a different size means the image size will be reverted to what it was as the time of the snapshot. ** Changed in: qemu

[RFC v3 09/13] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m

2021-04-22 Thread Claudio Fontana
this will allow to remove the kvm stubs. Signed-off-by: Claudio Fontana --- target/s390x/diag.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/s390x/diag.c b/target/s390x/diag.c index 86b7032b5b..311e22b4ea 100644 --- a/target/s390x/diag.c +++ b/target/s390x/diag.c

[RFC v3 10/13] target/s390x: remove kvm-stub.c

2021-04-22 Thread Claudio Fontana
all function calls are protected by kvm_enabled(), so we should not need the stubs. Signed-off-by: Claudio Fontana --- target/s390x/kvm-stub.c | 126 --- target/s390x/meson.build | 2 +- 2 files changed, 1 insertion(+), 127 deletions(-) delete mode 100644

Re: [PATCH v2 6/7] tests/acceptance: Add set_vm_arg() to the Test class

2021-04-22 Thread Cleber Rosa
On Thu, Apr 08, 2021 at 04:52:36PM -0300, Wainer dos Santos Moschetta wrote: > The set_vm_arg method is added to avocado_qemu.Test class on this > change. Use that method to set (or replace) an argument to the list of > arguments given to the QEMU binary. > > Suggested-by: Cleber Rosa >

  1   2   3   4   >