[Qemu-devel] [PULL 0/1] alpha-softmmu queue

Richard Henderson posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180618164955.6923-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hw/isa/smc37c669-superio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] alpha-softmmu queue
Posted by Richard Henderson 5 years, 10 months ago
The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-axp-20180618

for you to fetch changes up to 75cacb128b2d39863a72f60cbefc0987cbcaf641:

  hw/isa/smc37c669: Change the parallel I/O base to 378H (2018-06-16 19:46:54 -1000)

----------------------------------------------------------------
Place parallel device properly, fixing vga

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      hw/isa/smc37c669: Change the parallel I/O base to 378H

 hw/isa/smc37c669-superio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [Qemu-devel] [PULL 0/1] alpha-softmmu queue
Posted by Peter Maydell 5 years, 10 months ago
On 18 June 2018 at 17:49, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-axp-20180618
>
> for you to fetch changes up to 75cacb128b2d39863a72f60cbefc0987cbcaf641:
>
>   hw/isa/smc37c669: Change the parallel I/O base to 378H (2018-06-16 19:46:54 -1000)
>
> ----------------------------------------------------------------
> Place parallel device properly, fixing vga
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (1):
>       hw/isa/smc37c669: Change the parallel I/O base to 378H
>
>  hw/isa/smc37c669-superio.c | 2 +-

Applied, thanks.

-- PMM