[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v3 7/9] sm501: Implement i2c part for reading moni
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH v3 7/9] sm501: Implement i2c part for reading monitor EDID |
Date: |
Mon, 18 Jun 2018 11:06:06 +1000 |
User-agent: |
Mutt/1.10.0 (2018-05-17) |
On Thu, Jun 14, 2018 at 10:06:33AM +0200, BALATON Zoltan wrote:
> On Thu, 14 Jun 2018, David Gibson wrote:
> > On Thu, Jun 14, 2018 at 02:17:00AM +0200, BALATON Zoltan wrote:
> > > Signed-off-by: BALATON Zoltan <address@hidden>
> >
> > Again needs a commit message expanding on what this is and why it's
> > useful.
>
> What else need to be explained apart from that SM501 has an i2c part which
> is used to access EDID info of attached monitor. But this is what the commit
> title already says. This patch implements that so far not emulated part of
> the chip.
In this case it would be sufficient just to say the same thing, but in
a less compressed form than the subject line. e.g.
| The sm501 controller includes an i2c slave from which the monitor's
| EDID information can be read. This wasn't yet implemented in qemu,
| so this patch adds it.
|
| (The sm501 part is used only by the SH4 and PPC sam460ex machine
| types in qemu)
>
> > [snip]
> > > static const VMStateDescription vmstate_sm501_sysbus = {
> > > .name = TYPE_SYSBUS_SM501,
> > > - .version_id = 1,
> > > - .minimum_version_id = 1,
> > > + .version_id = 2,
> > > + .minimum_version_id = 2,
> > > .fields = (VMStateField[]) {
> > > VMSTATE_STRUCT(state, SM501SysBusState, 1,
> > > vmstate_sm501_state, SM501State),
> >
> > Additionally, since you're changing the migration stream, you need to
> > point out that this is not used in any machine types which support
> > cross-version migration.
>
> AFAIK it is only used in SH4 and PPC sam460ex.
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- Re: [Qemu-ppc] [PATCH v3 8/9] sm501: Perform a full update after palette change, (continued)
[Qemu-ppc] [PATCH v3 6/9] sm501: Do not clear read only bits when writing registers, BALATON Zoltan, 2018/06/13
[Qemu-ppc] [PATCH v3 5/9] sam460ex: Add RTC device, BALATON Zoltan, 2018/06/13
[Qemu-ppc] [PATCH v3 7/9] sm501: Implement i2c part for reading monitor EDID, BALATON Zoltan, 2018/06/13
[Qemu-ppc] [PATCH v3 2/9] ppc4xx_i2c: Implement directcntl register, BALATON Zoltan, 2018/06/13
[Qemu-ppc] [PATCH v3 9/9] target/ppc: Add missing opcode for icbt on PPC440, BALATON Zoltan, 2018/06/13