Re: [PATCH V13 2/9] meson.build: Re-enable KVM support for MIPS

2020-11-21 Thread Huacai Chen
+CC Jiaxun Hi, Jiaxun, What do you think about? Huacai On Fri, Nov 20, 2020 at 6:55 PM Philippe Mathieu-Daudé wrote: > > On 11/20/20 5:28 AM, Huacai Chen wrote: > > On Wed, Nov 18, 2020 at 1:17 AM Philippe Mathieu-Daudé > > wrote: > >> On 10/7/20 10:39 AM, Huacai Chen wrote: > >>> After conv

[Bug 1884982] Re: User-emu documentation mentions inexistent "runtime" downloads

2020-11-21 Thread Peter Maydell
This patch removes the whole 'quick start' section from the user mode manual, including the references to the outdated tarballs: https://patchew.org/QEMU/20201122000131.18487-1-peter.mayd...@linaro.org/ ** Changed in: qemu Status: New => In Progress -- You received this bug notification

[PATCH] docs/user: Remove outdated 'Quick Start' section

2020-11-21 Thread Peter Maydell
The 'Quick Start' section of the userspace emulator documentation is very old and outdated. In particular: - it suggests running x86-on-x86 emulation, which is the least interesting possible use case - it recommends that users download tarballs of guest binaries from the QEMU web page which

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

2020-11-21 Thread Peter Maydell
Is this bug now fixed, or are there still more patches not yet in master? -- 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 Status in QEMU: New B

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

2020-11-21 Thread Peter Maydell
This was fixed initially by commit 0c3dd50eaecbfe2, which is the change suggested in Paolo's comment #6, and then refined by commit a5cb7c5afe717d4. ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is

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

2020-11-21 Thread Peter Maydell
Hi -- the patch looks good to me, but it looks like you didn't send it to qemu-devel, only to qemu-trivial. Would you mind resending it to the right list, please? (You can cc qemu-trivial if you like, but all patches have to go to the main qemu-devel list, because systems like patchew https://patch

[Bug 1748756] Re: [Feature request] Support of TI AM1808 for Lego EV3

2020-11-21 Thread Peter Maydell
The QEMU project doesn't implement new target architectures or board models on demand based on wishlist requests; they're a lot of work to do. Instead we simply code-review and incorporate board models and architectures as and when people decide to write them and submit the patches. So there's real

[Bug 917645] Re: [Feature request] ia64-softmmu wanted

2020-11-21 Thread Peter Maydell
The QEMU project doesn't implement new target architectures or board models on demand based on wishlist requests; they're a lot of work to do. Instead we simply code-review and incorporate board models and architectures as and when people decide to write them and submit the patches. So there's real

[Bug 645662] Re: QEMU x87 emulation of trig and other complex ops is only at 64-bit precision, not 80-bit

2020-11-21 Thread Peter Maydell
For 5.1 (commits 1f18a1e6ab8368a4, 5eebc49d2d0aa5fc7e, 5ef396e2ba865f34a, eca30647fc078f4) we reimplemented FPATAN, FYL2X, FYL2XP1, FPREM, FPREM1, F2XM1 to do proper 80-bit precision operations. However the trig operations FPTAN, FSINCOS, FSIN, FCOS are still implemented as naive "convert to host d

[Bug 1668041] Re: x86 Floating point exceptions - incorrect support?

2020-11-21 Thread Peter Maydell
Bug still present as of commit 7fbd7e710323c8f4c (just before 5.2 release); tested with a Linux guest in system emulation and with Linux usermode. The underlying problem is that we don't properly implement trapping FP exceptions; see the final paragraph in the commit message for commit 418b0f93d12

[Bug 1843205] Re: Inaccurate Fmod on i386

2020-11-21 Thread Peter Maydell
On current head-of-git QEMU I get the correct answer. I think this was probably fixed by the reimplementation of the 'fprem' emulation in commit 5ef396e2ba86, which was in the 5.1.0 release. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you

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

2020-11-21 Thread Peter Maydell
The linked NetBSD bug report http://gnats.netbsd.org/54310 now has confirmation that this crash was the result of a memory corruption bug in QEMU which happened to manifest with the newer glib version. That bug is fixed in QEMU master in commit ef905eff421c5a06a01 which will be in the 5.2 release,

[Bug 1820686] Re: risc-v: 'c.unimp' instruction decoded as 'c.addi4spn fp, 0'

2020-11-21 Thread Peter Maydell
Since this bug isn't present in the decodetree version of the riscv decoder, we might as well just close this as fix-released; we won't be doing more point-releases of QEMU versions as old as 3.1. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification becaus

