qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 0/4] Remove deprecated pc-0.x machine types and related ha


From: Paolo Bonzini
Subject: Re: [PATCH v2 0/4] Remove deprecated pc-0.x machine types and related hacks
Date: Mon, 9 Dec 2019 14:06:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1

On 09/12/19 13:52, Thomas Huth wrote:
> These have been on the deprecation list since a year now, so it's
> time to finally remove the pc-0.x machine types.
> 
> We then can also remove some compatibility hacks in the devices, i.e.
> the "use_broken_id" in ac97, the "command_serr_enable" in PCI devices
> and the "rombar" stuff in VGA devices.
> 
> v2:
>  - Minor updates to the first patch (fix comment, add deprecation_reason
>    message for the pc-1.x machines)
>  - Keep the QEMU_PCI_CAP_SERR enum in the third patch
>  - Added fourth patch to remove the "rombar" hacks from the VGA devices
> 
> Thomas Huth (4):
>   hw/i386: Remove the deprecated machines 0.12 up to 0.15
>   hw/audio: Remove the "use_broken_id" hack from the AC97 device
>   hw/pci: Remove the "command_serr_enable" property
>   hw/display: Remove "rombar" hack from vga-pci and vmware_vga
> 
>  hw/audio/ac97.c         |  9 -----
>  hw/display/vga-pci.c    |  5 ---
>  hw/display/vga.c        |  4 +-
>  hw/display/vmware_vga.c |  5 ---
>  hw/i386/pc_piix.c       | 85 +----------------------------------------
>  hw/pci/pci.c            |  6 +--
>  include/hw/pci/pci.h    |  2 +-
>  qemu-deprecated.texi    |  2 +-
>  tests/cpu-plug-test.c   |  6 +--
>  9 files changed, 7 insertions(+), 117 deletions(-)
> 

Queued, thanks.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]