Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Eric B Munson
On Thu, 01 Dec 2011, Marcelo Tosatti wrote: > On Thu, Dec 01, 2011 at 06:36:17PM +0100, Jan Kiszka wrote: > > On 2011-12-01 18:22, Eric B Munson wrote: > > > On Thu, 01 Dec 2011, Jan Kiszka wrote: > > > > > >> On 2011-11-29 22:36, Eric B Munson wrote: > > >>> Often when a guest is stopped from th

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Marcelo Tosatti
On Thu, Dec 01, 2011 at 06:36:17PM +0100, Jan Kiszka wrote: > On 2011-12-01 18:22, Eric B Munson wrote: > > On Thu, 01 Dec 2011, Jan Kiszka wrote: > > > >> On 2011-11-29 22:36, Eric B Munson wrote: > >>> Often when a guest is stopped from the qemu console, it will report > >>> spurious > >>> soft

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Marcelo Tosatti
On Thu, Dec 01, 2011 at 12:19:38PM -0500, Eric B Munson wrote: > On Thu, 01 Dec 2011, Jan Kiszka wrote: > > > On 2011-11-29 22:36, Eric B Munson wrote: > > > Often when a guest is stopped from the qemu console, it will report > > > spurious > > > soft lockup warnings on resume. There are kernel

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Arend van Spriel
On 12/01/2011 06:19 PM, Eric B Munson wrote: > On Thu, 01 Dec 2011, Jan Kiszka wrote: > >> On 2011-11-29 22:36, Eric B Munson wrote: >>> + >>> static void cpu_update_state(void *opaque, int running, RunState state) >>> { >>> CPUState *env = opaque; >>> >>> if (running) { >>>

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Jan Kiszka
On 2011-12-01 18:22, Eric B Munson wrote: > On Thu, 01 Dec 2011, Jan Kiszka wrote: > >> On 2011-11-29 22:36, Eric B Munson wrote: >>> Often when a guest is stopped from the qemu console, it will report spurious >>> soft lockup warnings on resume. There are kernel patches being discussed >>> that

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Jan Kiszka
On 2011-12-01 18:31, Arend van Spriel wrote: > On 12/01/2011 06:19 PM, Eric B Munson wrote: >> On Thu, 01 Dec 2011, Jan Kiszka wrote: >> >>> On 2011-11-29 22:36, Eric B Munson wrote: + static void cpu_update_state(void *opaque, int running, RunState state) { CPUState *env

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Jan Kiszka
On 2011-12-01 18:19, Eric B Munson wrote: > On Thu, 01 Dec 2011, Jan Kiszka wrote: > >> On 2011-11-29 22:36, Eric B Munson wrote: >>> Often when a guest is stopped from the qemu console, it will >>> report spurious soft lockup warnings on resume. There are >>> kernel patches being discussed that

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Eric B Munson
On Thu, 01 Dec 2011, Jan Kiszka wrote: > On 2011-11-29 22:36, Eric B Munson wrote: > > Often when a guest is stopped from the qemu console, it will report spurious > > soft lockup warnings on resume. There are kernel patches being discussed > > that > > will give the host the ability to tell the

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Eric B Munson
On Thu, 01 Dec 2011, Jan Kiszka wrote: > On 2011-11-29 22:36, Eric B Munson wrote: > > Often when a guest is stopped from the qemu console, it will report spurious > > soft lockup warnings on resume. There are kernel patches being discussed > > that > > will give the host the ability to tell the

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-12-01 Thread Jan Kiszka
On 2011-11-29 22:36, Eric B Munson wrote: > Often when a guest is stopped from the qemu console, it will report spurious > soft lockup warnings on resume. There are kernel patches being discussed that > will give the host the ability to tell the guest that it is being stopped and > should ignore t

Re: [Qemu-devel] [PATCH] Guest stop notification

2011-11-29 Thread Anthony Liguori
On 11/29/2011 03:36 PM, Eric B Munson wrote: Often when a guest is stopped from the qemu console, it will report spurious soft lockup warnings on resume. There are kernel patches being discussed that will give the host the ability to tell the guest that it is being stopped and should ignore the

[Qemu-devel] [PATCH] Guest stop notification

2011-11-29 Thread Eric B Munson
Often when a guest is stopped from the qemu console, it will report spurious soft lockup warnings on resume. There are kernel patches being discussed that will give the host the ability to tell the guest that it is being stopped and should ignore the soft lockup warning that generates. Signed-off