qemu-devel
[Top][All Lists]
Advanced

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

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


From: John Snow
Subject: [Qemu-devel] [PULL 00/13] Ide patches
Date: Mon, 18 Sep 2017 20:11:34 -0400

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




reply via email to

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