; CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
My mail provider seems to have dropped patch 1 of the series so I can't reply
directly to it, please add my Tested-by there as well.
Tested-by: Eric
rt the kernel part but not the
> hypervisor, or the other way around.
>
> Signed-off-by: Glauber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
o people who wants to backport the kernel
> part but not the hypervisor, or the other way around.
>
> Signed-off-by: Glauber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested
iel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
> CC: Marcelo Tosatti
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
tra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
t; CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
; would wrongly think that all cpus have the same ability to run processes,
> lowering the overall throughput.
>
> Signed-off-by: Glauber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
On Thu, 30 Jun 2011, Avi Kivity wrote:
> On 06/30/2011 12:56 AM, Eric B Munson wrote:
> >My mail provider seems to have dropped patch 1 of the series so I can't reply
> >directly to it, please add my Tested-by there as well.
>
> How did you test it then?
>
I buil
On Thu, 30 Jun 2011, Glauber Costa wrote:
> On 06/30/2011 09:59 AM, Eric B Munson wrote:
> >On Thu, 30 Jun 2011, Avi Kivity wrote:
> >
> >>On 06/30/2011 12:56 AM, Eric B Munson wrote:
> >>>My mail provider seems to have dropped patch 1 of the series so I c
rt the kernel part but not the
> hypervisor, or the other way around.
>
> Signed-off-by: Glauber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
; CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
itzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
e code to be easily bypassed when not
> in use.
>
> Signed-off-by: Glauber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
Costa
> CC: Isaku Yamahata
> CC: Eddie Dong
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
uber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
steal_time_rq. This is because otherwise, information about time
> accounted in update_process_tick() would never reach us in update_rq_clock().
>
> Signed-off-by: Glauber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Ant
d to survive cpu offlining/onlining.
>
> Signed-off-by: Glauber Costa
> CC: Rik van Riel
> CC: Jeremy Fitzhardinge
> CC: Peter Zijlstra
> CC: Avi Kivity
> CC: Anthony Liguori
> CC: Eric B Munson
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
: Glauber Costa
Tested-by: Eric B Munson
signature.asc
Description: Digital signature
cleared and the soft
lockup message is skipped.
This currently breaks the build for non-x86 architectures but part of what I am
looking for here is how to go about adding the function stubs for everything
else.
Eric B Munson (3):
Add flag to indicate that a vm was stopped by the host
Add
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock-abi.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/pvclock-abi.h
b/arch/x86/include
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock.h |3 +++
arch/x86/kernel/kvmclock.c | 12
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so.
Signed-off-by: Eric B Munson
---
kernel/watchdog.c | 11 +++
1 files changed, 11 insertions(+), 0 deletions
On 2012-08-03 14:57, Marcelo Tosatti wrote:
kvm_guest_time_update unconditionally clears hv_clock.flags field,
so the notification never reaches the guest.
Fix it by allowing PVCLOCK_GUEST_STOPPED to passthrough.
Signed-off-by: Marcelo Tosatti
Reviewed-by: Eric B Munson
--
To unsubscribe
This function is called from the watchdog code when a soft lockup is detected.
If this is an arch that does not support pvclock, this function is used.
Signed-off-by: Eric B Munson
---
include/asm-generic/pvclock.h | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
create
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock.h |2 ++
arch/x86/kernel/kvmclock.c | 14
warning.
Eric B Munson (4):
Add flag to indicate that a vm was stopped by the host
Add functions to check if the host has stopped the vm
Add generic stubs for kvm stop check functions
Add check for suspended vm in softlockup detector
arch/x86/include/asm/pvclock-abi.h |1 +
arch/x86
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so.
Signed-off-by: Eric B Munson
---
kernel/watchdog.c | 12
1 files changed, 12 insertions(+), 0 deletions
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock-abi.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/pvclock-abi.h
b/arch/x86/include
On Tue, Aug 30, 2011 at 06:26, Marcelo Tosatti wrote:
> On Mon, Aug 29, 2011 at 05:27:11PM -0600, Eric B Munson wrote:
>> Currently, when qemu stops a guest kernel that guest will issue a soft lockup
>> message when it resumes. This set provides the ability for qemu to
>>
On Fri, 09 Sep 2011, Marcelo Tosatti wrote:
> On Thu, Sep 01, 2011 at 02:27:49PM -0600, emun...@mgebm.net wrote:
> > On Thu, 01 Sep 2011 14:24:12 -0500, Anthony Liguori wrote:
> > >On 08/30/2011 07:26 AM, Marcelo Tosatti wrote:
> > >>On Mon, Aug 29, 2011 at 05:27:1
On Thu, 15 Sep 2011, Marcelo Tosatti wrote:
> On Tue, Sep 13, 2011 at 04:49:55PM -0400, Eric B Munson wrote:
> > On Fri, 09 Sep 2011, Marcelo Tosatti wrote:
> >
> > > On Thu, Sep 01, 2011 at 02:27:49PM -0600, emun...@mgebm.net wrote:
> > > > On Thu, 01 Sep
The kvm_host struct can include an mmu_notifier struct but mmu_notifier.h is
not included directly.
Signed-off-by: Eric B Munson
---
include/linux/kvm_host.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index
On Tue, 11 Oct 2011, Avi Kivity wrote:
> On 10/10/2011 05:46 PM, Eric B Munson wrote:
> >The kvm_host struct can include an mmu_notifier struct but mmu_notifier.h is
> >not included directly.
>
> Thanks, applied. Is there a .config which causes this?
>
> --
> er
the guest behind
by the amount of time of the pause. This forces a guest to have ntp running
in order to keep the wall clock accurate.
Eric B Munson (6):
Add flag to indicate that a vm was stopped by the host
Add functions to check if the host has stopped the vm
Add ioctl for
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock-abi.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/pvclock-abi.h
b/arch/x86/include
Now that we have a flag that will tell the guest it was suspended, create an
interface for that communication using a KVM ioctl.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock.h |3 +++
arch/x86/kernel/kvmclock.c | 12
arch/x86/kvm/x86.c |5
Signed-off-by: Eric B Munson
---
include/asm-generic/pvclock.h | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 include/asm-generic/pvclock.h
diff --git a/include/asm-generic/pvclock.h b/include/asm-generic/pvclock.h
new file mode 100644
index
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock.h |2 ++
arch/x86/kernel/kvmclock.c | 19
flag. The time out
will be specified by the hypervisor in the ioctl call.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock.h |2 ++
arch/x86/kernel/kvmclock.c | 24
arch/x86/kvm/x86.c |9 +
include/linux/kvm.h|
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so.
Signed-off-by: Eric B Munson
---
kernel/watchdog.c |9 +
1 files changed, 9 insertions(+), 0 deletions
On Thu, 27 Oct 2011, Marcelo Tosatti wrote:
> On Tue, Oct 25, 2011 at 03:26:16PM -0400, Eric B Munson wrote:
> > Now that we have a flag that will tell the guest it was suspended, create an
> > interface for that communication using a KVM ioctl.
> >
> > S
Thanks for the review.
On Fri, 28 Oct 2011, Marcelo Tosatti wrote:
> On Tue, Oct 25, 2011 at 03:26:19PM -0400, Eric B Munson wrote:
> > The KVM_GUEST_PAUSED flag will prevent a guest from compaining about a soft
> > lockup but it can mask real soft lockups if the flag isn
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock-abi.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/include/asm/pvclock-abi.h
b/arch/x86/include
Now that we have a flag that will tell the guest it was suspended, create an
interface for that communication using a KVM ioctl.
Signed-off-by: Eric B Munson
---
Changes from V1:
Add kvm_set_host_stopped to arch/x86/jvm/x86.c instead of kvmclock.c
Rename KVM_PAUSE_GUEST to KVM_GUEST_PAUSED
flag. The time out
will be specified by the hypervisor in the ioctl call.
Signed-off-by: Eric B Munson
---
Cahnges from V1:
Add host functions for flag management to arch/x86/kvm/x86.c instead of
kvmclock.c
arch/x86/include/asm/pvclock.h |2 ++
arch/x86/kvm/x86.c |
Signed-off-by: Eric B Munson
---
include/asm-generic/pvclock.h | 19 +++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 include/asm-generic/pvclock.h
diff --git a/include/asm-generic/pvclock.h b/include/asm-generic/pvclock.h
new file mode 100644
index
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so.
Signed-off-by: Eric B Munson
---
kernel/watchdog.c |9 +
1 files changed, 9 insertions(+), 0 deletions
was attempted to solve this in Qemu, but the side effects of saving and
restoring the clock and tsc for each vcpu put the wall clock of the guest behind
by the amount of time of the pause. This forces a guest to have ntp running
in order to keep the wall clock accurate.
Eric B Munson (6):
Add
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
---
arch/x86/include/asm/pvclock.h |2 ++
arch/x86/kernel/kvmclock.c | 19
On Tue, 01 Nov 2011, Anthony Liguori wrote:
> On 10/31/2011 03:07 PM, Eric B Munson wrote:
> >The KVM_GUEST_PAUSED flag will prevent a guest from compaining about a soft
> >lockup but it can mask real soft lockups if the flag isn't cleared when it is
> >no longer releva
On Tue, 01 Nov 2011, Anthony Liguori wrote:
> On 10/31/2011 03:07 PM, Eric B Munson wrote:
> >When a host stops or suspends a VM it will set a flag to show this. The
> >watchdog will use these functions to determine if a softlockup is real, or
> >the
> >result of a
On Tue, 01 Nov 2011, Anthony Liguori wrote:
> On 11/01/2011 02:51 PM, Eric B Munson wrote:
> >On Tue, 01 Nov 2011, Anthony Liguori wrote:
> >
> >>On 10/31/2011 03:07 PM, Eric B Munson wrote:
> >>>The KVM_GUEST_PAUSED flag will prevent a guest from compaining
On Tue, 01 Nov 2011, Anthony Liguori wrote:
> On 10/31/2011 03:07 PM, Eric B Munson wrote:
> >Now that we have a flag that will tell the guest it was suspended, create an
> >interface for that communication using a KVM ioctl.
> >
> >Signed-off-by: Eric B Munson
> >
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected. The host will set the flag when it stops the guest. On
resume, the guest will check this flag if a soft lockup is detected and skip
issuing the warning.
Signed-off-by: Eric B Munson
Cc: mi
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc: jeremy.fitzhardi...@citrix.com
Cc: kvm@vger.kernel.org
Cc: linux-a...@vger.kernel.org
Cc: x...@kernel.org
Cc: linux-ker
...@vger.kernel.org
Cc: x...@kernel.org
Cc: linux-ker...@vger.kernel.org
Eric B Munson (6):
Add flag to indicate that a vm was stopped by the host
Add functions to check if the host has stopped the vm
Add ioctl for KVM_GUEST_STOPPED
Add generic stubs for kvm stop check functions
Add check for
flag. The time out
will be specified by the hypervisor in the ioctl call.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc: jeremy.fitzhardi...@citrix.com
Cc: kvm@vger.kernel.o
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected. The host will set the flag when it stops the guest. On
resume, the guest will check this flag if a soft lockup is detected and skip
issuing the warning.
Signed-off-by: Eric B Munson
Cc: mi
Now that we have a flag that will tell the guest it was suspended, create an
interface for that communication using a KVM ioctl.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so. When the watchdog is reset successfully, clear the guest
paused flag.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc
-off-by: Eric B Munson
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc: a...@redhat.com
Cc: kvm@vger.kernel.org
Cc: linux-ker...@vger.kernel.org
---
target-i386/kvm.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/target-i386/kvm.c b
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc: jeremy.fitzhardi...@citrix.com
Cc: kvm@vger.kernel.org
Cc: linux-a...@vger.kernel.org
Cc: x...@kernel.org
Cc: linux-ker
om
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc: jeremy.fitzhardi...@citrix.com
Cc: kvm@vger.kernel.org
Cc: linux-a...@vger.kernel.org
Cc: x...@kernel.org
Cc: linux-ker...@vger.kernel.org
Eric B Munson (5):
Add flag to indicate that a vm was stopped by the host
Add functions to check if the
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc
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 t
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 t
patch uses the qemu
Notifier system to tell the guest it is about to be stopped.
Signed-off-by: Eric B Munson
Cc: Avi Kivity
Cc: Marcelo Tosatti
Cc: Jan Kiszka
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: linux-ker...@vger.kernel.org
Cc: kvm@vger.kernel.org
---
target-i386/kvm.c |1
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:
>
-off-by: Eric B Munson
Cc: Avi Kivity
Cc: Marcelo Tosatti
Cc: Jan Kiszka
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: kvm@vger.kernel.org
---
Changes from V2:
Move ioctl into hw/kvmclock.c so as other arches can use it as it is
implemented
Changes from V1:
Remove unnecessary
On Fri, 02 Dec 2011, Jan Kiszka wrote:
> On 2011-12-02 20:19, 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 t
On Sat, 03 Dec 2011, Jan Kiszka wrote:
> On 2011-12-02 22:27, Eric B Munson wrote:
> > On Fri, 02 Dec 2011, Jan Kiszka wrote:
> >
> >> On 2011-12-02 20:19, Eric B Munson wrote:
> >>> Often when a guest is stopped from the qemu console, it will report
> >
On Sat, 03 Dec 2011, Sasha Levin wrote:
> On Tue, 2011-11-29 at 16:35 -0500, Eric B Munson wrote:
> >
> > Now that we have a flag that will tell the guest it was suspended,
> > create an interface for that communication using a KVM ioctl.
> >
> > Signed-off-b
patch uses the qemu
Notifier system to tell the guest it is about to be stopped.
Signed-off-by: Eric B Munson
Cc: Avi Kivity
Cc: Marcelo Tosatti
Cc: Jan Kiszka
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: kvm@vger.kernel.org
---
Changes from V3:
Collapse new state change notification
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected. The host will set the flag when it stops the guest. On
resume, the guest will check this flag if a soft lockup is detected and skip
issuing the warning.
Signed-off-by: Eric B Munson
Cc: mi
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc
nux-a...@vger.kernel.org
Cc: x...@kernel.org
Cc: linux-ker...@vger.kernel.org
Eric B Munson (5):
Add flag to indicate that a vm was stopped by the host
Add functions to check if the host has stopped the vm
Add ioctl for KVMCLOCK_GUEST_STOPPED
Add generic stubs for kvm stop check functions
Add chec
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so. When the watchdog is reset successfully, clear the guest
paused flag.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc: jeremy.fitzhardi...@citrix.com
Cc: levinsasha...@gmail.com
Cc: Jan Kiszka
Cc: kvm@vger.kernel.org
Cc: linux-a...@vger.kernel.org
Now that we have a flag that will tell the guest it was suspended, create an
interface for that communication using a KVM ioctl.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc
On Wed, 07 Dec 2011, Avi Kivity wrote:
> On 12/05/2011 10:18 PM, Eric B Munson wrote:
> > Changes from V4:
> > Rename KVM_GUEST_PAUSED to KVMCLOCK_GUEST_PAUSED
> > Add description of KVMCLOCK_GUEST_PAUSED ioctl to api.txt
> >
> > Changes from V3:
> > Incl
On Wed, 07 Dec 2011, Avi Kivity wrote:
> On 12/05/2011 10:19 PM, Eric B Munson wrote:
> > When a host stops or suspends a VM it will set a flag to show this. The
> > watchdog will use these functions to determine if a softlockup is real, or
> > the
> > result of a su
On Wed, 07 Dec 2011, Avi Kivity wrote:
> On 12/05/2011 10:19 PM, Eric B Munson wrote:
> > Now that we have a flag that will tell the guest it was suspended, create an
> > interface for that communication using a KVM ioctl.
> >
> > @@ -3295,6 +3295,10 @@ long kvm_arch_v
On Wed, 07 Dec 2011, Avi Kivity wrote:
> On 12/05/2011 10:19 PM, Eric B Munson wrote:
> >
> > diff --git a/include/asm-generic/kvm_para.h b/include/asm-generic/kvm_para.h
> > new file mode 100644
> > index 000..177e1eb
> > --- /dev/null
> > +++ b/inc
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected. The host will set the flag when it stops the guest. On
resume, the guest will check this flag if a soft lockup is detected and skip
issuing the warning.
Signed-off-by: Eric B Munson
Cc: mi
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so. When the watchdog is reset successfully, clear the guest
paused flag.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc
Now that we have a flag that will tell the guest it was suspended, create an
interface for that communication using a KVM ioctl.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc: aligu...@us.ibm.com
Cc: mtosa...@redhat.com
Cc
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc
rg
Cc: linux-a...@vger.kernel.org
Cc: x...@kernel.org
Cc: linux-ker...@vger.kernel.org
Eric B Munson (4):
Add flag to indicate that a vm was stopped by the host
Add functions to check if the host has stopped the vm
Add ioctl for KVMCLOCK_GUEST_STOPPED
Add check for suspended vm in softl
On Wed, 14 Dec 2011, Avi Kivity wrote:
> On 12/14/2011 02:16 PM, Marcelo Tosatti wrote:
> > > Having this controlled from userspace means it doesn't work for SIGSTOP
> > > or for long scheduling delays. What about doing this automatically
> > > based on preempt notifiers?
> >
> > Long scheduling
On Wed, 14 Dec 2011, Avi Kivity wrote:
> On 12/14/2011 02:11 PM, Marcelo Tosatti wrote:
> > On Thu, Dec 08, 2011 at 10:23:10AM -0500, Eric B Munson wrote:
> > > On Wed, 07 Dec 2011, Avi Kivity wrote:
> > >
> > > > On 12/05/2011 10:19 PM, Eric B Munso
On Wed, 14 Dec 2011, Avi Kivity wrote:
> On 12/14/2011 07:11 PM, Eric B Munson wrote:
> > > > >
> > > > > If I understand (please correct me if this is wrong) because this is
> > > > > only
> > > > > called from the watchdo
On Wed, 14 Dec 2011, Avi Kivity wrote:
> On 12/08/2011 05:19 PM, Eric B Munson wrote:
> > > error compiling committee.c: too many arguments to function
> > >
> > My concern for preempt notifiers is masking real soft lockup warnings. If
> > the
> > flag is
On Thu, 15 Dec 2011, Avi Kivity wrote:
> On 12/14/2011 07:58 PM, Eric B Munson wrote:
> > > I don't think you should see a guest softlockup if the host is
> > > overloaded. Nor should you see it due to a long live migration pause,
> > > or STOP/CONT. You sho
When a host stops or suspends a VM it will set a flag to show this. The
watchdog will use these functions to determine if a softlockup is real, or the
result of a suspended VM.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc: h...@zytor.com
Cc: a...@arndb.de
Cc: ry...@linux.vnet.ibm.com
Cc
This flag will be used to check if the vm was stopped by the host when a soft
lockup was detected. The host will set the flag when it stops the guest. On
resume, the guest will check this flag if a soft lockup is detected and skip
issuing the warning.
Signed-off-by: Eric B Munson
Cc: mi
hardi...@citrix.com
Cc: levinsasha...@gmail.com
Cc: Jan Kiszka
Cc: kvm@vger.kernel.org
Cc: linux-a...@vger.kernel.org
Cc: x...@kernel.org
Cc: linux-ker...@vger.kernel.org
Eric B Munson (4):
Add flag to indicate that a vm was stopped by the host
Add functions to check if the host has stopped the vm
A suspended VM can cause spurious soft lockup warnings. To avoid these, the
watchdog now checks if the kernel knows it was stopped by the host and skips
the warning if so. When the watchdog is reset successfully, clear the guest
paused flag.
Signed-off-by: Eric B Munson
Cc: mi...@redhat.com
Cc
1 - 100 of 182 matches
Mail list logo