From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, jsnow@redhat.com
Subject: [Qemu-devel] [PULL 00/13] Ide patches
Date: Mon, 18 Sep 2017 20:11:34 -0400 [thread overview]
Message-ID: <20170919001147.23182-2-jsnow@redhat.com> (raw)
In-Reply-To: <20170919001147.23182-1-jsnow@redhat.com>
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
next prev parent reply other threads:[~2017-09-19 0:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 0:11 [Qemu-devel] [PULL 13/13] hw/block/fdc: Convert to realize John Snow
2017-09-19 0:11 ` John Snow [this message]
2017-09-19 10:04 ` [Qemu-devel] [PULL 00/13] Ide patches Peter Maydell
2017-09-19 0:11 ` [Qemu-devel] [PULL 01/13] ide: ahci: unparent children buses before freeing their memory John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 02/13] hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 03/13] IDE: replace DEBUG_IDE with tracing system John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 04/13] IDE: Add register hints to tracing John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 05/13] IDE: add tracing for data ports John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 06/13] ATAPI: Replace DEBUG_IDE_ATAPI with tracing events John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 07/13] IDE: replace DEBUG_AIO with trace events John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 08/13] AHCI: Replace DPRINTF with trace-events John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 09/13] AHCI: Rework IRQ constants John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 10/13] AHCI: pretty-print FIS to buffer instead of stderr John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 11/13] AHCI: remove DPRINTF macro John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 12/13] hw/ide: Convert DeviceClass init to realize John Snow
2017-09-19 0:11 ` [Qemu-devel] [PULL 13/13] hw/block/fdc: Convert " John Snow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170919001147.23182-2-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).