qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 11/41] versatile: Fix typo in PCI_VPB_HOST definition


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 11/41] versatile: Fix typo in PCI_VPB_HOST definition
Date: Fri, 14 Aug 2020 19:59:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 8/14/20 12:25 AM, Eduardo Habkost wrote:
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
>  hw/pci-host/versatile.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/pci-host/versatile.c b/hw/pci-host/versatile.c
> index 616882a80d..7e4aa467a2 100644
> --- a/hw/pci-host/versatile.c
> +++ b/hw/pci-host/versatile.c
> @@ -161,7 +161,7 @@ static const VMStateDescription pci_vpb_vmstate = {
>  
>  #define TYPE_VERSATILE_PCI_HOST "versatile_pci_host"
>  #define PCI_VPB_HOST(obj) \
> -    OBJECT_CHECK(PCIDevice, (obj), TYPE_VERSATILE_PCIHOST)
> +    OBJECT_CHECK(PCIDevice, (obj), TYPE_VERSATILE_PCI_HOST)

Uh, since cd93dbf375 ("versatile_pci: Update to realize and instance
init functions") 7 years ago...

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

>  
>  typedef enum {
>      PCI_IMAP0 = 0x0,
> 




reply via email to

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