Re: [PATCH v3 1/3] tile: support KVM host mode

2013-10-01 Thread Gleb Natapov
On Mon, Sep 30, 2013 at 04:11:18PM -0400, Chris Metcalf wrote: > On 9/10/2013 6:53 AM, Gleb Natapov wrote: > > On Wed, Aug 28, 2013 at 03:45:50PM -0400, Chris Metcalf wrote: > >> This commit enables the host side of KVM support for tilegx. > >> > >> [...] > >> > >> The commit adds a KVM_EXIT_xxx co

Re: [PATCH v3 1/3] tile: support KVM host mode

2013-09-30 Thread Chris Metcalf
First, sorry for the slow response to your thoughtful review comments. Things have been busy for me with a new major release of the Tilera software environment and the usual customer bug firefighting. On 9/10/2013 6:53 AM, Gleb Natapov wrote: > On Wed, Aug 28, 2013 at 03:45:50PM -0400, Chris Metca

Re: [PATCH v3 1/3] tile: support KVM host mode

2013-09-10 Thread Paolo Bonzini
Il 10/09/2013 12:53, Gleb Natapov ha scritto: >> > +#ifndef __KERNEL__ >> > +/* For hv_*() */ >> > +#define KVM_EMULATE(name) [HV_SYS_##name] = qemu_emulate_illegal, >> > +#define USER_EMULATE(name) [HV_SYS_##name] = qemu_emulate_hv_##name, >> > +#define NO_EMULATE(name) [HV_SYS_##name] = qemu_emul