All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug
@ 2018-09-12 17:16 Kirill Bugaev
  2018-09-13  9:37 ` [Qemu-devel] [Bug 1792193] " Dr. David Alan Gilbert
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Kirill Bugaev @ 2018-09-12 17:16 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
qemu-system-x86_64 \
	-monitor stdio \
	-enable-kvm \
	-cpu host \
	-smp cpus=2 \
	-m 1G \
	-vga virtio \
	-display gtk,gl=on \
	-soundhw ac97 \
	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

** Affects: qemu
     Importance: Undecided
         Status: 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/1792193

Title:
  AMD Athlon(tm) X2 Dual-Core QL-64 bug

Status in QEMU:
  New

Bug description:
  I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
  qemu-system-x86_64 \
  	-monitor stdio \
  	-enable-kvm \
  	-cpu host \
  	-smp cpus=2 \
  	-m 1G \
  	-vga virtio \
  	-display gtk,gl=on \
  	-soundhw ac97 \
  	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
  I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
  I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
  My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1792193/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1792193] Re: AMD Athlon(tm) X2 Dual-Core QL-64 bug
  2018-09-12 17:16 [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug Kirill Bugaev
@ 2018-09-13  9:37 ` Dr. David Alan Gilbert
  2018-09-14 10:09 ` Kirill Bugaev
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Dr. David Alan Gilbert @ 2018-09-13  9:37 UTC (permalink / raw)
  To: qemu-devel

Hi Kirill,
  That's a bit tricky to debug; could you build qemu from git and try and bisect between 2.12.0 and 3.0 to see which commit broke it?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1792193

Title:
  AMD Athlon(tm) X2 Dual-Core QL-64 bug

Status in QEMU:
  New

Bug description:
  I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
  qemu-system-x86_64 \
  	-monitor stdio \
  	-enable-kvm \
  	-cpu host \
  	-smp cpus=2 \
  	-m 1G \
  	-vga virtio \
  	-display gtk,gl=on \
  	-soundhw ac97 \
  	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
  I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
  I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
  My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1792193/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1792193] Re: AMD Athlon(tm) X2 Dual-Core QL-64 bug
  2018-09-12 17:16 [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug Kirill Bugaev
  2018-09-13  9:37 ` [Qemu-devel] [Bug 1792193] " Dr. David Alan Gilbert
@ 2018-09-14 10:09 ` Kirill Bugaev
  2018-09-14 18:02 ` Kirill Bugaev
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Kirill Bugaev @ 2018-09-14 10:09 UTC (permalink / raw)
  To: qemu-devel

Yes I could, but it rebuilds too long. I will report results later, when
find broke commit.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1792193

Title:
  AMD Athlon(tm) X2 Dual-Core QL-64 bug

Status in QEMU:
  New

