* system_powerdown and OpenBSD 4.8
@ 2010-12-18 21:40 Daniel Bareiro
2010-12-18 21:46 ` Daniel Bareiro
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Bareiro @ 2010-12-18 21:40 UTC (permalink / raw)
To: KVM General
[-- Attachment #1: Type: text/plain, Size: 341 bytes --]
Hi all!
Does system_powedown work with OpenBSD 4.8? When I run this command from
Qemu Monitor, the VM freezes using both bsd and bsd.mp stock kernel.
Thanks in advance for your replies.
Regards,
Daniel
--
Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37
Powered by Debian GNU/Linux Lenny - Linux user #188.598
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: system_powerdown and OpenBSD 4.8
2010-12-18 21:40 system_powerdown and OpenBSD 4.8 Daniel Bareiro
@ 2010-12-18 21:46 ` Daniel Bareiro
2010-12-19 8:48 ` Michael Tokarev
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Bareiro @ 2010-12-18 21:46 UTC (permalink / raw)
To: KVM General
[-- Attachment #1: Type: text/plain, Size: 556 bytes --]
On Saturday, 18 December 2010 18:40:27 -0300,
Daniel Bareiro wrote:
> Does system_powedown work with OpenBSD 4.8? When I run this command
> from Qemu Monitor, the VM freezes using both bsd and bsd.mp stock
> kernel.
I forgot to mention that the VMHost is Debian GNU/Linux Lenny with Linux
2.6.34.5 manually compiled with the kernel.org source code and qemu-kvm
0.12.4 from Backports repositories.
Regards,
Daniel
--
Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37
Powered by Debian GNU/Linux Lenny - Linux user #188.598
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: system_powerdown and OpenBSD 4.8
2010-12-18 21:46 ` Daniel Bareiro
@ 2010-12-19 8:48 ` Michael Tokarev
2010-12-19 14:40 ` Daniel Bareiro
0 siblings, 1 reply; 5+ messages in thread
From: Michael Tokarev @ 2010-12-19 8:48 UTC (permalink / raw)
To: dbareiro, KVM General
19.12.2010 00:46, Daniel Bareiro wrote:
> On Saturday, 18 December 2010 18:40:27 -0300,
> Daniel Bareiro wrote:
>
>> Does system_powedown work with OpenBSD 4.8? When I run this command
>> from Qemu Monitor, the VM freezes using both bsd and bsd.mp stock
>> kernel.
>
> I forgot to mention that the VMHost is Debian GNU/Linux Lenny with Linux
> 2.6.34.5 manually compiled with the kernel.org source code and qemu-kvm
> 0.12.4 from Backports repositories.
Fwiw, that version of qemu-kvm does not have a fix for system_powerdown,
this one:
http://git.debian.org/?p=collab-maint/qemu-kvm.git;a=commitdiff;h=e05434807329e1ee0c03090e61f37bce8f2f74c0;hp=2c9b9525f8d0eff259117ca033b7522118877eaf
which went into one of the latest squeeze qemu-kvm releases,
and which is also available on bpo.
/mjt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: system_powerdown and OpenBSD 4.8
2010-12-19 8:48 ` Michael Tokarev
@ 2010-12-19 14:40 ` Daniel Bareiro
2010-12-19 14:49 ` Gleb Natapov
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Bareiro @ 2010-12-19 14:40 UTC (permalink / raw)
To: KVM General
[-- Attachment #1: Type: text/plain, Size: 1435 bytes --]
Hi, Michael.
On Sunday, 19 December 2010 11:48:42 +0300,
Michael Tokarev wrote:
> >> Does system_powedown work with OpenBSD 4.8? When I run this command
> >> from Qemu Monitor, the VM freezes using both bsd and bsd.mp stock
> >> kernel.
> > I forgot to mention that the VMHost is Debian GNU/Linux Lenny with
> > Linux 2.6.34.5 manually compiled with the kernel.org source code and
> > qemu-kvm 0.12.4 from Backports repositories.
> Fwiw, that version of qemu-kvm does not have a fix for
> system_powerdown, this one:
>
> http://git.debian.org/?p=collab-maint/qemu-kvm.git;a=commitdiff;h=e05434807329e1ee0c03090e61f37bce8f2f74c0;hp=2c9b9525f8d0eff259117ca033b7522118877eaf
>
> which went into one of the latest squeeze qemu-kvm releases, and which
> is also available on bpo.
I just upgraded to 0.12.5 qemu-kvm from Backports repositories. I turn
off the virtual machine, then I boot it and I tried again with
system_powerdown from Qemu Monitor, but I get the same result: the VM
freezes when running the command.
As I was reading in the comments of the patch, it was due to problems with
system_powerdown with FreeBSD.
Maybe OpenBSD behaves differently. Is there some debug command that I
can use to provide more data?
Thanks for your reply.
Regards,
Daniel
--
Fingerprint: BFB3 08D6 B4D1 31B2 72B9 29CE 6696 BF1B 14E6 1D37
Powered by Debian GNU/Linux Lenny - Linux user #188.598
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: system_powerdown and OpenBSD 4.8
2010-12-19 14:40 ` Daniel Bareiro
@ 2010-12-19 14:49 ` Gleb Natapov
0 siblings, 0 replies; 5+ messages in thread
From: Gleb Natapov @ 2010-12-19 14:49 UTC (permalink / raw)
To: dbareiro, KVM General
On Sun, Dec 19, 2010 at 11:40:24AM -0300, Daniel Bareiro wrote:
> > Fwiw, that version of qemu-kvm does not have a fix for
> > system_powerdown, this one:
> >
> > http://git.debian.org/?p=collab-maint/qemu-kvm.git;a=commitdiff;h=e05434807329e1ee0c03090e61f37bce8f2f74c0;hp=2c9b9525f8d0eff259117ca033b7522118877eaf
> >
> > which went into one of the latest squeeze qemu-kvm releases, and which
> > is also available on bpo.
>
> I just upgraded to 0.12.5 qemu-kvm from Backports repositories. I turn
> off the virtual machine, then I boot it and I tried again with
> system_powerdown from Qemu Monitor, but I get the same result: the VM
> freezes when running the command.
>
> As I was reading in the comments of the patch, it was due to problems with
> system_powerdown with FreeBSD.
>
> Maybe OpenBSD behaves differently. Is there some debug command that I
> can use to provide more data?
>
>
Yes, as far as I remember OpenBSD completely freaks out when it gets SCI
interrupt. I was not able to find out why. Does it work on physical HW?
--
Gleb.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-19 14:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-18 21:40 system_powerdown and OpenBSD 4.8 Daniel Bareiro
2010-12-18 21:46 ` Daniel Bareiro
2010-12-19 8:48 ` Michael Tokarev
2010-12-19 14:40 ` Daniel Bareiro
2010-12-19 14:49 ` Gleb Natapov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox