diff options
author | Juan Quintela <quintela@redhat.com> | 2009-09-18 13:41:26 +0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2009-09-18 16:38:24 -0300 |
commit | dd9034116c1b5a08e03055abff98ecc8bada817f (patch) | |
tree | 7000efc66462c3014b335dff0db59cffc8f4f166 /hw/pcspk.c | |
parent | Test for libpci, not only for header (diff) | |
download | qemu-kvm-dd9034116c1b5a08e03055abff98ecc8bada817f.tar.gz qemu-kvm-dd9034116c1b5a08e03055abff98ecc8bada817f.tar.bz2 qemu-kvm-dd9034116c1b5a08e03055abff98ecc8bada817f.zip |
Rename USE_KVM_* to CONFIG_KVM_*
Once there, simplify Makefile.target with new syntax
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'hw/pcspk.c')
-rw-r--r-- | hw/pcspk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pcspk.c b/hw/pcspk.c index 3d3eba44a..128836ba4 100644 --- a/hw/pcspk.c +++ b/hw/pcspk.c @@ -50,7 +50,7 @@ typedef struct { static const char *s_spk = "pcspk"; static PCSpkState pcspk_state; -#ifdef USE_KVM_PIT +#ifdef CONFIG_KVM_PIT static void kvm_get_pit_ch2(PITState *pit, struct kvm_pit_state *inkernel_state) { |