Bug description:
  I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
  qemu-system-x86_64 \
  	-monitor stdio \
  	-enable-kvm \
  	-cpu host \
  	-smp cpus=2 \
  	-m 1G \
  	-vga virtio \
  	-display gtk,gl=on \
  	-soundhw ac97 \
  	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
  I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
  I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
  My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1792193/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1792193] Re: AMD Athlon(tm) X2 Dual-Core QL-64 bug
  2018-09-12 17:16 [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug Kirill Bugaev
  2018-09-13  9:37 ` [Qemu-devel] [Bug 1792193] " Dr. David Alan Gilbert
  2018-09-14 10:09 ` Kirill Bugaev
@ 2018-09-14 18:02 ` Kirill Bugaev
  2018-09-15 14:23 ` Kirill Bugaev
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Kirill Bugaev @ 2018-09-14 18:02 UTC (permalink / raw)
  To: qemu-devel

I try to bisect git version. When I run git bisect bad v3.0.0 it says:
Bisecting: 1298 revisions left to test after this (roughly 10 steps)
error: Your local changes to the following files would be overwritten by checkout:
        configure
        po/bg.po
        po/de_DE.po
        po/fr_FR.po
        po/hu.po
        po/it.po
        po/messages.po
        po/tr.po
        po/zh_CN.po
Please commit your changes or stash them before you switch branches.
Aborting
Something is wrong, isn't it?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1792193

Title:
  AMD Athlon(tm) X2 Dual-Core QL-64 bug

Status in QEMU:
  New

Bug description:
  I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
  qemu-system-x86_64 \
  	-monitor stdio \
  	-enable-kvm \
  	-cpu host \
  	-smp cpus=2 \
  	-m 1G \
  	-vga virtio \
  	-display gtk,gl=on \
  	-soundhw ac97 \
  	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
  I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
  I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
  My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1792193/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 1792193] Re: AMD Athlon(tm) X2 Dual-Core QL-64 bug
  2018-09-12 17:16 [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug Kirill Bugaev
                   ` (2 preceding siblings ...)
  2018-09-14 18:02 ` Kirill Bugaev
@ 2018-09-15 14:23 ` Kirill Bugaev
  2020-11-12 18:25 ` Thomas Huth
  2021-01-12  4:17 ` Launchpad Bug Tracker
  5 siblings, 0 replies; 7+ messages in thread
From: Kirill Bugaev @ 2018-09-15 14:23 UTC (permalink / raw)
  To: qemu-devel

I can't do bisect, but I have installed qemu version 3.0.50
(v3.0.0-614-g19b599f766-dirty) from git and this works fine.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1792193

Title:
  AMD Athlon(tm) X2 Dual-Core QL-64 bug

Status in QEMU:
  New

Bug description:
  I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
  qemu-system-x86_64 \
  	-monitor stdio \
  	-enable-kvm \
  	-cpu host \
  	-smp cpus=2 \
  	-m 1G \
  	-vga virtio \
  	-display gtk,gl=on \
  	-soundhw ac97 \
  	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
  I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
  I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
  My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1792193/+subscriptions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1792193] Re: AMD Athlon(tm) X2 Dual-Core QL-64 bug
  2018-09-12 17:16 [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug Kirill Bugaev
                   ` (3 preceding siblings ...)
  2018-09-15 14:23 ` Kirill Bugaev
@ 2020-11-12 18:25 ` Thomas Huth
  2021-01-12  4:17 ` Launchpad Bug Tracker
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Huth @ 2020-11-12 18:25 UTC (permalink / raw)
  To: qemu-devel

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 state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1792193

Title:
  AMD Athlon(tm) X2 Dual-Core QL-64 bug

Status in QEMU:
  Incomplete

Bug description:
  I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
  qemu-system-x86_64 \
  	-monitor stdio \
  	-enable-kvm \
  	-cpu host \
  	-smp cpus=2 \
  	-m 1G \
  	-vga virtio \
  	-display gtk,gl=on \
  	-soundhw ac97 \
  	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
  I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
  I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
  My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1792193/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1792193] Re: AMD Athlon(tm) X2 Dual-Core QL-64 bug
  2018-09-12 17:16 [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug Kirill Bugaev
                   ` (4 preceding siblings ...)
  2020-11-12 18:25 ` Thomas Huth
@ 2021-01-12  4:17 ` Launchpad Bug Tracker
  5 siblings, 0 replies; 7+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-12  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1792193

Title:
  AMD Athlon(tm) X2 Dual-Core QL-64 bug

Status in QEMU:
  Expired

Bug description:
  I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is
  qemu-system-x86_64 \
  	-monitor stdio \
  	-enable-kvm \
  	-cpu host \
  	-smp cpus=2 \
  	-m 1G \
  	-vga virtio \
  	-display gtk,gl=on \
  	-soundhw ac97 \
  	-drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio
  I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug.
  I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads.
  My processor is AMD Athlon(tm) X2 Dual-Core QL-64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1792193/+subscriptions


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-12  4:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-12 17:16 [Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug Kirill Bugaev
2018-09-13  9:37 ` [Qemu-devel] [Bug 1792193] " Dr. David Alan Gilbert
2018-09-14 10:09 ` Kirill Bugaev
2018-09-14 18:02 ` Kirill Bugaev
2018-09-15 14:23 ` Kirill Bugaev
2020-11-12 18:25 ` Thomas Huth
2021-01-12  4:17 ` Launchpad Bug Tracker

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.