All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH for 7.1 v1 0/8] memory leaks and speed tweaks
Date: Thu, 11 Aug 2022 19:00:08 +0100	[thread overview]
Message-ID: <87mtcairsl.fsf@linaro.org> (raw)
In-Reply-To: <CAFEAcA-aOZXGMv6Eb4z13+AyUUcOj6G9j+3JDWSkgbAyCpk2+Q@mail.gmail.com>


Peter Maydell <peter.maydell@linaro.org> writes:

> On Thu, 11 Aug 2022 at 16:24, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> Hi,
>>
>> I've been collecting a number of small fixes since the tree was
>> frozen. I've been mostly focusing on improving the reliability of the
>> avocado tests and seeing if there are any low hanging fruit for
>> improving the performance.
>
>> Alex Bennée (8):
>>   linux-user: un-parent OBJECT(cpu) when closing thread
>>   cpu: cache CPUClass in CPUState for hot code paths
>>   hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs
>>   cputlb: used cached CPUClass in our hot-paths
>>   ssi: cache SSIPeripheralClass to avoid GET_CLASS()
>>   tests/avocado: add timeout to the aspeed tests
>>   tests/avocado: apply a band aid to aspeed-evb login
>>   accel/tcg: remove trace_vcpu_dstate TB checking
>
> Changes to tests/ is fine, and fixes for memory leaks
> also if they've been well tested, but stuff like the
> caching of class objects is really not 7.1 material
> at this point in the release cycle, I think.

No worries - I can drop the caching stuff for 7.1 but at least people
can test it ;-)

-- 
Alex Bennée


      reply	other threads:[~2022-08-11 18:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-11 15:14 [PATCH for 7.1 v1 0/8] memory leaks and speed tweaks Alex Bennée
2022-08-11 15:14 ` [PATCH v1 1/8] linux-user: un-parent OBJECT(cpu) when closing thread Alex Bennée
2022-08-11 15:14 ` [PATCH v1 2/8] cpu: cache CPUClass in CPUState for hot code paths Alex Bennée
2022-08-11 17:17   ` Richard Henderson
2022-08-11 23:37   ` Philippe Mathieu-Daudé via
2022-08-11 15:14 ` [PATCH v1 3/8] hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs Alex Bennée
2022-08-11 17:17   ` Richard Henderson
2022-08-11 23:37   ` Philippe Mathieu-Daudé via
2022-08-11 15:14 ` [PATCH v1 4/8] cputlb: used cached CPUClass in our hot-paths Alex Bennée
2022-08-11 17:18   ` Richard Henderson
2022-08-11 23:39   ` Philippe Mathieu-Daudé via
2022-08-11 15:14 ` [PATCH v1 5/8] ssi: cache SSIPeripheralClass to avoid GET_CLASS() Alex Bennée
2022-08-11 15:30   ` Cédric Le Goater
2022-08-11 23:42   ` Philippe Mathieu-Daudé via
2022-08-11 15:14 ` [PATCH v1 6/8] tests/avocado: add timeout to the aspeed tests Alex Bennée
2022-08-11 23:44   ` Philippe Mathieu-Daudé via
2022-08-11 15:14 ` [PATCH v1 7/8] tests/avocado: apply a band aid to aspeed-evb login Alex Bennée
2022-08-11 15:14 ` [PATCH v1 8/8] accel/tcg: remove trace_vcpu_dstate TB checking Alex Bennée
2022-08-11 23:44   ` Philippe Mathieu-Daudé via
2022-08-11 17:05 ` [PATCH for 7.1 v1 0/8] memory leaks and speed tweaks Peter Maydell
2022-08-11 18:00   ` Alex Bennée [this message]

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=87mtcairsl.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --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.