From: Michael Davidsaver <mdavidsaver@gmail.com>
To: Thomas Huth <thuth@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, qemu-ppc@nongnu.org, qemu-arm@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-ppc] [PATCH] ppc: move at24c to its own CONFIG_ symbol
Date: Wed, 23 May 2018 07:08:05 -0700 [thread overview]
Message-ID: <f2d5a6ca-6342-0e59-0003-7a6ec3a7275d@gmail.com> (raw)
In-Reply-To: <336d4fa2-623c-1cb6-829d-71cf7039431e@redhat.com>
On 05/22/2018 10:30 PM, Thomas Huth wrote:
> On 22.05.2018 21:17, Paolo Bonzini wrote:
>> AT24c EEPROM is currently gated by CONFIG_I2C, and as such it is
>> being included in all emulators that use I2C, even if they do not
>> really need it. Separate it and, since it was added for the e500
>> machines, add it to qemu-system-ppc and qemu-system-ppc64.
>> ---
>> default-configs/ppc-softmmu.mak | 1 +
>> hw/nvram/Makefile.objs | 2 +-
>> 2 files changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
>> index 4d7be45ac5..c57e568121 100644
>> --- a/default-configs/ppc-softmmu.mak
>> +++ b/default-configs/ppc-softmmu.mak
>> @@ -26,6 +26,7 @@ CONFIG_USB_EHCI_SYSBUS=y
>> CONFIG_SM501=y
>> CONFIG_IDE_SII3112=y
>> CONFIG_I2C=y
>> +CONFIG_AT24C=y
>>
>> # For Macs
>> CONFIG_MAC=y
>> diff --git a/hw/nvram/Makefile.objs b/hw/nvram/Makefile.objs
>> index a912d25391..b318e53a43 100644
>> --- a/hw/nvram/Makefile.objs
>> +++ b/hw/nvram/Makefile.objs
>> @@ -1,6 +1,6 @@
>> common-obj-$(CONFIG_DS1225Y) += ds1225y.o
>> common-obj-y += eeprom93xx.o
>> -common-obj-$(CONFIG_I2C) += eeprom_at24c.o
>> +common-obj-$(CONFIG_AT24C) += eeprom_at24c.o
>> common-obj-y += fw_cfg.o
>> common-obj-y += chrp_nvram.o
>> common-obj-$(CONFIG_MAC_NVRAM) += mac_nvram.o
>
> Since this is a device that can only be added by the user (no board is
> using it automatically, as far as I can see),
The board which prompted me to add this device is still out there and
I'm still intent on pursuing getting it into QEMU. It's clearly going
to be some time before this can happen as there are RTC and e500
patches that would need to get in first, and my time to spend on this
has been non-existent in recent months.
https://github.com/mdavidsaver/qemu/commits/vme
> it could be useful for
> other machines, too, I guess? Anyway, it's a good idea to have a
> separate config switch available for it, and we can add it to other
> machines again later if somebody feels that it is necessary, so (once
> you add your SoB):
>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
>
next prev parent reply other threads:[~2018-05-23 14:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-22 19:17 [Qemu-trivial] [PATCH] ppc: move at24c to its own CONFIG_ symbol Paolo Bonzini
2018-05-22 20:31 ` Philippe Mathieu-Daudé
2018-05-23 5:30 ` [Qemu-trivial] [Qemu-ppc] " Thomas Huth
2018-05-23 14:08 ` Michael Davidsaver [this message]
2018-05-24 6:03 ` [Qemu-trivial] [Qemu-devel] " Paolo Bonzini
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=f2d5a6ca-6342-0e59-0003-7a6ec3a7275d@gmail.com \
--to=mdavidsaver@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.com \
/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).