From: "Hervé Poussineau" <hpoussin@reactos.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, "Hervé Poussineau" <hpoussin@reactos.org>
Subject: [Qemu-devel] [PATCH 0/4] lsi: misc fixes
Date: Thu, 18 Aug 2016 09:31:25 +0200 [thread overview]
Message-ID: <1471505489-1221-1-git-send-email-hpoussin@reactos.org> (raw)
Hi,
This patchset are some miscellaneous changes I did on LSI SCSI adapter:
- patch 1: some debugging help (register names)
- patch 2: removed one triggerable guest QEMU exit
- patch 3: compatibility with stock Windows 98 driver
- patch 4: compatibility with a real firmware
Note that patch 1 doesn't pass checkpatch.pl:
- lines with register names are > 80 chars. However, I prefer to keep 8 register names per line
- a case in a #define doesn't seem well supported. I preferred to mostly keep existing code
Hervé
Hervé Poussineau (4):
lsi: print register names in debug prints
lsi: do not exit QEMU if reading invalid register
lsi: implement I/O memory space for Memory Move instructions
lsi: never set DMA FIFO Empty (DFE) bit in DSTAT register
hw/scsi/lsi53c895a.c | 280 +++++++++++++++++++++++++++++++++++----------------
1 file changed, 195 insertions(+), 85 deletions(-)
--
2.1.4
next reply other threads:[~2016-08-18 7:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 7:31 Hervé Poussineau [this message]
2016-08-18 7:31 ` [Qemu-devel] [PATCH 1/4] lsi: print register names in debug prints Hervé Poussineau
2016-08-18 7:31 ` [Qemu-devel] [PATCH 2/4] lsi: do not exit QEMU if reading invalid register Hervé Poussineau
2016-08-18 7:31 ` [Qemu-devel] [PATCH 3/4] lsi: implement I/O memory space for Memory Move instructions Hervé Poussineau
2016-08-18 7:31 ` [Qemu-devel] [PATCH 4/4] lsi: never set DMA FIFO Empty (DFE) bit in DSTAT register Hervé Poussineau
2016-08-18 7:41 ` [Qemu-devel] [PATCH 0/4] lsi: misc fixes no-reply
2016-08-18 8:47 ` Paolo Bonzini
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=1471505489-1221-1-git-send-email-hpoussin@reactos.org \
--to=hpoussin@reactos.org \
--cc=pbonzini@redhat.com \
--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 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.