[Bug 65081] Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow)

2015-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=65081

--- Comment #5 from Daniel Haid d.h...@gogi.tv ---
The problem seems to be fixed with linux 3.19 and qemu 2.2.1.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 65081] Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow)

2015-04-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=65081

Paolo Bonzini bonz...@gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bonz...@gnu.org
 Resolution|--- |CODE_FIX

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 65081] Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow)

2014-04-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=65081

--- Comment #2 from Daniel Haid d.h...@gogi.tv ---
The problem persists with linux 3.14.1 and qemu 1.7.1.

Any suggestions on which further information you need is very welcome.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 65081] Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow)

2014-04-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=65081

--- Comment #3 from Daniel Haid d.h...@gogi.tv ---
I removed all unnecessary arguments. The following command line is actually
sufficient to produce hanging guests:

qemu-system-x86_64 -enable-kvm -kernel vmlinuz-linux -initrd
initramfs-linux.img -append console=ttyS0,57600 -nographic -smp 2

I tried to run multiple guests and found out the following: It is possible to
run multiple non-smp-guests (I tried three) and one smp-guest fine. But as soon
as a second smp-guest is started, both smp-guests hang. However, the
non-smp-guests are not affected!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 65081] Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow)

2014-04-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=65081

Daniel Haid d.h...@gogi.tv changed:

   What|Removed |Added

 Kernel Version|3.12|3.14

--- Comment #4 from Daniel Haid d.h...@gogi.tv ---
I have now tried and seen that using -no-kvm-irqchip actually solves the
problem.

Some more information about the bug:

Instead of two -smp 2 guests, one -smp 3 (or higher) guest will also hang.

And note that when running the two guests, they are running as different users.
How can they ever be allowed to influence each other?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Bug 65081] Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow)

2013-11-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=65081

--- Comment #1 from Daniel Haid d.h...@gogi.tv ---
I have been told that I should provide the command line I am using, so here it
is:

qemu-system-x86_64 -enable-kvm -kernel vmlinuz-linux -initrd
initramfs-linux.img -append console=ttyS0,57600 loglevel=7 root=/dev/vda rw
-nographic -m 512 -drive file=/dev/mapper/vg0---root,if=virtio -drive
file=/dev/mapper/vg0---swap,if=virtio -net nic,model=virtio -net
tap,name=tap0,ifname=tap0,script=no,downscript=no -smp 2

The  is different for the two guests.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html