[PATCH 0/4] hw/i386/pc: Trivial cleanups

Philippe Mathieu-Daudé posted 4 patches 8 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240301185936.95175-1-philmd@linaro.org
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
include/hw/i386/pc.h | 12 ------------
hw/i386/pc_piix.c    | 18 ++++++------------
2 files changed, 6 insertions(+), 24 deletions(-)
[PATCH 0/4] hw/i386/pc: Trivial cleanups
Posted by Philippe Mathieu-Daudé 8 months, 4 weeks ago
Trivial cleanups, mostly around the 'isapc' machine.

Philippe Mathieu-Daudé (4):
  hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
  hw/i386/pc: Use generated NotifyVmexitOption_str()
  hw/i386/pc: Remove 'host_type' argument from pc_init1()
  hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument

 include/hw/i386/pc.h | 12 ------------
 hw/i386/pc_piix.c    | 18 ++++++------------
 2 files changed, 6 insertions(+), 24 deletions(-)

-- 
2.41.0


Re: [PATCH 0/4] hw/i386/pc: Trivial cleanups
Posted by Bernhard Beschow 8 months, 3 weeks ago

Am 1. März 2024 18:59:32 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>:
>Trivial cleanups, mostly around the 'isapc' machine.
>
>Philippe Mathieu-Daudé (4):
>  hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
>  hw/i386/pc: Use generated NotifyVmexitOption_str()
>  hw/i386/pc: Remove 'host_type' argument from pc_init1()
>  hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument

Ping. Will this series make it into 9.0? AFAICS all patches are reviewed.

>
> include/hw/i386/pc.h | 12 ------------
> hw/i386/pc_piix.c    | 18 ++++++------------
> 2 files changed, 6 insertions(+), 24 deletions(-)
>
Re: [PATCH 0/4] hw/i386/pc: Trivial cleanups
Posted by Michael Tokarev 8 months, 3 weeks ago
07.03.2024 21:57, Bernhard Beschow :
> Am 1. März 2024 18:59:32 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>:
>> Trivial cleanups, mostly around the 'isapc' machine.
>>
>> Philippe Mathieu-Daudé (4):
>>   hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
>>   hw/i386/pc: Use generated NotifyVmexitOption_str()
>>   hw/i386/pc: Remove 'host_type' argument from pc_init1()
>>   hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument
> 
> Ping. Will this series make it into 9.0? AFAICS all patches are reviewed.

Philippe, are you submitting this through you misc tree, or should I
pick it for trivial-patches?  I'm often a bit in doubt about patches
you Cc to qemu-trivial@, - a few times we both tried to submit them.

/mjt

Re: [PATCH 0/4] hw/i386/pc: Trivial cleanups
Posted by Philippe Mathieu-Daudé 8 months, 3 weeks ago
On 8/3/24 07:05, Michael Tokarev wrote:
> 07.03.2024 21:57, Bernhard Beschow :
>> Am 1. März 2024 18:59:32 UTC schrieb "Philippe Mathieu-Daudé" 
>> <philmd@linaro.org>:
>>> Trivial cleanups, mostly around the 'isapc' machine.
>>>
>>> Philippe Mathieu-Daudé (4):
>>>   hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
>>>   hw/i386/pc: Use generated NotifyVmexitOption_str()
>>>   hw/i386/pc: Remove 'host_type' argument from pc_init1()
>>>   hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument
>>
>> Ping. Will this series make it into 9.0? AFAICS all patches are reviewed.
> 
> Philippe, are you submitting this through you misc tree, or should I
> pick it for trivial-patches?  I'm often a bit in doubt about patches
> you Cc to qemu-trivial@, - a few times we both tried to submit them.

Yes, series queued, thanks!