All of lore.kernel.org
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Sebastian Bauer <mail@sebastianbauer.info>,
	Magnus Damm <magnus.damm@gmail.com>,
	Gerd Hoffmann <kraxel@redhat.com>,
	Aurelien Jarno <aurelien@aurel32.net>
Subject: [PATCH v3 0/9] More sm501 fixes and optimisations
Date: Sat, 20 Jun 2020 22:56:28 +0200	[thread overview]
Message-ID: <cover.1592686588.git.balaton@eik.bme.hu> (raw)

Version 3: added R-b tags and new patch to fix overlap checks.
Hopefully I got it right this time, unless there are any more comments
this should be good to go.

BALATON Zoltan (9):
  sm501: Fix bounds checks
  sm501: Drop unneded variable
  sm501: Ignore no-op blits
  sm501: Introduce variable for commonly used value for better
    readability
  sm501: Optimise 1 pixel 2d ops
  sm501: Use stn_he_p/ldn_he_p instead of switch/case
  sm501: Do not allow guest to set invalid format
  sm501: Convert debug printfs to traces
  sm501: Fix and optimize overlap check

 hw/display/sm501.c      | 157 +++++++++++++++++++---------------------
 hw/display/trace-events |  12 +++
 2 files changed, 87 insertions(+), 82 deletions(-)

-- 
2.21.3



             reply	other threads:[~2020-06-20 21:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-20 20:56 BALATON Zoltan [this message]
2020-06-20 20:56 ` [PATCH v3 1/9] sm501: Fix bounds checks BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 9/9] sm501: Fix and optimize overlap check BALATON Zoltan
2020-06-22 19:38   ` Peter Maydell
2020-06-22 23:07     ` BALATON Zoltan
2020-06-24 16:42   ` [PATCH v4] " BALATON Zoltan
2020-06-25 10:11     ` Peter Maydell
2020-06-30 20:52     ` Gerd Hoffmann
2020-06-20 20:56 ` [PATCH v3 5/9] sm501: Optimise 1 pixel 2d ops BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 8/9] sm501: Convert debug printfs to traces BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 3/9] sm501: Ignore no-op blits BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 2/9] sm501: Drop unneded variable BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 4/9] sm501: Introduce variable for commonly used value for better readability BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 6/9] sm501: Use stn_he_p/ldn_he_p instead of switch/case BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 7/9] sm501: Do not allow guest to set invalid format BALATON Zoltan

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=cover.1592686588.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=aurelien@aurel32.net \
    --cc=kraxel@redhat.com \
    --cc=magnus.damm@gmail.com \
    --cc=mail@sebastianbauer.info \
    --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 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.