Re: [PATCH] Fix non-KVM build

2009-07-16 Thread Jan Kiszka
Michael S. Tsirkin wrote: On Wed, Jun 24, 2009 at 01:13:46PM -0500, Anthony Liguori wrote: This introduces some #ifdefs in pcspk to fix the build when KVM isn't enabled. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- hw/pcspk.c | 15 +-- 1 files changed, 9

Re: [PATCH] Fix non-KVM build

2009-07-15 Thread Michael S. Tsirkin
On Wed, Jun 24, 2009 at 01:13:46PM -0500, Anthony Liguori wrote: This introduces some #ifdefs in pcspk to fix the build when KVM isn't enabled. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- hw/pcspk.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff

[PATCH] Fix non-KVM build

2009-06-24 Thread Anthony Liguori
This introduces some #ifdefs in pcspk to fix the build when KVM isn't enabled. Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- hw/pcspk.c | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/hw/pcspk.c b/hw/pcspk.c index 9e1b59a..236995a 100644 ---

Re: [PATCH] Fix non-KVM build

2009-06-24 Thread Dustin Kirkland
On Wed, Jun 24, 2009 at 1:13 PM, Anthony Liguorialigu...@us.ibm.com wrote: This introduces some #ifdefs in pcspk to fix the build when KVM isn't enabled. Signed-off-by: Anthony Liguori aligu...@us.ibm.com ---  hw/pcspk.c |   15 +--  1 files changed, 9 insertions(+), 6