Statistics
| Branch: | Revision:

root / hw / pci_ids.h @ bf3bc4c4

History | View | Annotate | Download (5 kB)

# Date Author Comment
df2d8b3e 11/26/2012 05:35 pm Isaku Yamahata

q35: Introduce q35 pc based chipset emulator

pc q35 based chipset emulator to support pci express natively. Based on
Anthony Liguori's suggestion, the machine name is 'q35-next', with an alias
of 'q35'. At this point, there are no compatibility guarantees. When the...

e516572f 11/26/2012 05:35 pm Jason Baron

ich9: Add acpi support and definitions

Lay the groundwork for subsequent ich9 support.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Jason Baron <>
Signed-off-by: Anthony Liguori <>

9e38f561 10/29/2012 05:59 pm Isaku Yamahata

pci_ids: add intel 82801BA pci-to-pci bridge id

Adds pci id constants which will be used by q35.

Reviewed-by: Paolo Bonzini <>
Signed-off-by: Isaku Yamahata <>
Signed-off-by: Jason Baron <>
Signed-off-by: Michael S. Tsirkin <>

f7748569 10/29/2012 05:59 pm Jan Kiszka

pci: Add class 0xc05 as 'SMBus'

[: add PCI_CLASS_SERIAL_SMBUS definition]
Reviewed-by: Paolo Bonzini <>
Signed-off-by: Jan Kiszka <>
Signed-off-by: Jason Baron <>
Signed-off-by: Michael S. Tsirkin <>

419ad672 10/22/2012 09:26 pm Gerd Hoffmann

serial: add pci variant

So we get a hot-pluggable 16550 uart.

Signed-off-by: Gerd Hoffmann <>
Signed-off-by: Anthony Liguori <>

fabaaf1d 07/14/2012 01:13 pm Hervé Poussineau

esp: add AMD PCscsi emulation (PCI SCSI adapter)

The PCI version is supported in lots of Operating Systems,
and has been successfully tested on:
- MS DOS 6.22 (using DC390 driver)
- MS Windows 3.11 (using DC390 driver)
- MS Windows 98 SE (using default driver)...

e8f943c3 07/02/2012 12:11 pm Hannes Reinecke

megasas: LSI Megaraid SAS HBA emulation

This patch adds an emulation for the LSI Megaraid SAS 8708EM2 HBA.
I've tested it to work with Linux, Windows Vista, and Windows7.

Signed-off-by: Hannes Reinecke <>
[ Squashed trivial changes from Andreas Faerber, rebased over IOMMU...

9ff706c8 06/21/2012 07:06 pm Anthony PERARD

pci_ids: Add INTEL_82599_SFP_VF id.

We are using this in our quirk lookup provided by patch
titled: Introduce Xen PCI Passthrough, PCI config space helpers.

Signed-off-by: Anthony PERARD <>
Acked-by: Stefano Stabellini <>...

a04ff940 01/20/2012 01:27 am Andreas Färber

prep: Add i82378 PCI-to-ISA bridge emulation

Prepare Intel 82378 emulation for use by PReP platforms.

Signed-off-by: Hervé Poussineau <>

Create ISA bus in this device (suggested by Markus).
Rebase onto Memory API, mark memory ops as Little Endian....

62c6ae04 01/17/2012 10:44 am Hector Martin

xhci: Initial xHCI implementation

Based on the implementation from Hector Martin <>

Hectors's implementation completely sidestepped the qemu usb system and
used libusb directly for usb device pass through. So I've ripped out
the libusb bits (or left them in disabled, as reference for further...

b4dabf95 07/19/2011 04:03 pm Anthony Liguori

Merge remote-tracking branch 'kraxel/usb.19' into staging

33d5ad53 07/17/2011 06:47 pm Michael S. Tsirkin

pci_ids: tweak names to match linux/pci_ids.h

Sync xen names to ones used by linux. Add
xen platform device id as well.

Signed-off-by: Michael S. Tsirkin <>

f9ebf5e5 07/05/2011 04:09 pm Gerd Hoffmann

pci: add ich9 usb controller ids

Signed-off-by: Gerd Hoffmann <>

01195b73 06/19/2011 05:43 am Steven Smith

xen: Add the Xen platform pci device

Introduce a new emulated PCI device, specific to fully virtualized Xen
guests. The device is necessary for PV on HVM drivers to work.

Signed-off-by: Steven Smith <>
Signed-off-by: Anthony PERARD <>...

94527ead 05/26/2011 12:57 pm Gerd Hoffmann

usb: add ehci adapter

This patch finally merges the EHCI host adapter aka USB 2.0 support.

Based on the ehci bits collected @ git://git.kiszka.org/qemu.git ehci

EHCI has a long out-of-tree history. Project was started by Mark
Burkley, with contributions by Niels de Vos. David S. Ahern continued...

6ed6c24a 12/17/2010 05:11 pm Alexander Graf

pci: add storage class for sata

This patch adds the storage sata class id.

Signed-off-by: Alexander Graf <>
Signed-off-by: Kevin Wolf <>

cf4c01fd 09/13/2010 10:03 pm Isaku Yamahata

pci_ids.h: add vendor id of Texas Intesruments

add vendor id of Texas Intesruments.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Michael S. Tsirkin <>

edf79e66 06/30/2010 12:07 am Huacai Chen

Initial support of vt82686b south bridge used by fulong mini pc

Signed-off-by: Huacai Chen <>
Signed-off-by: Aurelien Jarno <>

0f921197 02/14/2010 04:10 pm Alexander Graf

PPC: Use Mac99_U3 type on ppc64

The "Mac99" type so far defines a "U2" based configuration. Unfortunately,
there have never been any U2 based PPC64 machines. That's what the U3 was
developed for.

So let's split the Mac99 machine in a PPC64 and a PPC32 machine. The PPC32...

048eabcb 10/27/2009 07:28 pm Juan Quintela

wdt_i6300esb: move PCI_DEVICE_IDE_INTEL_ESB_9 to pci_ids.h

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

0f2065a1 08/28/2009 04:30 am Amit Shah

pci ids: remove redundant defines

Remove some redundant definitions for PCI classes:
PCI_CLASS_SERIAL_OTHER already exists as PCI_CLASS_COMMUNICATION_OTHER
and PCI_CLASS_PROCESSOR_CO is redefined.

PCI_CLASS_SERIAL_OTHER is not used anywhere.

Signed-off-by: Amit Shah <>...

21d58b57 07/16/2009 04:28 pm Mark McLoughlin

Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER

We're using PCI_CLASS_DISPLAY_OTHER now, but qemu-kvm.git is using
PCI_CLASS_OTHERS because:

"As a PCI_CLASS_DISPLAY_OTHER, it reduces primary display somehow on
Windows XP (possibly Windows disables acceleration since it fails...
7d9aa9c0 06/16/2009 11:36 pm Amit Shah

pci: add define for communication class devices

Signed-off-by: Amit Shah <>
Signed-off-by: Anthony Liguori <>

2e7d200b 03/13/2009 06:27 pm aliguori

Add missing file

Signed-off-by: Anthony Liguori <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6850 c046a42c-6fe2-441c-8c8c-71466251a162