[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] hw/i386/pc: Trivial cleanups
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/4] hw/i386/pc: Trivial cleanups |
Date: |
Fri, 1 Mar 2024 19:59:32 +0100 |
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
- [PATCH 0/4] hw/i386/pc: Trivial cleanups,
Philippe Mathieu-Daudé <=
- [PATCH 1/4] hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations, Philippe Mathieu-Daudé, 2024/03/01
- [PATCH 2/4] hw/i386/pc: Use generated NotifyVmexitOption_str(), Philippe Mathieu-Daudé, 2024/03/01
- [PATCH 3/4] hw/i386/pc: Remove 'host_type' argument from pc_init1(), Philippe Mathieu-Daudé, 2024/03/01
- [PATCH 4/4] hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument, Philippe Mathieu-Daudé, 2024/03/01
- Re: [PATCH 0/4] hw/i386/pc: Trivial cleanups, Bernhard Beschow, 2024/03/07