[Top][All Lists]
[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
- Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, (continued)
- Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, Mark McLoughlin, 2009/07/22
- [Qemu-devel] [PATCH 2/2] Add a pc-0.11 machine type and make the pc type an alias, Mark McLoughlin, 2009/07/22
- Re: [Qemu-devel] [PATCH 2/2] Add a pc-0.11 machine type and make the pc type an alias, Mark McLoughlin, 2009/07/23
- [Qemu-devel] [PATCH 1/2] Add machine type aliases, Mark McLoughlin, 2009/07/22
- [Qemu-devel] [PATCH 0/4] Add pc-0.11 machine type and make pc an alias to it, Mark McLoughlin, 2009/07/21
- [Qemu-devel] [PATCH 4/4] Add a pc-0.11 machine type and make the pc type an alias, Mark McLoughlin, 2009/07/21
- Re: [Qemu-devel] [PATCH 3/3 v2] Add a pc-0-10 machine type for compatibility with 0.10.x, Avi Kivity, 2009/07/09
- Re: [Qemu-devel] [PATCH 2/3] Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER,
Amit Shah <=