From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, jsnow@redhat.com
Subject: [Qemu-devel] [PULL v2 00/14] Ide patches
Date: Tue, 12 May 2015 14:46:12 -0400 [thread overview]
Message-ID: <1431456386-13502-1-git-send-email-jsnow@redhat.com> (raw)
The following changes since commit 968bb75c348a401b85e08d5eb1887a3e6c3185f5:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150512' into staging (2015-05-12 12:11:32 +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 6a6b2f8ca4a2bd274328e0f1e2a1ee3fa01e1b42:
qtest: pre-buffer hex nibs (2015-05-12 13:47:12 -0400)
----------------------------------------------------------------
v2: 32bit build issues:
05: Fix hba_base type issue for 32/64bit*
*This needs to be addressed more comprehensively in a later
patchset that will likely touch all of libqos, to fix the
guest pointer type issues (should be uint64_t instead of
void * in most places.)
11: Fix printf format modifier.
----------------------------------------------------------------
John Snow (14):
libqos/ahci: Add halted command helpers
libqos/ahci: Fix sector set method
libqos: Add migration helpers
ich9/ahci: Enable Migration
qtest/ahci: Add migration test
qtest/ahci: add migrate dma test
qtest/ahci: add flush migrate test
qtest/ahci: add halted dma test
qtest/ahci: add migrate halted dma test
qtest: allow arbitrarily long sends
qtest: Add base64 encoded read/write
qtest: add memset to qtest protocol
libqos/ahci: Swap memread/write with bufread/write
qtest: pre-buffer hex nibs
hw/ide/ahci.c | 1 -
hw/ide/ich.c | 1 -
qtest.c | 138 ++++++++++++++++++---
tests/ahci-test.c | 328 +++++++++++++++++++++++++++++++++++++++++++++++++-
tests/libqos/ahci.c | 38 +++++-
tests/libqos/ahci.h | 3 +
tests/libqos/libqos.c | 85 +++++++++++++
tests/libqos/libqos.h | 2 +
tests/libqos/malloc.c | 74 +++++++++---
tests/libqos/malloc.h | 1 +
tests/libqtest.c | 47 ++++++--
tests/libqtest.h | 49 ++++++++
12 files changed, 711 insertions(+), 56 deletions(-)
--
2.1.0
next reply other threads:[~2015-05-12 18:46 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-12 18:46 John Snow [this message]
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 01/14] libqos/ahci: Add halted command helpers John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 02/14] libqos/ahci: Fix sector set method John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 03/14] libqos: Add migration helpers John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 04/14] ich9/ahci: Enable Migration John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 05/14] qtest/ahci: Add migration test John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 06/14] qtest/ahci: add migrate dma test John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 07/14] qtest/ahci: add flush migrate test John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 08/14] qtest/ahci: add halted dma test John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 09/14] qtest/ahci: add migrate " John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 10/14] qtest: allow arbitrarily long sends John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 11/14] qtest: Add base64 encoded read/write John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 12/14] qtest: add memset to qtest protocol John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 13/14] libqos/ahci: Swap memread/write with bufread/write John Snow
2015-05-12 18:46 ` [Qemu-devel] [PULL v2 14/14] qtest: pre-buffer hex nibs John Snow
2015-05-12 19:48 ` [Qemu-devel] [PULL v2 00/14] Ide patches Peter Maydell
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=1431456386-13502-1-git-send-email-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).