[Bug 1813201] Re: QEMU TCG i386 / x86_64 system emulation crash when executing int instruction

2020-11-21 Thread Peter Maydell
This should be fixed by this patch: https://patchew.org/QEMU/20201121224445.16236-1-peter.mayd...@linaro.org/ ** Changed in: qemu Status: New => In Progress -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchp

[PATCH] target/i386: Check privilege level for protected mode 'int N' task gate

2020-11-21 Thread Peter Maydell
When the 'int N' instruction is executed in protected mode, the pseudocode in the architecture manual specifies that we need to check: * vector number within IDT limits * selected IDT descriptor is a valid type (interrupt, trap or task gate) * if this was a software interrupt then gate DPL < CP

virtio-9p-test.c:300:v9fs_req_recv: assertion failed (hdr.id == id): (7 == 73)

2020-11-21 Thread Cole Robinson
Hi, I'm consistently seeing this assertion running the qemu-5.2.0 test suite. rc0, rc1, rc2 have been consistently affected, it reproduces consistently in parts of Fedora's build system. Here's an example build log for rc2 x86 against Fedora 32 https://download.copr.fedorainfracloud.org/results/@

[Bug 1774412] Re: -icount sleep=on|off documentation is confusing

2020-11-21 Thread Peter Maydell
Should be fixed by this patch: https://patchew.org/QEMU/20201121213506.15599-1-peter.mayd...@linaro.org/ ** Changed in: qemu Status: New => In Progress -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.ne

[PATCH] qemu-options.hx: Fix minor issues in icount documentation

2020-11-21 Thread Peter Maydell
The documentation for the icount documentation has some minor issues: * in a couple of places it says "sleep=on|off" when in the context of the sentence it means specifically "sleep=on" * the synopsis line for the documentation has drifted out of sync with the synopsis line in the DEF() mac

[Bug 1773743] Re: qemu-user -g xxx -E LD_PROFILE=xxx segfault

2020-11-21 Thread Peter Maydell
We were mis-parsing the 'vCont' packet in the gdb protocol, so when gdb told us "send a SIGPROF (0x1b)" we skipped the first digit in the hex signal number and interpreted it as "send an 0xb", which happens to be SIGSEGV. Should be fixed by this: https://patchew.org/QEMU/20201121210342.10089-1-pet

[PATCH] gdbstub: Correct misparsing of vCont C/S requests

2020-11-21 Thread Peter Maydell
In the vCont packet, two of the command actions (C and S) take an argument specifying the signal to be sent to the process/thread, which is sent as an ASCII string of two hex digits which immediately follow the 'C' or 'S' character. Our code for parsing this packet accidentally skipped the first o

[Bug 1652286] Re: QEMU manpages provoke man(1) "can't break line" warnings

2020-11-21 Thread Peter Maydell
Still happens with the new Sphinx-generated manpages, for exactly the same reason. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1652286 Title: QEMU manpages provoke man(1) "can't break line" warni

Re: [PATCH 23/26] target/mips: Extract Toshiba TX79 multimedia translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > +++ b/target/mips/vendor-tx_translate.c.inc > @@ -41,6 +41,8 @@ > > #if defined(TARGET_MIPS64) > > +#include "vendor-tx-mmi_translate.c.inc" Do you really want to nest include files like this? r~

Re: [PATCH 22/26] target/mips: Extract Toshiba TXx9 translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 300 lines of the Toshiba TX19/TX39/TX49/TX79 > translation routines to 'vendor-tx_translate.c.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c | 302 +--- > target/mips/v

Re: [PATCH 21/26] target/mips: Make pipeline 1 multiply opcodes generic

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Special2 multiply opcodes are not specific to Toshiba TX79, > and are not part of its multimedia extension. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c | 75 + > 1 file chan

Re: [PATCH 20/26] target/mips: Extract XBurst Media eXtension Unit translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Media eXtension Unit is a SIMD extension from Ingenic. > > Extract 2900 lines from the huge translate.c to a new file, > 'vendor-xburst_translate.c.inc'. As there are too many inter- > dependencies we don't compile it as another object, but > ke

[Bug 1880066] Re: Microphone input dies in guest when switching evdev input

2020-11-21 Thread Justin Cichra
I upgraded to Ubuntu 20.10 (Groovy Gorilla) and the issue was resolved. Here's a list of relevant package versions: root@justin-3900x:/home/justin# apt list --installed | grep virt (etc...) WARNING: apt does not have a stable CLI interface. Use with caution in scripts. gir1.2-libvirt-glib-1.0/g

