qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regression
@ 2024-07-15 13:14 Fiona Ebner
  2024-07-16  7:35 ` Sven Schnelle
  2024-07-16  8:49 ` Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Fiona Ebner @ 2024-07-15 13:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-stable, fam, pbonzini, svens, peter.maydell

Commit 9876359990 ("hw/scsi/lsi53c895a: add timer to scripts
processing") reduced the maximum allowed instruction count by
a factor of 100 all the way down to 100.

This causes the "Check Point R81.20 Gaia" appliance [0] to fail to
boot after fully finishing the installation via the appliance's web
interface (there is already one reboot before that).

With a limit of 150, the appliance still fails to boot, while with a
limit of 200, it works. Bump to 500 to fix the regression and be on
the safe side.

Originally reported in the Proxmox community forum[1].

[0]: https://support.checkpoint.com/results/download/124397
[1]: https://forum.proxmox.com/threads/149772/post-683459

Cc: qemu-stable@nongnu.org
Fixes: 9876359990 ("hw/scsi/lsi53c895a: add timer to scripts processing")
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 hw/scsi/lsi53c895a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/scsi/lsi53c895a.c b/hw/scsi/lsi53c895a.c
index eb9828dd5e..f1935e5328 100644
--- a/hw/scsi/lsi53c895a.c
+++ b/hw/scsi/lsi53c895a.c
@@ -188,7 +188,7 @@ static const char *names[] = {
 #define LSI_TAG_VALID     (1 << 16)
 
 /* Maximum instructions to process. */
-#define LSI_MAX_INSN    100
+#define LSI_MAX_INSN    500
 
 typedef struct lsi_request {
     SCSIRequest *req;
-- 
2.39.2




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

* Re: [PATCH] hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regression
  2024-07-15 13:14 [PATCH] hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regression Fiona Ebner
@ 2024-07-16  7:35 ` Sven Schnelle
  2024-07-16  8:49 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Sven Schnelle @ 2024-07-16  7:35 UTC (permalink / raw)
  To: Fiona Ebner; +Cc: qemu-devel, qemu-stable, fam, pbonzini, peter.maydell

Fiona Ebner <f.ebner@proxmox.com> writes:

> Commit 9876359990 ("hw/scsi/lsi53c895a: add timer to scripts
> processing") reduced the maximum allowed instruction count by
> a factor of 100 all the way down to 100.
>
> This causes the "Check Point R81.20 Gaia" appliance [0] to fail to
> boot after fully finishing the installation via the appliance's web
> interface (there is already one reboot before that).
>
> With a limit of 150, the appliance still fails to boot, while with a
> limit of 200, it works. Bump to 500 to fix the regression and be on
> the safe side.
>
> Originally reported in the Proxmox community forum[1].
>
> [0]: https://support.checkpoint.com/results/download/124397
> [1]: https://forum.proxmox.com/threads/149772/post-683459
>
> Cc: qemu-stable@nongnu.org
> Fixes: 9876359990 ("hw/scsi/lsi53c895a: add timer to scripts processing")
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>  hw/scsi/lsi53c895a.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/scsi/lsi53c895a.c b/hw/scsi/lsi53c895a.c
> index eb9828dd5e..f1935e5328 100644
> --- a/hw/scsi/lsi53c895a.c
> +++ b/hw/scsi/lsi53c895a.c
> @@ -188,7 +188,7 @@ static const char *names[] = {
>  #define LSI_TAG_VALID     (1 << 16)
>  
>  /* Maximum instructions to process. */
> -#define LSI_MAX_INSN    100
> +#define LSI_MAX_INSN    500
>  
>  typedef struct lsi_request {
>      SCSIRequest *req;

Fine with me - i just picked a random number assuming it
works. Obviously i was wrong :-)

Acked-by: Sven Schnelle <svens@stackframe.org>


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

* Re: [PATCH] hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regression
  2024-07-15 13:14 [PATCH] hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regression Fiona Ebner
  2024-07-16  7:35 ` Sven Schnelle
@ 2024-07-16  8:49 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2024-07-16  8:49 UTC (permalink / raw)
  To: Fiona Ebner; +Cc: qemu-devel, qemu-stable, fam, pbonzini, svens, peter.maydell

Queued, thanks.

Paolo



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

end of thread, other threads:[~2024-07-16  8:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 13:14 [PATCH] hw/scsi/lsi53c895a: bump instruction limit in scripts processing to fix regression Fiona Ebner
2024-07-16  7:35 ` Sven Schnelle
2024-07-16  8:49 ` Paolo Bonzini

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).