Re: [PATCH 05/20] hw/ide/isa: Remove intermediate ISAIDEState::irq variable

2023-02-15 Thread Richard Henderson
On 2/15/23 01:26, Philippe Mathieu-Daudé wrote: The intermediate ISAIDEState::irq variable just add noise, remove it. Signed-off-by: Philippe Mathieu-Daudé --- hw/ide/isa.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

Re: [PATCH 05/20] hw/ide/isa: Remove intermediate ISAIDEState::irq variable

2023-02-15 Thread Bernhard Beschow
Am 15. Februar 2023 11:26:57 UTC schrieb "Philippe Mathieu-Daudé" : >The intermediate ISAIDEState::irq variable just add noise, remove it. > >Signed-off-by: Philippe Mathieu-Daudé >--- > hw/ide/isa.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/hw/ide/isa.c b/hw/id

[PATCH 05/20] hw/ide/isa: Remove intermediate ISAIDEState::irq variable

2023-02-15 Thread Philippe Mathieu-Daudé
The intermediate ISAIDEState::irq variable just add noise, remove it. Signed-off-by: Philippe Mathieu-Daudé --- hw/ide/isa.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/ide/isa.c b/hw/ide/isa.c index 5c3e83a0fc..ad47e0899e 100644 --- a/hw/ide/isa.c +++ b/hw/ide/isa.