* is shutdown/halt supposed to work?
@ 2007-03-10 12:24 Ingo Molnar
[not found] ` <20070310122443.GA18969-X9Un+BFzKDI@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2007-03-10 12:24 UTC (permalink / raw)
To: kvm-devel
here's a really stupid question that i remember having seen discussed
here before but for which i didnt find the answer in the archives: if i
do a shutdown/halt in a KVM (Linux/Fedora) guest then is qemu supposed
to exit back to the command line? Currently qemu just keeps looping when
i do that, i have to kill it explicitly to make the guest stop.
Ingo
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <20070310122443.GA18969-X9Un+BFzKDI@public.gmane.org>]
* Re: is shutdown/halt supposed to work? [not found] ` <20070310122443.GA18969-X9Un+BFzKDI@public.gmane.org> @ 2007-03-11 9:20 ` Avi Kivity [not found] ` <45F3C9E9.1000804-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Avi Kivity @ 2007-03-11 9:20 UTC (permalink / raw) To: Ingo Molnar; +Cc: kvm-devel Ingo Molnar wrote: > here's a really stupid question that i remember having seen discussed > here before but for which i didnt find the answer in the archives: if i > do a shutdown/halt in a KVM (Linux/Fedora) guest then is qemu supposed > to exit back to the command line? Currently qemu just keeps looping when > i do that, i have to kill it explicitly to make the guest stop. > > I've actually never tried an orderly shutdown - I'm too impatient :). As it works well in qemu (0.8.2), I expect the problem is with our non-functioning acpi (the kernel complains acpi is broken when it starts up). -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <45F3C9E9.1000804-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: is shutdown/halt supposed to work? [not found] ` <45F3C9E9.1000804-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-03-11 10:41 ` Ingo Molnar [not found] ` <20070311104133.GA23226-X9Un+BFzKDI@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Ingo Molnar @ 2007-03-11 10:41 UTC (permalink / raw) To: Avi Kivity; +Cc: kvm-devel * Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote: > I've actually never tried an orderly shutdown - I'm too impatient :). > As it works well in qemu (0.8.2), I expect the problem is with our > non-functioning acpi (the kernel complains acpi is broken when it > starts up). do you mean this message: Using APIC driver default ACPI: RSDP 000FA6A0, 0014 (r0 BOCHS ) ACPI: RSDT 225F0000, 002C (r0 BOCHS BXPCRSDT 1 BXPC 1) ACPI: FACP 225F002C, 0074 (r0 BOCHS BXPCFACP 1 BXPC 1) ACPI: DSDT 225F0100, 0832 (r1 BXPC BXDSDT 1 INTL 20060912) ACPI: FACS 225F00C0, 0040 ACPI: APIC 225F0938, 0040 (r0 BOCHS BXPCAPIC 1 BXPC 1) ACPI: no DMI BIOS year, acpi=force is required to enable ACPI ACPI: Disabling ACPI support ? I guess we could fill in the DMI BIOS year. I'll try acpi=force. Ingo ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20070311104133.GA23226-X9Un+BFzKDI@public.gmane.org>]
* Re: is shutdown/halt supposed to work? [not found] ` <20070311104133.GA23226-X9Un+BFzKDI@public.gmane.org> @ 2007-03-11 10:50 ` Avi Kivity 0 siblings, 0 replies; 4+ messages in thread From: Avi Kivity @ 2007-03-11 10:50 UTC (permalink / raw) To: Ingo Molnar; +Cc: kvm-devel Ingo Molnar wrote: > * Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote: > > >> I've actually never tried an orderly shutdown - I'm too impatient :). >> As it works well in qemu (0.8.2), I expect the problem is with our >> non-functioning acpi (the kernel complains acpi is broken when it >> starts up). >> > > do you mean this message: > > Using APIC driver default > ACPI: RSDP 000FA6A0, 0014 (r0 BOCHS ) > ACPI: RSDT 225F0000, 002C (r0 BOCHS BXPCRSDT 1 BXPC 1) > ACPI: FACP 225F002C, 0074 (r0 BOCHS BXPCFACP 1 BXPC 1) > ACPI: DSDT 225F0100, 0832 (r1 BXPC BXDSDT 1 INTL 20060912) > ACPI: FACS 225F00C0, 0040 > ACPI: APIC 225F0938, 0040 (r0 BOCHS BXPCAPIC 1 BXPC 1) > ACPI: no DMI BIOS year, acpi=force is required to enable ACPI > ACPI: Disabling ACPI support > > ? I guess we could fill in the DMI BIOS year. I'll try acpi=force. > > I'm more worried about > ACPI: Core revision 20060707 > ACPI Error (hwacpi-0179): Hardware did not change modes [20060707] > ACPI Error (evxfevnt-0084): Could not transition to ACPI mode [20060707] > ACPI Warning (utxface-0154): AcpiEnable failed [20060707] > ACPI: Unable to enable ACPI which I get on my FC6 guest. The Windows issues also point to general acpi brokenness. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-03-11 10:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-10 12:24 is shutdown/halt supposed to work? Ingo Molnar
[not found] ` <20070310122443.GA18969-X9Un+BFzKDI@public.gmane.org>
2007-03-11 9:20 ` Avi Kivity
[not found] ` <45F3C9E9.1000804-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-03-11 10:41 ` Ingo Molnar
[not found] ` <20070311104133.GA23226-X9Un+BFzKDI@public.gmane.org>
2007-03-11 10:50 ` Avi Kivity
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox