All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/13] qemu-sparc queue 20210412
@ 2021-04-12 22:20 Mark Cave-Ayland
  2021-04-12 22:20 ` [PULL 01/13] esp: fix setting of ESPState mig_version_id when launching QEMU with -S option Mark Cave-Ayland
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Mark Cave-Ayland @ 2021-04-12 22:20 UTC (permalink / raw)
  To: peter.maydell, qemu-devel

The following changes since commit c1e90def01bdb8fcbdbebd9d1eaa8e4827ece620:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210412' into staging (2021-04-12 12:12:09 +0100)

are available in the Git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-sparc-20210412

for you to fetch changes up to ce94fa7aa646a18e9b9105a32eea2152b202b431:

  tests/qtest: add tests for am53c974 device (2021-04-12 22:37:11 +0100)

----------------------------------------------------------------
qemu-sparc queue

----------------------------------------------------------------
Mark Cave-Ayland (13):
      esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
      esp: always check current_req is not NULL before use in DMA callbacks
      esp: rework write_response() to avoid using the FIFO for DMA transactions
      esp: consolidate esp_cmdfifo_push() into esp_fifo_push()
      esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()
      esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()
      esp: ensure cmdfifo is not empty and current_dev is non-NULL
      esp: don't underflow cmdfifo in do_cmd()
      esp: don't overflow cmdfifo in get_cmd()
      esp: don't overflow cmdfifo if TC is larger than the cmdfifo size
      esp: don't reset async_len directly in esp_select() if cancelling request
      esp: ensure that do_cmd is set to zero before submitting an ESP select command
      tests/qtest: add tests for am53c974 device

 MAINTAINERS                 |   1 +
 hw/scsi/esp-pci.c           |   1 +
 hw/scsi/esp.c               | 126 ++++++++++++++-----------
 include/hw/scsi/esp.h       |   1 +
 tests/qtest/am53c974-test.c | 218 ++++++++++++++++++++++++++++++++++++++++++++
 tests/qtest/meson.build     |   1 +
 6 files changed, 293 insertions(+), 55 deletions(-)
 create mode 100644 tests/qtest/am53c974-test.c


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-04-13 12:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 22:20 [PULL 00/13] qemu-sparc queue 20210412 Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 01/13] esp: fix setting of ESPState mig_version_id when launching QEMU with -S option Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 02/13] esp: always check current_req is not NULL before use in DMA callbacks Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 03/13] esp: rework write_response() to avoid using the FIFO for DMA transactions Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 04/13] esp: consolidate esp_cmdfifo_push() into esp_fifo_push() Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 05/13] esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop() Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 06/13] esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf() Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 07/13] esp: ensure cmdfifo is not empty and current_dev is non-NULL Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 08/13] esp: don't underflow cmdfifo in do_cmd() Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 09/13] esp: don't overflow cmdfifo in get_cmd() Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 10/13] esp: don't overflow cmdfifo if TC is larger than the cmdfifo size Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 11/13] esp: don't reset async_len directly in esp_select() if cancelling request Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 12/13] esp: ensure that do_cmd is set to zero before submitting an ESP select command Mark Cave-Ayland
2021-04-12 22:20 ` [PULL 13/13] tests/qtest: add tests for am53c974 device Mark Cave-Ayland
2021-04-13 12:04 ` [PULL 00/13] qemu-sparc queue 20210412 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.