[Bug 1829696] Re: qemu-kvm takes 100% CPU when running redhat/centos 7.6 guest VM OS

2021-04-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 1831225] Re: guest migration 100% cpu freeze bug

2021-04-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 1830031] Re: fatal error: float32nan on QEmu 3.1

2021-04-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 1743191] Re: Interacting with NetBSD serial console boot blocks no longer works

2021-04-21 Thread Andreas Gustafsson
** 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/1743191 Title: Interacting with NetBSD serial console boot blocks no longer works Status in QEMU:

[PATCH 1/2] MAINTAINERS: Add include/exec/gen-icount.h to 'Main Loop' section

2021-04-21 Thread Philippe Mathieu-Daudé
As the 'Main Loop' section covers softmmu/icount.c, add "exec/gen-icount.h" there too. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 36055f14c59..b91419ef08d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

[PATCH 0/2] exec: Cover gen-icount.h in MAINTAINERS, add missing exec-all.h header

2021-04-21 Thread Philippe Mathieu-Daudé
include/exec/gen-icount.h is listed as unmaintained. Add it to Main Loop (or should it be TCG? softmmu/icount.c is already there). Add the missing "exec/exec-all.h" header. Philippe Mathieu-Daudé (2): MAINTAINERS: Add include/exec/gen-icount.h to 'Main Loop' section exec/gen-icount.h: Add mis

[PATCH 2/2] exec/gen-icount.h: Add missing "exec/exec-all.h" include

2021-04-21 Thread Philippe Mathieu-Daudé
When including "exec/gen-icount.h" we get: include/exec/gen-icount.h: In function ‘gen_tb_start’: include/exec/gen-icount.h:40:9: error: implicit declaration of function ‘tb_cflags’ [-Werror=implicit-function-declaration] 40 | if (tb_cflags(tb) & CF_USE_ICOUNT) { | ^~

Re: [PATCH 2/3] hw/block/nvme: add id ns flbas enum

2021-04-21 Thread Klaus Jensen
On Apr 21 18:26, Gollu Appalanaidu wrote: Add the Identify Namespace FLBAS related enums and remove NVME_ID_NS_FLBAS_EXTENDEND macro its being used in only one place and converted into enum. Signed-off-by: Gollu Appalanaidu --- hw/block/nvme-ns.c | 2 +- hw/block/nvme-ns.h | 2 +- include/blo

Re: [PATCH 3/3] hw/block/nvme: add id ns metadata cap (mc) enum

2021-04-21 Thread Klaus Jensen
On Apr 21 18:32, Gollu Appalanaidu wrote: Add Idnetify Namespace Metadata Capablities (MC) enum. Signed-off-by: Gollu Appalanaidu --- hw/block/nvme-ns.c | 2 +- include/block/nvme.h | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/block/nvme-ns.c b/hw/block/nvme-ns.c

[Bug 1828867] Re: QEmu translation is incorrect when using REX in combination with LAHF/SAHF

2021-04-21 Thread Ryan Houdek
This is still relevant. ** 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/1828867 Title: QEmu translation is incorrect when using REX in combinatio

<    1   2   3   4