All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87pn6depau.fsf@vitty.brq.redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 757fdf1..5350dc4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -81,3 +81,130 @@ we can't just implicitly change it underneath or migration will break...
 
 -- 
 Vitaly
+
+-- 
+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 crash (Assertion `ret ==
+  cpu->kvm_msr_buf->nmsrs' failed) on AMD processors
+
+Status in QEMU:
+  New
+
+Bug description:
+  QEMU release version: Any recent version (5.0.0, 5.1.0, git master)
+  Host CPU: AMD Ryzen 3900X
+
+  The following backtrace is from commit
+  e883b492c221241d28aaa322c61536436090538a.
+
+  QTEST_QEMU_BINARY=./build/qemu-system-x86_64 gdb ./build/tests/qtest/bios-tables-test
+  GNU gdb (GDB) 9.2
+  Copyright (C) 2020 Free Software Foundation, Inc.
+  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+  This is free software: you are free to change and redistribute it.
+  There is NO WARRANTY, to the extent permitted by law.
+  Type "show copying" and "show warranty" for details.
+  This GDB was configured as "x86_64-unknown-linux-gnu".
+  Type "show configuration" for configuration details.
+  For bug reporting instructions, please see:
+  <http://www.gnu.org/software/gdb/bugs/>.
+  Find the GDB manual and other documentation resources online at:
+      <http://www.gnu.org/software/gdb/documentation/>.
+
+  For help, type "help".
+  Type "apropos word" to search for commands related to "word"...
+  Reading symbols from ./build/tests/qtest/bios-tables-test...
+  (gdb) run
+  Starting program: /home/mcournoyer/src/qemu/build/tests/qtest/bios-tables-test 
+  [Thread debugging using libthread_db enabled]
+  Using host libthread_db library "/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1".
+  [New Thread 0x7ffff7af6700 (LWP 18955)]
+  # random seed: R02S5106b7afa2fd84a0353605795c04ab7d
+  1..19
+  # Start of x86_64 tests
+  # Start of acpi tests
+  # starting QEMU: exec ./build/qemu-system-x86_64 -qtest unix:/tmp/qtest-18951.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-18951.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine pc,kernel-irqchip=off -accel kvm -accel tcg -net none -display none  -drive id=hd0,if=none,file=tests/acpi-test-disk-R3kbyc,format=raw -device ide-hd,drive=hd0  -accel qtest
+  [Attaching after Thread 0x7ffff7af7900 (LWP 18951) fork to child process 18956]
+  [New inferior 2 (process 18956)]
+  [Detaching after fork from parent process 18951]
+  [Inferior 1 (process 18951) detached]
+  [Thread debugging using libthread_db enabled]
+  Using host libthread_db library "/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1".
+  [New Thread 0x7ffff7af6700 (LWP 18957)]
+  [Thread 0x7ffff7af6700 (LWP 18957) exited]
+  process 18956 is executing new program: /gnu/store/87kif0bpf0anwbsaw0jvg8fyciw4sz67-bash-5.0.16/bin/bash
+  process 18956 is executing new program: /home/mcournoyer/src/qemu/build/qemu-system-x86_64
+  [Thread debugging using libthread_db enabled]
+  Using host libthread_db library "/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1".
+  [New Thread 0x7ffff48ed700 (LWP 18958)]
+  [New Thread 0x7fffeffff700 (LWP 18960)]
+  [New Thread 0x7fffef61c700 (LWP 18961)]
+  [New Thread 0x7fffed5ff700 (LWP 18962)]
+  qemu-system-x86_64: error: failed to set MSR 0x4b564d02 to 0x0
+  qemu-system-x86_64: ../target/i386/kvm.c:2714: kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed.
+
+  Thread 2.5 "qemu-system-x86" received signal SIGABRT, Aborted.
+  [Switching to Thread 0x7fffef61c700 (LWP 18961)]
+  0x00007ffff65dbaba in raise () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  (gdb) taas bt
+
+  Thread 2.6 (Thread 0x7fffed5ff700 (LWP 18962)):
+  #0  0x00007ffff6770c4d in pthread_cond_timedwait@@GLIBC_2.3.2 () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0
+  #1  0x0000555555cc8a0e in qemu_sem_timedwait (sem=sem@entry=0x55555662f758, ms=ms@entry=10000) at ../util/qemu-thread-posix.c:282
+  #2  0x0000555555cd91b5 in worker_thread (opaque=opaque@entry=0x55555662f6e0) at ../util/thread-pool.c:91
+  #3  0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521
+  #4  0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0
+  #5  0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+
+  Thread 2.5 (Thread 0x7fffef61c700 (LWP 18961)):
+  #0  0x00007ffff65dbaba in raise () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  #1  0x00007ffff65dcbf5 in abort () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  #2  0x00007ffff65d470a in __assert_fail_base () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  #3  0x00007ffff65d4782 in __assert_fail () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  #4  0x0000555555a3e979 in kvm_buf_set_msrs (cpu=0x555556688a20) at ../target/i386/kvm.c:2714
+  #5  0x0000555555a438cc in kvm_put_msrs (level=3, cpu=0x555556688a20) at ../target/i386/kvm.c:3005
+  #6  kvm_arch_put_registers (cpu=cpu@entry=0x555556688a20, level=level@entry=3) at ../target/i386/kvm.c:3989
+  #7  0x0000555555af7b0e in do_kvm_cpu_synchronize_post_init (cpu=0x555556688a20, arg=...) at ../accel/kvm/kvm-all.c:2355
+  #8  0x00005555558ef8e2 in process_queued_cpu_work (cpu=cpu@entry=0x555556688a20) at ../cpus-common.c:343
+  #9  0x0000555555b6ac25 in qemu_wait_io_event_common (cpu=cpu@entry=0x555556688a20) at ../softmmu/cpus.c:1117
+  #10 0x0000555555b6ac84 in qemu_wait_io_event (cpu=cpu@entry=0x555556688a20) at ../softmmu/cpus.c:1157
+  #11 0x0000555555b6aec8 in qemu_kvm_cpu_thread_fn (arg=arg@entry=0x555556688a20) at ../softmmu/cpus.c:1193
+  #12 0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521
+  #13 0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0
+  #14 0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+
+  Thread 2.4 (Thread 0x7fffeffff700 (LWP 18960)):
+  #0  0x00007ffff66919d9 in poll () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  #1  0x00007ffff78f0051 in g_main_context_iterate.isra () from /gnu/store/n1mx1dp0hcrzm1akf8qdqa9gmybzazs2-profile/lib/libglib-2.0.so.0
+  #2  0x00007ffff78f0392 in g_main_loop_run () from /gnu/store/n1mx1dp0hcrzm1akf8qdqa9gmybzazs2-profile/lib/libglib-2.0.so.0
+  #3  0x000055555584b5a1 in iothread_run (opaque=opaque@entry=0x555556557720) at ../iothread.c:80
+  #4  0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521
+  #5  0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0
+  #6  0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+
+  Thread 2.3 (Thread 0x7ffff48ed700 (LWP 18958)):
+  #0  0x00007ffff66657a1 in clock_nanosleep@GLIBC_2.2.5 () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  #1  0x00007ffff666ac03 in nanosleep () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+  #2  0x00007ffff7919cdf in g_usleep () from /gnu/store/n1mx1dp0hcrzm1akf8qdqa9gmybzazs2-profile/lib/libglib-2.0.so.0
+  #3  0x0000555555cb3b04 in call_rcu_thread (opaque=opaque@entry=0x0) at ../util/rcu.c:250
+  #4  0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521
+  #5  0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0
+  #6  0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6
+
+  Thread 2.1 (Thread 0x7ffff48f2c80 (LWP 18956)):
+  #0  0x00007ffff677094c in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0
+  #1  0x0000555555cc854f in qemu_cond_wait_impl (cond=0x5555563b0020 <qemu_work_cond>, mutex=0x5555563cd620 <qemu_global_mutex>, file=0x555555dbad06 "../cpus-common.c", line=154) at ../util/qemu-thread-posix.c:174
+  #2  0x00005555558ef484 in do_run_on_cpu (cpu=cpu@entry=0x555556688a20, func=func@entry=0x555555af7b00 <do_kvm_cpu_synchronize_post_init>, data=..., mutex=mutex@entry=0x5555563cd620 <qemu_global_mutex>) at ../cpus-common.c:154
+  #3  0x0000555555b6aa7c in run_on_cpu (cpu=cpu@entry=0x555556688a20, func=func@entry=0x555555af7b00 <do_kvm_cpu_synchronize_post_init>, data=..., data@entry=...) at ../softmmu/cpus.c:1085
+  #4  0x0000555555af8d4e in kvm_cpu_synchronize_post_init (cpu=cpu@entry=0x555556688a20) at ../accel/kvm/kvm-all.c:2361
+  #5  0x0000555555b6a94a in cpu_synchronize_post_init (cpu=0x555556688a20) at /home/mcournoyer/src/qemu/include/sysemu/hw_accel.h:55
+  #6  cpu_synchronize_all_post_init () at ../softmmu/cpus.c:953
+  #7  0x0000555555b0dca7 in qemu_init (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at ../softmmu/vl.c:4387
+  #8  0x0000555555840609 in main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at ../softmmu/main.c:49
+
+To manage notifications about this bug go to:
+https://bugs.launchpad.net/qemu/+bug/1896263/+subscriptions
diff --git a/a/content_digest b/N1/content_digest
index 54b266d..da8d5b0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,11 @@
+ "ref\0160044888692.1133.11388395637815022535.malonedeb@chaenomeles.canonical.com\0"
  "ref\020200922151455.1763896-1-ehabkost@redhat.com\0"
  "ref\087v9g5es9n.fsf@vitty.brq.redhat.com\0"
  "ref\020200922161055.GY57321@habkost.net\0"
- "From\0Vitaly Kuznetsov <vkuznets@redhat.com>\0"
- "Subject\0Re: [PATCH] i386: Don't try to set MSR_KVM_ASYNC_PF_EN if kernel-irqchip=off\0"
- "Date\0Tue, 22 Sep 2020 18:42:17 +0200\0"
- "To\0Eduardo Habkost <ehabkost@redhat.com>\0"
- "Cc\0qemu-devel@nongnu.org"
-  Dr. David Alan Gilbert <dgilbert@redhat.com>
-  1896263@bugs.launchpad.net
-  kvm@vger.kernel.org
-  Paolo Bonzini <pbonzini@redhat.com>
-  Richard Henderson <rth@twiddle.net>
-  Marcelo Tosatti <mtosatti@redhat.com>
-  Laurent Vivier <lvivier@redhat.com>
- " Stefan Hajnoczi <stefanha@redhat.com>\0"
+ "From\0Vitaly Kuznetsov <1896263@bugs.launchpad.net>\0"
+ "Subject\0[Bug 1896263] Re: [PATCH] i386: Don't try to set MSR_KVM_ASYNC_PF_EN if kernel-irqchip=off\0"
+ "Date\0Tue, 22 Sep 2020 16:42:17 -0000\0"
+ "To\0qemu-devel@nongnu.org\0"
  "\00:1\0"
  "b\0"
  "Eduardo Habkost <ehabkost@redhat.com> writes:\n"
@@ -98,6 +90,133 @@
  "we can't just implicitly change it underneath or migration will break...\n"
  "\n"
  "-- \n"
- Vitaly
+ "Vitaly\n"
+ "\n"
+ "-- \n"
+ "You received this bug notification because you are a member of qemu-\n"
+ "devel-ml, which is subscribed to QEMU.\n"
+ "https://bugs.launchpad.net/bugs/1896263\n"
+ "\n"
+ "Title:\n"
+ "  The bios-tables-test test causes QEMU to crash (Assertion `ret ==\n"
+ "  cpu->kvm_msr_buf->nmsrs' failed) on AMD processors\n"
+ "\n"
+ "Status in QEMU:\n"
+ "  New\n"
+ "\n"
+ "Bug description:\n"
+ "  QEMU release version: Any recent version (5.0.0, 5.1.0, git master)\n"
+ "  Host CPU: AMD Ryzen 3900X\n"
+ "\n"
+ "  The following backtrace is from commit\n"
+ "  e883b492c221241d28aaa322c61536436090538a.\n"
+ "\n"
+ "  QTEST_QEMU_BINARY=./build/qemu-system-x86_64 gdb ./build/tests/qtest/bios-tables-test\n"
+ "  GNU gdb (GDB) 9.2\n"
+ "  Copyright (C) 2020 Free Software Foundation, Inc.\n"
+ "  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
+ "  This is free software: you are free to change and redistribute it.\n"
+ "  There is NO WARRANTY, to the extent permitted by law.\n"
+ "  Type \"show copying\" and \"show warranty\" for details.\n"
+ "  This GDB was configured as \"x86_64-unknown-linux-gnu\".\n"
+ "  Type \"show configuration\" for configuration details.\n"
+ "  For bug reporting instructions, please see:\n"
+ "  <http://www.gnu.org/software/gdb/bugs/>.\n"
+ "  Find the GDB manual and other documentation resources online at:\n"
+ "      <http://www.gnu.org/software/gdb/documentation/>.\n"
+ "\n"
+ "  For help, type \"help\".\n"
+ "  Type \"apropos word\" to search for commands related to \"word\"...\n"
+ "  Reading symbols from ./build/tests/qtest/bios-tables-test...\n"
+ "  (gdb) run\n"
+ "  Starting program: /home/mcournoyer/src/qemu/build/tests/qtest/bios-tables-test \n"
+ "  [Thread debugging using libthread_db enabled]\n"
+ "  Using host libthread_db library \"/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1\".\n"
+ "  [New Thread 0x7ffff7af6700 (LWP 18955)]\n"
+ "  # random seed: R02S5106b7afa2fd84a0353605795c04ab7d\n"
+ "  1..19\n"
+ "  # Start of x86_64 tests\n"
+ "  # Start of acpi tests\n"
+ "  # starting QEMU: exec ./build/qemu-system-x86_64 -qtest unix:/tmp/qtest-18951.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-18951.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine pc,kernel-irqchip=off -accel kvm -accel tcg -net none -display none  -drive id=hd0,if=none,file=tests/acpi-test-disk-R3kbyc,format=raw -device ide-hd,drive=hd0  -accel qtest\n"
+ "  [Attaching after Thread 0x7ffff7af7900 (LWP 18951) fork to child process 18956]\n"
+ "  [New inferior 2 (process 18956)]\n"
+ "  [Detaching after fork from parent process 18951]\n"
+ "  [Inferior 1 (process 18951) detached]\n"
+ "  [Thread debugging using libthread_db enabled]\n"
+ "  Using host libthread_db library \"/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1\".\n"
+ "  [New Thread 0x7ffff7af6700 (LWP 18957)]\n"
+ "  [Thread 0x7ffff7af6700 (LWP 18957) exited]\n"
+ "  process 18956 is executing new program: /gnu/store/87kif0bpf0anwbsaw0jvg8fyciw4sz67-bash-5.0.16/bin/bash\n"
+ "  process 18956 is executing new program: /home/mcournoyer/src/qemu/build/qemu-system-x86_64\n"
+ "  [Thread debugging using libthread_db enabled]\n"
+ "  Using host libthread_db library \"/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libthread_db.so.1\".\n"
+ "  [New Thread 0x7ffff48ed700 (LWP 18958)]\n"
+ "  [New Thread 0x7fffeffff700 (LWP 18960)]\n"
+ "  [New Thread 0x7fffef61c700 (LWP 18961)]\n"
+ "  [New Thread 0x7fffed5ff700 (LWP 18962)]\n"
+ "  qemu-system-x86_64: error: failed to set MSR 0x4b564d02 to 0x0\n"
+ "  qemu-system-x86_64: ../target/i386/kvm.c:2714: kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed.\n"
+ "\n"
+ "  Thread 2.5 \"qemu-system-x86\" received signal SIGABRT, Aborted.\n"
+ "  [Switching to Thread 0x7fffef61c700 (LWP 18961)]\n"
+ "  0x00007ffff65dbaba in raise () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  (gdb) taas bt\n"
+ "\n"
+ "  Thread 2.6 (Thread 0x7fffed5ff700 (LWP 18962)):\n"
+ "  #0  0x00007ffff6770c4d in pthread_cond_timedwait@@GLIBC_2.3.2 () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0\n"
+ "  #1  0x0000555555cc8a0e in qemu_sem_timedwait (sem=sem@entry=0x55555662f758, ms=ms@entry=10000) at ../util/qemu-thread-posix.c:282\n"
+ "  #2  0x0000555555cd91b5 in worker_thread (opaque=opaque@entry=0x55555662f6e0) at ../util/thread-pool.c:91\n"
+ "  #3  0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521\n"
+ "  #4  0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0\n"
+ "  #5  0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "\n"
+ "  Thread 2.5 (Thread 0x7fffef61c700 (LWP 18961)):\n"
+ "  #0  0x00007ffff65dbaba in raise () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  #1  0x00007ffff65dcbf5 in abort () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  #2  0x00007ffff65d470a in __assert_fail_base () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  #3  0x00007ffff65d4782 in __assert_fail () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  #4  0x0000555555a3e979 in kvm_buf_set_msrs (cpu=0x555556688a20) at ../target/i386/kvm.c:2714\n"
+ "  #5  0x0000555555a438cc in kvm_put_msrs (level=3, cpu=0x555556688a20) at ../target/i386/kvm.c:3005\n"
+ "  #6  kvm_arch_put_registers (cpu=cpu@entry=0x555556688a20, level=level@entry=3) at ../target/i386/kvm.c:3989\n"
+ "  #7  0x0000555555af7b0e in do_kvm_cpu_synchronize_post_init (cpu=0x555556688a20, arg=...) at ../accel/kvm/kvm-all.c:2355\n"
+ "  #8  0x00005555558ef8e2 in process_queued_cpu_work (cpu=cpu@entry=0x555556688a20) at ../cpus-common.c:343\n"
+ "  #9  0x0000555555b6ac25 in qemu_wait_io_event_common (cpu=cpu@entry=0x555556688a20) at ../softmmu/cpus.c:1117\n"
+ "  #10 0x0000555555b6ac84 in qemu_wait_io_event (cpu=cpu@entry=0x555556688a20) at ../softmmu/cpus.c:1157\n"
+ "  #11 0x0000555555b6aec8 in qemu_kvm_cpu_thread_fn (arg=arg@entry=0x555556688a20) at ../softmmu/cpus.c:1193\n"
+ "  #12 0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521\n"
+ "  #13 0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0\n"
+ "  #14 0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "\n"
+ "  Thread 2.4 (Thread 0x7fffeffff700 (LWP 18960)):\n"
+ "  #0  0x00007ffff66919d9 in poll () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  #1  0x00007ffff78f0051 in g_main_context_iterate.isra () from /gnu/store/n1mx1dp0hcrzm1akf8qdqa9gmybzazs2-profile/lib/libglib-2.0.so.0\n"
+ "  #2  0x00007ffff78f0392 in g_main_loop_run () from /gnu/store/n1mx1dp0hcrzm1akf8qdqa9gmybzazs2-profile/lib/libglib-2.0.so.0\n"
+ "  #3  0x000055555584b5a1 in iothread_run (opaque=opaque@entry=0x555556557720) at ../iothread.c:80\n"
+ "  #4  0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521\n"
+ "  #5  0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0\n"
+ "  #6  0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "\n"
+ "  Thread 2.3 (Thread 0x7ffff48ed700 (LWP 18958)):\n"
+ "  #0  0x00007ffff66657a1 in clock_nanosleep@GLIBC_2.2.5 () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  #1  0x00007ffff666ac03 in nanosleep () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "  #2  0x00007ffff7919cdf in g_usleep () from /gnu/store/n1mx1dp0hcrzm1akf8qdqa9gmybzazs2-profile/lib/libglib-2.0.so.0\n"
+ "  #3  0x0000555555cb3b04 in call_rcu_thread (opaque=opaque@entry=0x0) at ../util/rcu.c:250\n"
+ "  #4  0x0000555555cc7e86 in qemu_thread_start (args=<optimized out>) at ../util/qemu-thread-posix.c:521\n"
+ "  #5  0x00007ffff6769f64 in start_thread () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0\n"
+ "  #6  0x00007ffff669b9af in clone () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libc.so.6\n"
+ "\n"
+ "  Thread 2.1 (Thread 0x7ffff48f2c80 (LWP 18956)):\n"
+ "  #0  0x00007ffff677094c in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr-glibc-2.31/lib/libpthread.so.0\n"
+ "  #1  0x0000555555cc854f in qemu_cond_wait_impl (cond=0x5555563b0020 <qemu_work_cond>, mutex=0x5555563cd620 <qemu_global_mutex>, file=0x555555dbad06 \"../cpus-common.c\", line=154) at ../util/qemu-thread-posix.c:174\n"
+ "  #2  0x00005555558ef484 in do_run_on_cpu (cpu=cpu@entry=0x555556688a20, func=func@entry=0x555555af7b00 <do_kvm_cpu_synchronize_post_init>, data=..., mutex=mutex@entry=0x5555563cd620 <qemu_global_mutex>) at ../cpus-common.c:154\n"
+ "  #3  0x0000555555b6aa7c in run_on_cpu (cpu=cpu@entry=0x555556688a20, func=func@entry=0x555555af7b00 <do_kvm_cpu_synchronize_post_init>, data=..., data@entry=...) at ../softmmu/cpus.c:1085\n"
+ "  #4  0x0000555555af8d4e in kvm_cpu_synchronize_post_init (cpu=cpu@entry=0x555556688a20) at ../accel/kvm/kvm-all.c:2361\n"
+ "  #5  0x0000555555b6a94a in cpu_synchronize_post_init (cpu=0x555556688a20) at /home/mcournoyer/src/qemu/include/sysemu/hw_accel.h:55\n"
+ "  #6  cpu_synchronize_all_post_init () at ../softmmu/cpus.c:953\n"
+ "  #7  0x0000555555b0dca7 in qemu_init (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at ../softmmu/vl.c:4387\n"
+ "  #8  0x0000555555840609 in main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at ../softmmu/main.c:49\n"
+ "\n"
+ "To manage notifications about this bug go to:\n"
+ https://bugs.launchpad.net/qemu/+bug/1896263/+subscriptions
 
-257e4d2e5a65032c663a91c3ecd60a1ff6fdcedbf2ca743ae8de217337c6de8b
+f7800856d45fda35cdf1c09b7ae5662a039daa6eb696a66c939d2f11e8d271e3

diff --git a/a/content_digest b/N2/content_digest
index 54b266d..5070219 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,15 +5,15 @@
  "Subject\0Re: [PATCH] i386: Don't try to set MSR_KVM_ASYNC_PF_EN if kernel-irqchip=off\0"
  "Date\0Tue, 22 Sep 2020 18:42:17 +0200\0"
  "To\0Eduardo Habkost <ehabkost@redhat.com>\0"
- "Cc\0qemu-devel@nongnu.org"
-  Dr. David Alan Gilbert <dgilbert@redhat.com>
+ "Cc\0Laurent Vivier <lvivier@redhat.com>"
   1896263@bugs.launchpad.net
   kvm@vger.kernel.org
-  Paolo Bonzini <pbonzini@redhat.com>
-  Richard Henderson <rth@twiddle.net>
   Marcelo Tosatti <mtosatti@redhat.com>
-  Laurent Vivier <lvivier@redhat.com>
- " Stefan Hajnoczi <stefanha@redhat.com>\0"
+  qemu-devel@nongnu.org
+  Dr. David Alan Gilbert <dgilbert@redhat.com>
+  Stefan Hajnoczi <stefanha@redhat.com>
+  Paolo Bonzini <pbonzini@redhat.com>
+ " Richard Henderson <rth@twiddle.net>\0"
  "\00:1\0"
  "b\0"
  "Eduardo Habkost <ehabkost@redhat.com> writes:\n"
@@ -100,4 +100,4 @@
  "-- \n"
  Vitaly
 
-257e4d2e5a65032c663a91c3ecd60a1ff6fdcedbf2ca743ae8de217337c6de8b
+67f16e7ff729fe6f056f1e1bd29dcaa466c632ece2c1947c5851ba802e1f7f1d

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.