mbox

[PULL,0/3] Queue/misc patches

Message ID 20170623124829.24260-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/queue/misc-pull-request

Message

Gerd Hoffmann June 23, 2017, 12:48 p.m. UTC
The following changes since commit 4c8c1cc544dbd5e2564868e61c5037258e393832:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request' into staging (2017-06-22 19:01:58 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/queue/misc-pull-request

for you to fetch changes up to 1b8274d4f926836a4c773c310318e6039c4794a1:

  applesmc: fix port i/o access width (2017-06-23 13:35:01 +0200)

----------------------------------------------------------------

----------------------------------------------------------------

Gabriel L. Somlo (3):
  applesmc: cosmetic whitespace and indentation cleanup
  applesmc: implement error status port
  applesmc: fix port i/o access width

 hw/misc/applesmc.c | 219 +++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 155 insertions(+), 64 deletions(-)

Comments

Peter Maydell June 23, 2017, 3:17 p.m. UTC | #1
On 23 June 2017 at 13:48, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 4c8c1cc544dbd5e2564868e61c5037258e393832:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request' into staging (2017-06-22 19:01:58 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/queue/misc-pull-request
>
> for you to fetch changes up to 1b8274d4f926836a4c773c310318e6039c4794a1:
>
>   applesmc: fix port i/o access width (2017-06-23 13:35:01 +0200)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Gabriel L. Somlo (3):
>   applesmc: cosmetic whitespace and indentation cleanup
>   applesmc: implement error status port
>   applesmc: fix port i/o access width
>
>  hw/misc/applesmc.c | 219 +++++++++++++++++++++++++++++++++++++----------------
>  1 file changed, 155 insertions(+), 64 deletions(-)

Applied, thanks.

-- PMM