Re: [PATCH 19/26] target/mips: Extract Loongson EXTensions translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > LoongEXTs are general-purpose extensions from the LoongISA. > > Extract 440 lines of translation routines to > 'vendor-loong-lext_translate.c.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c

Re: [PATCH 16/26] target/mips: Rename lmmi_helper.c as loong-simd_helper.c

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > The LoongMMI extension has been renamed LoongSIMD > (part of the LoongISA). Rename the helper file accordingly. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/{lmmi_helper.c => vendor-loong-simd_helper.c} | 0 > target/mips/meso

Re: [PATCH 18/26] target/mips: Extract Loongson SIMD translation routines

2020-11-21 Thread Richard Henderson
On 11/21/20 6:30 AM, Philippe Mathieu-Daudé wrote: >> -/* Godson integer instructions */ >> -static void gen_loongson_integer(DisasContext *ctx, uint32_t opc, >> - int rd, int rs, int rt) >> -{ > > This isn't part of the LoongSIMD ... > > [...] >> -} >> - >> -/* Lo

Re: [PATCH 15/26] target/mips: Extract NEC Vr54xx translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract the NEC Vr54xx translation routines to > 'vendor-vr54xx_translate.c.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c | 86 + > target/mips/vendor-vr54xx_translate.c.i

Re: [PATCH 17/26] target/mips: Extract Loongson SIMD helper definitions

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract the Loongson SIMD helper definitions to > 'vendor-loong-simd_helper.h'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/helper.h | 60 +-- > target/mips/vendor-loong-simd_helper.h.inc

Re: [PATCH 14/26] target/mips: Extract NEC Vr54xx helper definitions

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract the NEC Vr54xx helper definitions to > 'vendor-vr54xx_helper.h'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/helper.h | 17 ++--- > target/mips/vendor-vr54xx_helper.h.inc | 24 +++

Re: [PATCH 13/26] target/mips: Extract NEC Vr54xx helpers to vendor-vr54xx_helper.c

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract NEC Vr54xx helpers from op_helper.c to a new file: > 'vendor-vr54xx_helper.c'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/op_helper.c| 118 -- > target/mips/vendor-vr54xx_helper.c

Re: [PATCH 12/26] target/mips: Extract nanoMIPS ISA translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 4800 lines from the huge translate.c to a new file, > 'isa-nanomips_translate.c.inc'. As there are too many inter- > dependencies we don't compile it as another object, but > keep including it in the big translate.o. We gain in code > mai

Re: [PATCH 11/26] target/mips: Extract the microMIPS ISA translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 3300 lines from the huge translate.c to a new file, > 'isa-micromips_translate.c.inc'. As there are too many inter- > dependencies we don't compile it as another object, but > keep including it in the big translate.o. We gain in code > ma

Re: [PATCH 10/26] target/mips: Extract the microMIPS ISA helper definitions

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract the microMIPS ISA helper definitions to > 'isa-micromips_helper.h.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/helper.h | 10 ++ > target/mips/isa-micromips_helper.h.inc | 17 +++

Re: [PATCH 08/26] target/mips: Extract Multi-Threading helper definitions

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > 'MIPS MT' is defined as a Module by MIPS. Extract the helper > definitions to 'mod-mips-mt_helper.h.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/helper.h | 24 +-- > target/mips/mod-mips-m

Re: [PATCH 09/26] target/mips: Extract Code Compaction ASE translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 1200 lines from the huge translate.c to a new file, > 'ase-mips16e_translate.c.inc'. As there are too many inter- > dependencies we don't compile it as another object, but > keep including it in the big translate.o. We gain in code > main

Re: [PATCH 06/26] target/mips: Extract DSP helper definitions

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > 'MIPS DSP' is defined as a Module by MIPS. Extract the helper > definitions to 'mod-mips-dsp_helper.h.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/helper.h | 335 + > target/mips/

Re: [PATCH 07/26] target/mips: Extract DSP translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 2150 lines from the huge translate.c to a new file, > 'mod-mips-dsp_translate.c.inc'. As there are too many inter- > dependencies we don't compile it as another object, but > keep including it in the big translate.o. We gain in code > mai

Re: [PATCH 04/26] target/mips: Extract MSA translation routines

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract 2200 lines from the huge translate.c to a new file, > 'mod-mips-msa_translate.c.inc'. As there are too many inter- > dependencies we don't compile it as another object, but > keep including it in the big translate.o. We gain in code > mai

Re: [PATCH 05/26] target/mips: Rename dsp_helper.c as mod-mips-dsp_helper.c

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > 'MIPS DSP' is defined as a Module by MIPS, rename it as > mod-mips-dsp_helper.c. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/{dsp_helper.c => mod-mips-dsp_helper.c} | 0 > target/mips/meson.build |

Re: [PATCH 03/26] target/mips: Extract MSA helper definitions

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Keep all MSA-related code altogether. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/helper.h | 437 + > target/mips/mod-mips-msa_helper.h.inc | 443 ++ > 2 files

Re: [PATCH 02/26] target/mips: Extract MSA helpers to mod-mips-msa_helper.c

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > MSA means 'MIPS SIMD Architecture' and is defined as a Module by MIPS. > Rename msa_helper.c as mod-mips-msa_helper.c, merge other MSA helpers > from op_helper.c. > > Signed-off-by: Philippe Mathieu-Daudé > --- > .../{msa_helper.c => mod-mips-

Re: [PATCH 01/26] target/mips: Extract FPU helpers to 'fpu_helper.h'

2020-11-21 Thread Richard Henderson
On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote: > Extract FPU specific helpers from "internal.h" to "fpu_helper.h". > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/fpu_helper.h | 50 ++ > target/mips/internal.h | 42 -

Re: [PATCH] sbsa-ref: allow to use Cortex-A53/57/72 cpus

2020-11-21 Thread Richard Henderson
On 11/20/20 6:17 AM, Marcin Juszkiewicz wrote: > +static const char *valid_cpus[] = { const char * const Otherwise, Reviewed-by: Richard Henderson r~

Re: [PATCH] hmp-commands.hx: List abbreviation after command for cont, quit, print

2020-11-21 Thread Philippe Mathieu-Daudé
On 11/21/20 4:17 PM, Peter Maydell wrote: > We have four HMP commands which have a single-character abbreviated > version: cont ('c'), quit ('q'), print ('p') and help ('h'). For > cont, quit and print, we list the abbreviation first in the help > documentation and the command name. This has the

Re: [PATCH] hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize()

2020-11-21 Thread Thomas Huth
Am Fri, 20 Nov 2020 17:23:14 + schrieb Peter Maydell : > Coverity points out that the realize function for the > TYPE_MCF5206_MBAR device leaks the IRQ array it allocates with > qemu_allocate_irqs(). Keep a pointer to it in the device state struct > to avoid the leak. (Since it needs to stay a

Re: [PATCH] hmp: Changed hmp_netdev_add() using qmp_marshal_netdev_add()

2020-11-21 Thread Yuri Benditovich
On Sat, Nov 21, 2020 at 5:24 PM Yuri Benditovich < yuri.benditov...@daynix.com> wrote: > > > On Fri, Nov 20, 2020 at 2:58 PM Markus Armbruster > wrote: > >> Andrew Melnichenko writes: >> >> > Ping >> > >> > On Thu, Jul 16, 2020 at 6:26 AM wrote: >> > >> >> From: Andrew Melnychenko >> >> >> >>

[Bug 1614609] Re: alphabetical order of monitor options

2020-11-21 Thread Peter Maydell
Should be fixed by this patch: https://patchew.org/QEMU/20201121151711.20783-1-peter.mayd...@linaro.org/ ** Changed in: qemu Status: New => In Progress -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net

Re: [PATCH] hmp: Changed hmp_netdev_add() using qmp_marshal_netdev_add()

2020-11-21 Thread Yuri Benditovich
On Fri, Nov 20, 2020 at 2:58 PM Markus Armbruster wrote: > Andrew Melnichenko writes: > > > Ping > > > > On Thu, Jul 16, 2020 at 6:26 AM wrote: > > > >> From: Andrew Melnychenko > >> > >> There is an issue, that netdev can't be removed if it was added using > hmp. > >> The bug appears after 08

[PATCH] hmp-commands.hx: List abbreviation after command for cont, quit, print

2020-11-21 Thread Peter Maydell
We have four HMP commands which have a single-character abbreviated version: cont ('c'), quit ('q'), print ('p') and help ('h'). For cont, quit and print, we list the abbreviation first in the help documentation and the command name. This has the odd effect that in the full 'help' command list th

[Bug 1453613] Re: the help message of the set_password subcommand of the qemu monitor isn't usable

2020-11-21 Thread Peter Maydell
I think the 'help' text in the monitor is only really intended as a brief usage summary reminder (in particular "help" on its own prints the concatenation of all the "help foo" command help, so having "help foo" print a long bit of documentation makes "help" output look weird). The full documentati

[Bug 1750899] Re: Mouse cursor sometimes can't pass the invisible border on the right side of the screen

2020-11-21 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 1754656] Re: Please solve graceful (ACPI) poweroff issue, using signals, most importantly SIGTERM

2020-11-21 Thread Thomas Huth
** Changed in: qemu Importance: Undecided => Wishlist -- 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

Re: [PATCH 18/26] target/mips: Extract Loongson SIMD translation routines

2020-11-21 Thread Philippe Mathieu-Daudé
On 11/20/20 10:08 PM, Philippe Mathieu-Daudé wrote: > LoongSIMD (formerly LoongMMI in Loongson 2E/F) is the > 128-bit SIMD extension from the LoongISA. > > Extract 600 lines of translation routines to > 'vendor-loong-simd_translate.c.inc'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > targe

[Bug 1756538] Re: Minimal Ubuntu vs. Debian differences

2020-11-21 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 1756728] Re: virtio-scsi virtio-scsi-single and virtio-blk on raw image, games are not starting

2020-11-21 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 1843073] Re: Network loose connection for long time under light load guest winxp64 with virtio on i5-8350U

2020-11-21 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 1843151] Re: Regression: QEMU 4.1.0 qxl and KMS resoluiton only 4x10

