[Qemu-devel] [PULL 00/13] Ide patches

John Snow posted 13 patches 8 years, 1 month ago
Only 0 patches received!
There is a newer version of this series
Makefile.objs                 |   1 +
hw/block/fdc.c                |  33 +++---
hw/ide/ahci.c                 | 244 ++++++++++++++++++++++--------------------
hw/ide/ahci_internal.h        |  44 ++++++--
hw/ide/atapi.c                |  69 +++++-------
hw/ide/cmd646.c               |  10 +-
hw/ide/core.c                 | 192 +++++++++++++++++++++------------
hw/ide/microdrive.c           |   3 +
hw/ide/pci.c                  |  17 +--
hw/ide/piix.c                 |  11 +-
hw/ide/qdev.c                 |  86 ++++++++-------
hw/ide/trace-events           | 111 +++++++++++++++++++
hw/ide/via.c                  |  10 +-
include/hw/ide/internal.h     |  14 +--
tests/qemu-iotests/051.pc.out |  10 +-
tests/qemu-iotests/172.out    |   8 --
16 files changed, 509 insertions(+), 354 deletions(-)
create mode 100644 hw/ide/trace-events
[Qemu-devel] [PULL 00/13] Ide patches
Posted by John Snow 8 years, 1 month ago
The following changes since commit a9158a5cba955b79d580a252cc58ff44d154e370:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170918-pull-request' into staging (2017-09-18 12:40:54 +0100)

are available in the git repository at:

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

for you to fetch changes up to ae34fce5f94e93a68c879fe6179d4bcd9ee915d7:

  hw/block/fdc: Convert to realize (2017-09-18 19:43:38 -0400)

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

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

Igor Mammedov (1):
  ide: ahci: unparent children buses before freeing their memory

John Snow (9):
  IDE: replace DEBUG_IDE with tracing system
  IDE: Add register hints to tracing
  IDE: add tracing for data ports
  ATAPI: Replace DEBUG_IDE_ATAPI with tracing events
  IDE: replace DEBUG_AIO with trace events
  AHCI: Replace DPRINTF with trace-events
  AHCI: Rework IRQ constants
  AHCI: pretty-print FIS to buffer instead of stderr
  AHCI: remove DPRINTF macro

Mao Zhongyi (2):
  hw/ide: Convert DeviceClass init to realize
  hw/block/fdc: Convert to realize

Thomas Huth (1):
  hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable =
    false

 Makefile.objs                 |   1 +
 hw/block/fdc.c                |  33 +++---
 hw/ide/ahci.c                 | 244 ++++++++++++++++++++++--------------------
 hw/ide/ahci_internal.h        |  44 ++++++--
 hw/ide/atapi.c                |  69 +++++-------
 hw/ide/cmd646.c               |  10 +-
 hw/ide/core.c                 | 192 +++++++++++++++++++++------------
 hw/ide/microdrive.c           |   3 +
 hw/ide/pci.c                  |  17 +--
 hw/ide/piix.c                 |  11 +-
 hw/ide/qdev.c                 |  86 ++++++++-------
 hw/ide/trace-events           | 111 +++++++++++++++++++
 hw/ide/via.c                  |  10 +-
 include/hw/ide/internal.h     |  14 +--
 tests/qemu-iotests/051.pc.out |  10 +-
 tests/qemu-iotests/172.out    |   8 --
 16 files changed, 509 insertions(+), 354 deletions(-)
 create mode 100644 hw/ide/trace-events

-- 
2.9.5


Re: [Qemu-devel] [PULL 00/13] Ide patches
Posted by Peter Maydell 8 years, 1 month ago
On 19 September 2017 at 01:11, John Snow <jsnow@redhat.com> wrote:
> The following changes since commit a9158a5cba955b79d580a252cc58ff44d154e370:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170918-pull-request' into staging (2017-09-18 12:40:54 +0100)
>
> are available in the git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to ae34fce5f94e93a68c879fe6179d4bcd9ee915d7:
>
>   hw/block/fdc: Convert to realize (2017-09-18 19:43:38 -0400)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM