[Qemu-devel] [PATCH v2 0/11] HyperV equivalent of pvpanic driver

2015-06-22 Thread Denis V. Lunev
Windows 2012 guests can notify hypervisor about occurred guest crash (Windows bugcheck(BSOD)) by writing specific Hyper-V msrs. This patch does handling of this MSR's by KVM and sending notification to user space that allows to gather Windows guest crash dump by QEMU/LIBVIRT. The idea is to provid

Re: [Qemu-devel] [PATCH v2 0/11]

2009-12-02 Thread Glauber Costa
On Wed, Dec 2, 2009 at 8:59 AM, Gleb Natapov wrote: > On Tue, Dec 01, 2009 at 10:51:26AM -0200, Glauber Costa wrote: >> This is a repost of the -smp series. Note that it depends on >> irqchip-in-kernel, >> that is already in staging. Also, you'll have to enable the io-thread, for >> the time >>

Re: [Qemu-devel] [PATCH v2 0/11]

2009-12-02 Thread Gleb Natapov
On Tue, Dec 01, 2009 at 10:51:26AM -0200, Glauber Costa wrote: > This is a repost of the -smp series. Note that it depends on > irqchip-in-kernel, > that is already in staging. Also, you'll have to enable the io-thread, for > the time > being. > > >From the last version, main change is that I am

[Qemu-devel] [PATCH v2 0/11]

2009-12-01 Thread Glauber Costa
This is a repost of the -smp series. Note that it depends on irqchip-in-kernel, that is already in staging. Also, you'll have to enable the io-thread, for the time being. >From the last version, main change is that I am not calling queue_work >automatically from vcpu ioctls. queue_work is only u