Re: [Qemu-devel] [PATCH 3/3] Give ivshmem its own config option

2015-02-26 Thread Peter Crosthwaite
On Tue, Feb 24, 2015 at 12:57 AM, David Gibson wrote: > On Mon, Feb 23, 2015 at 10:38:06PM -0800, Peter Crosthwaite wrote: >> On Mon, Feb 23, 2015 at 3:05 PM, David Gibson >> wrote: >> > Currently the ivshmem device is built whenever both PCI and KVM support are >> > included. This patch gives i

Re: [Qemu-devel] [PATCH 3/3] Give ivshmem its own config option

2015-02-24 Thread David Gibson
On Mon, Feb 23, 2015 at 10:38:06PM -0800, Peter Crosthwaite wrote: > On Mon, Feb 23, 2015 at 3:05 PM, David Gibson > wrote: > > Currently the ivshmem device is built whenever both PCI and KVM support are > > included. This patch gives it its own config option to allow easier > > customization of

Re: [Qemu-devel] [PATCH 3/3] Give ivshmem its own config option

2015-02-23 Thread Peter Crosthwaite
On Mon, Feb 23, 2015 at 3:05 PM, David Gibson wrote: > Currently the ivshmem device is built whenever both PCI and KVM support are > included. This patch gives it its own config option to allow easier > customization of whether to include it. It's enabled by default in the > same circumstances a

[Qemu-devel] [PATCH 3/3] Give ivshmem its own config option

2015-02-23 Thread David Gibson
Currently the ivshmem device is built whenever both PCI and KVM support are included. This patch gives it its own config option to allow easier customization of whether to include it. It's enabled by default in the same circumstances as now - when both PCI and KVM are available. Signed-off-by: D