qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 36bcd0: applesmc: cosmetic whitespace and ind


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 36bcd0: applesmc: cosmetic whitespace and indentation clea...
Date: Fri, 23 Jun 2017 08:17:25 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 36bcd0350c7623a2911648b65eebf446f0f13b37
      
https://github.com/qemu/qemu/commit/36bcd0350c7623a2911648b65eebf446f0f13b37
  Author: Gabriel L. Somlo <address@hidden>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M hw/misc/applesmc.c

  Log Message:
  -----------
  applesmc: cosmetic whitespace and indentation cleanup

Signed-off-by: Gabriel Somlo <address@hidden>
Reviewed-by: Alexander Graf <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Phil Dennis-Jordan <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 9e507d7e7769e3bb9a8b1a713d7bb20e16757469
      
https://github.com/qemu/qemu/commit/9e507d7e7769e3bb9a8b1a713d7bb20e16757469
  Author: Gabriel L. Somlo <address@hidden>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M hw/misc/applesmc.c

  Log Message:
  -----------
  applesmc: implement error status port

As of release 10.12.4, OS X (Sierra) refuses to boot unless the
AppleSMC supports an additional I/O port, expected to provide an
error status code.

Update the [cmd|data]_write() and data_read() methods to implement
the required state machine, and add I/O region & methods to handle
access to the error port.

Originally proposed by Eric Shelton <address@hidden> based in
part on FakeSMC (git://git.assembla.com/fakesmc.git).

Signed-off-by: Gabriel Somlo <address@hidden>
Reviewed-by: Alexander Graf <address@hidden>
Reviewed-by: Phil Dennis-Jordan <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 1b8274d4f926836a4c773c310318e6039c4794a1
      
https://github.com/qemu/qemu/commit/1b8274d4f926836a4c773c310318e6039c4794a1
  Author: Gabriel L. Somlo <address@hidden>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M hw/misc/applesmc.c

  Log Message:
  -----------
  applesmc: fix port i/o access width

Set access width of all AppleSMC i/o regions to 1 byte, since they
all represent 8-bit-wide ports.

Signed-off-by: Gabriel Somlo <address@hidden>
Reviewed-by: Alexander Graf <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: e499ff0707b14066158676623674253bd1153fc6
      
https://github.com/qemu/qemu/commit/e499ff0707b14066158676623674253bd1153fc6
  Author: Peter Maydell <address@hidden>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M hw/misc/applesmc.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/queue/misc-pull-request' 
into staging

# gpg: Signature made Fri 23 Jun 2017 13:48:04 BST
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/queue/misc-pull-request:
  applesmc: fix port i/o access width
  applesmc: implement error status port
  applesmc: cosmetic whitespace and indentation cleanup

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/e47ec1a9ba1c...e499ff0707b1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]