2020-11-21 Thread Thomas Huth
Has this ever been fixed on the QEMU or Spice side? Anyway, 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 stil

[Bug 1757323] Re: blue screen running windows 10 install DVD on qemu

2020-11-21 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 1843590] Re: NBD tests use hardcoded port 10810

2020-11-21 Thread Thomas Huth
This should have been fixed by this commit here: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=f3923a72f199b2c63747a7 ** 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://bu

[Bug 1905037] Re: Qemu SPARC64 Panics on Sun Solaris 5.8 - BOP_ALLOC failed

2020-11-21 Thread Thomas Huth
Sorry, wrong ticket, this is not an old one, so setting this to incomplete already was a mistake. ** 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/19

[Bug 1905037] Re: Qemu SPARC64 Panics on Sun Solaris 5.8 - BOP_ALLOC failed

2020-11-21 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 1453608] Re: explain what pcsys_monitor in manpage

2020-11-21 Thread Thomas Huth
This should finally get fixed here: https://gitlab.com/qemu-project/qemu/-/commit/923e931188dcbb7 ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs

Re: [PULL 0/2] Kconfig, qboot changes for 2020-11-20

2020-11-21 Thread Peter Maydell
On Fri, 20 Nov 2020 at 22:18, Paolo Bonzini wrote: > > The following changes since commit 7fbd7e710323c8f4c5f6a38a8ae0e6726b5a4599: > > Merge remote-tracking branch > 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-11-19 > 17:08:42 +) > > are available in the Git rep

