qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 16/25] pci: Add class 0xc05 as 'SMBus'


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 16/25] pci: Add class 0xc05 as 'SMBus'
Date: Fri, 14 Sep 2012 09:04:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0

Il 13/09/2012 22:12, Jason Baron ha scritto:
> From: Jan Kiszka <address@hidden>
> 
> Signed-off-by: Jan Kiszka <address@hidden>
> Signed-off-by: Jason Baron <address@hidden>
> ---
>  hw/pci.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/hw/pci.c b/hw/pci.c
> index 55e4ad3..3727afa 100644
> --- a/hw/pci.c
> +++ b/hw/pci.c
> @@ -1203,6 +1203,7 @@ static const pci_class_desc pci_class_descriptions[] =
>      { 0x0c02, "SSA controller", "ssa"},
>      { 0x0c03, "USB controller", "usb"},
>      { 0x0c04, "Fibre channel controller", "fibre-channel"},
> +    { 0x0c05, "SMBus"},
>      { 0, NULL}
>  };
>  
> 

You could move here the corresponding hunk of patch 8/25.

Paolo



reply via email to

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