Re: [PULL 0/5] Ide patches

2020-03-28 Thread Peter Maydell
On Fri, 27 Mar 2020 at 20:15, John Snow  wrote:
>
> The following changes since commit cfe68ae025f704f336d7dd3d1903ce37b445831d:
>
>   Merge remote-tracking branch 
> 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging 
> (2020-03-26 20:55:54 +)
>
> are available in the Git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to cbf4c9ac9c000f7caf1bfee031041b62d2b000c8:
>
>   cmd646-ide: use qdev gpio rather than qemu_allocate_irqs() (2020-03-27 
> 14:30:08 -0400)
>
> 
> Pull request
>
> ---


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM



[PULL 0/5] Ide patches

2020-03-27 Thread John Snow
The following changes since commit cfe68ae025f704f336d7dd3d1903ce37b445831d:

  Merge remote-tracking branch 
'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-03-26 
20:55:54 +)

are available in the Git repository at:

  https://github.com/jnsnow/qemu.git tags/ide-pull-request

for you to fetch changes up to cbf4c9ac9c000f7caf1bfee031041b62d2b000c8:

  cmd646-ide: use qdev gpio rather than qemu_allocate_irqs() (2020-03-27 
14:30:08 -0400)


Pull request



Mark Cave-Ayland (3):
  via-ide: don't use PCI level for legacy IRQs
  via-ide: use qdev gpio rather than qemu_allocate_irqs()
  cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()

Peter Maydell (1):
  hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()

Sven Schnelle (1):
  fdc/i8257: implement verify transfer mode

 include/hw/isa/isa.h |  1 -
 hw/block/fdc.c   | 61 +---
 hw/dma/i8257.c   | 20 ++-
 hw/ide/cmd646.c  |  9 +++
 hw/ide/sii3112.c |  8 +++---
 hw/ide/via.c |  7 ++---
 6 files changed, 43 insertions(+), 63 deletions(-)

-- 
2.21.1




Re: [Qemu-devel] [PULL 0/5] Ide patches

2015-11-07 Thread Peter Maydell
On 6 November 2015 at 20:02, John Snow  wrote:
> The following changes since commit 4b59f39bc9a03afcc74b2fa28da7c3189fca507c:
>
>   Merge remote-tracking branch 
> 'remotes/mjt/tags/pull-trivial-patches-2015-11-06' into staging (2015-11-06 
> 12:50:24 +)
>
> are available in the git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to dca625768a7da9377cd5886cc03854229c1e18a1:
>
>   arm: allwinner-a10: Add SATA (2015-11-06 14:09:01 -0500)
>
> 
>
> 
>
> John Snow (1):
>   ide: remove hardcoded 2GiB transactional limit
>
> Peter Crosthwaite (4):
>   ahci: Add some MMIO debug printfs
>   ahci: split realize and init
>   ahci: Add allwinner AHCI
>   arm: allwinner-a10: Add SATA

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/5] Ide patches

2015-11-06 Thread John Snow
The following changes since commit 4b59f39bc9a03afcc74b2fa28da7c3189fca507c:

  Merge remote-tracking branch 
'remotes/mjt/tags/pull-trivial-patches-2015-11-06' into staging (2015-11-06 
12:50:24 +)

are available in the git repository at:

  https://github.com/jnsnow/qemu.git tags/ide-pull-request

for you to fetch changes up to dca625768a7da9377cd5886cc03854229c1e18a1:

  arm: allwinner-a10: Add SATA (2015-11-06 14:09:01 -0500)





John Snow (1):
  ide: remove hardcoded 2GiB transactional limit

Peter Crosthwaite (4):
  ahci: Add some MMIO debug printfs
  ahci: split realize and init
  ahci: Add allwinner AHCI
  arm: allwinner-a10: Add SATA

 hw/arm/allwinner-a10.c |  11 +++
 hw/ide/ahci.c  | 182 +
 hw/ide/ahci.h  |  19 -
 hw/ide/ich.c   |  10 ++-
 hw/ide/internal.h  |   2 +-
 hw/ide/pci.c   |   7 --
 include/hw/arm/allwinner-a10.h |   4 +
 include/qemu/typedefs.h|   1 +
 8 files changed, 191 insertions(+), 45 deletions(-)

-- 
2.4.3