Re: Regressions in build process introduced since August

2020-11-21 Thread Paolo Bonzini
Il sab 21 nov 2020, 12:26 Stefan Weil ha scritto: > One more regression: a lot of build targets are no longer supported with > the new meson based build. > > Personally I am missing `make install-doc` and found no good replacement > up to now. > Just use DESTDIR to install in a staging area, and

Re: Regressions in build process introduced since August

2020-11-21 Thread Stefan Weil
One more regression: a lot of build targets are no longer supported with the new meson based build. Personally I am missing `make install-doc` and found no good replacement up to now. Regards, Stefan

Re: Regressions in build process introduced since August

2020-11-21 Thread Stefan Weil
Am 21.11.20 um 11:25 schrieb Stefan Weil: Hi, I just noticed another regression: A cross build targeting Windows no longer detects VNC JPEG support. Using pkg-config like in the patch below would fix that (and also works for native builds on Debian GNU Linux). Maybe the current find_librar

Re: Regressions in build process introduced since August

2020-11-21 Thread Stefan Weil
Hi, I just noticed another regression: A cross build targeting Windows no longer detects VNC JPEG support. Using pkg-config like in the patch below would fix that (and also works for native builds on Debian GNU Linux). Maybe the current find_library ignores --extra-cflags and --extra-ldflag

Re: [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files

2020-11-21 Thread Alessandro Di Federico via
On Thu, 29 Oct 2020 19:08:26 -0500 Taylor Simpson wrote: > +def genptr_decl_new(f,regtype,regid,regno): > +if (regtype == "N"): > +if (regid in {"s", "t"}): > +f.write("const int %s%sX = insn->regno[%d];\n" % \ > +(regtype, regid, regno)) > +