qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 10/11] config: add CONFIG_APPLESMC
Date: Sat, 15 Jan 2011 16:44:08 +0100	[thread overview]
Message-ID: <igsfc8$62n$2@dough.gmane.org> (raw)
In-Reply-To: <1295032341-6926-11-git-send-email-daahern@cisco.com>

On 01/14/2011 08:12 PM, David Ahern wrote:
> Signed-off-by: David Ahern<daahern@cisco.com>
> ---
>   Makefile.target                    |    3 ++-
>   default-configs/i386-softmmu.mak   |    1 +
>   default-configs/x86_64-softmmu.mak |    1 +
>   3 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.target b/Makefile.target
> index f3ed066..24899ea 100644
> --- a/Makefile.target
> +++ b/Makefile.target
> @@ -215,7 +215,8 @@ obj-$(CONFIG_KVM) += ivshmem.o
>   obj-i386-y += vga.o
>   obj-i386-y += mc146818rtc.o i8259.o pc.o
>   obj-i386-y += cirrus_vga.o apic.o ioapic.o piix_pci.o
> -obj-i386-y += vmmouse.o vmport.o hpet.o applesmc.o
> +obj-i386-y += vmmouse.o vmport.o hpet.o
> +obj-i386-$(CONFIG_APPLESMC) += applesmc.o
>   obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o
>   obj-i386-y += debugcon.o multiboot.o
>   obj-i386-y += pc_piix.o
> diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak
> index 323fafb..a972fdd 100644
> --- a/default-configs/i386-softmmu.mak
> +++ b/default-configs/i386-softmmu.mak
> @@ -18,3 +18,4 @@ CONFIG_IDE_PIIX=y
>   CONFIG_NE2000_ISA=y
>   CONFIG_PIIX_PCI=y
>   CONFIG_SOUND=y
> +CONFIG_APPLESMC=y
> diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak
> index eff26d2..499d0e0 100644
> --- a/default-configs/x86_64-softmmu.mak
> +++ b/default-configs/x86_64-softmmu.mak
> @@ -18,3 +18,4 @@ CONFIG_IDE_PIIX=y
>   CONFIG_NE2000_ISA=y
>   CONFIG_PIIX_PCI=y
>   CONFIG_SOUND=y
> +CONFIG_APPLESMC=y

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo

  reply	other threads:[~2011-01-15 15:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-14 19:12 [Qemu-devel] [PATCH 00/11] misc cleanups for use of config settings David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 01/11] fix 'no such file' error from make_device_config.sh David Ahern
2011-01-14 21:04   ` Stefan Weil
2011-01-14 21:16     ` David Ahern
2011-01-15 15:42   ` [Qemu-devel] " Paolo Bonzini
2011-01-14 19:12 ` [Qemu-devel] [PATCH 02/11] config: settings from default-configs need to be included in header files David Ahern
2011-01-14 20:17   ` Blue Swirl
2011-01-14 20:24     ` David Ahern
2011-01-14 20:31       ` Blue Swirl
2011-01-14 20:47         ` David Ahern
2011-01-14 20:57           ` Blue Swirl
2011-01-14 21:04             ` David Ahern
2011-01-14 21:36               ` Blue Swirl
2011-01-14 21:54                 ` David Ahern
2011-01-15 16:18                 ` [Qemu-devel] " Paolo Bonzini
2011-01-15 16:30                   ` Blue Swirl
2011-01-14 19:12 ` [Qemu-devel] [PATCH 03/11] config: fix compile for CONFIG_VMWARE_VGA=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 04/11] config: fix compile for CONFIG_PARALLEL=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 05/11] remove unused parallel_* variables from pc.c David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 06/11] config: fix compile for CONFIG_NE2000_ISA=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 07/11] config: handle CONFIG_VGA_ISA=n David Ahern
2011-01-15 15:43   ` [Qemu-devel] " Paolo Bonzini
2011-01-14 19:12 ` [Qemu-devel] [PATCH 08/11] config: fix compile for CONFIG_IDE_ISA=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 09/11] config: fix compile for CONFIG_FDC=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 10/11] config: add CONFIG_APPLESMC David Ahern
2011-01-15 15:44   ` Paolo Bonzini [this message]
2011-01-14 19:12 ` [Qemu-devel] [PATCH 11/11] config: allow none as a configure option to disable all sound cards David Ahern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='igsfc8$62n$2@dough.gmane.org' \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).