qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/3] Change default PCI class of virtio-console


From: Amit Shah
Subject: Re: [Qemu-devel] [PATCH 2/3] Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER
Date: Wed, 15 Jul 2009 16:57:44 +0530
User-agent: Mutt/1.5.19 (2009-01-05)

On (Tue) Jul 07 2009 [12:09:58], Mark McLoughlin wrote:
> diff --git a/hw/pci_ids.h b/hw/pci_ids.h
> index 3afe674..2fe60ee 100644
> --- a/hw/pci_ids.h
> +++ b/hw/pci_ids.h
> @@ -35,6 +35,9 @@
>  #define PCI_CLASS_BRIDGE_PCI             0x0604
>  #define PCI_CLASS_BRIDGE_OTHER           0x0680
>  
> +#define PCI_CLASS_SERIAL_OTHER           0x0780
> +
> +#define PCI_CLASS_PROCESSOR_CO           0x0b40
>  #define PCI_CLASS_COMMUNICATION_OTHER    0x0780
>  
>  #define PCI_CLASS_PROCESSOR_CO           0x0b40

Those defines already exist; they're also seen in the hunk:
PCI_CLASS_COMMUNICATION_OTHER and the other with the same name.

                Amit




reply via email to

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