]> git.proxmox.com Git - qemu.git/blame - hw/pci.h
pci: use PCI_DEVFN() where appropriate.
[qemu.git] / hw / pci.h
CommitLineData
87ecb68b
PB
1#ifndef QEMU_PCI_H
2#define QEMU_PCI_H
3
376253ec 4#include "qemu-common.h"
163c8a59 5#include "qobject.h"
376253ec 6
6b1b92d3
PB
7#include "qdev.h"
8
87ecb68b
PB
9/* PCI includes legacy ISA access. */
10#include "isa.h"
11
12/* PCI bus */
13
3ae80618
AL
14#define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
15#define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
16#define PCI_FUNC(devfn) ((devfn) & 0x07)
17
a770dc7e
AL
18/* Class, Vendor and Device IDs from Linux's pci_ids.h */
19#include "pci_ids.h"
173a543b 20
a770dc7e 21/* QEMU-specific Vendor and Device ID definitions */
6f338c34 22
a770dc7e
AL
23/* IBM (0x1014) */
24#define PCI_DEVICE_ID_IBM_440GX 0x027f
4ebcf884 25#define PCI_DEVICE_ID_IBM_OPENPIC2 0xffff
deb54399 26
a770dc7e 27/* Hitachi (0x1054) */
deb54399 28#define PCI_VENDOR_ID_HITACHI 0x1054
a770dc7e 29#define PCI_DEVICE_ID_HITACHI_SH7751R 0x350e
deb54399 30
a770dc7e 31/* Apple (0x106b) */
4ebcf884
BS
32#define PCI_DEVICE_ID_APPLE_343S1201 0x0010
33#define PCI_DEVICE_ID_APPLE_UNI_N_I_PCI 0x001e
34#define PCI_DEVICE_ID_APPLE_UNI_N_PCI 0x001f
4ebcf884 35#define PCI_DEVICE_ID_APPLE_UNI_N_KEYL 0x0022
a770dc7e 36#define PCI_DEVICE_ID_APPLE_IPID_USB 0x003f
deb54399 37
a770dc7e
AL
38/* Realtek (0x10ec) */
39#define PCI_DEVICE_ID_REALTEK_8029 0x8029
deb54399 40
a770dc7e
AL
41/* Xilinx (0x10ee) */
42#define PCI_DEVICE_ID_XILINX_XC2VP30 0x0300
deb54399 43
a770dc7e
AL
44/* Marvell (0x11ab) */
45#define PCI_DEVICE_ID_MARVELL_GT6412X 0x4620
deb54399 46
a770dc7e 47/* QEMU/Bochs VGA (0x1234) */
4ebcf884
BS
48#define PCI_VENDOR_ID_QEMU 0x1234
49#define PCI_DEVICE_ID_QEMU_VGA 0x1111
50
a770dc7e 51/* VMWare (0x15ad) */
deb54399
AL
52#define PCI_VENDOR_ID_VMWARE 0x15ad
53#define PCI_DEVICE_ID_VMWARE_SVGA2 0x0405
54#define PCI_DEVICE_ID_VMWARE_SVGA 0x0710
55#define PCI_DEVICE_ID_VMWARE_NET 0x0720
56#define PCI_DEVICE_ID_VMWARE_SCSI 0x0730
57#define PCI_DEVICE_ID_VMWARE_IDE 0x1729
58
cef3017c 59/* Intel (0x8086) */
a770dc7e 60#define PCI_DEVICE_ID_INTEL_82551IT 0x1209
d6fd1e66 61#define PCI_DEVICE_ID_INTEL_82557 0x1229
74c62ba8 62
deb54399 63/* Red Hat / Qumranet (for QEMU) -- see pci-ids.txt */
d350d97d
AL
64#define PCI_VENDOR_ID_REDHAT_QUMRANET 0x1af4
65#define PCI_SUBVENDOR_ID_REDHAT_QUMRANET 0x1af4
66#define PCI_SUBDEVICE_ID_QEMU 0x1100
67
68#define PCI_DEVICE_ID_VIRTIO_NET 0x1000
69#define PCI_DEVICE_ID_VIRTIO_BLOCK 0x1001
70#define PCI_DEVICE_ID_VIRTIO_BALLOON 0x1002
14d50bef 71#define PCI_DEVICE_ID_VIRTIO_CONSOLE 0x1003
d350d97d 72
4f8589e1 73#define FMT_PCIBUS PRIx64
6e355d90 74
87ecb68b
PB
75typedef void PCIConfigWriteFunc(PCIDevice *pci_dev,
76 uint32_t address, uint32_t data, int len);
77typedef uint32_t PCIConfigReadFunc(PCIDevice *pci_dev,
78 uint32_t address, int len);
79typedef void PCIMapIORegionFunc(PCIDevice *pci_dev, int region_num,
6e355d90 80 pcibus_t addr, pcibus_t size, int type);
5851e08c 81typedef int PCIUnregisterFunc(PCIDevice *pci_dev);
87ecb68b 82
87ecb68b 83typedef struct PCIIORegion {
6e355d90
IY
84 pcibus_t addr; /* current PCI mapping address. -1 means not mapped */
85#define PCI_BAR_UNMAPPED (~(pcibus_t)0)
86 pcibus_t size;
a0c7a97e 87 pcibus_t filtered_size;
87ecb68b
PB
88 uint8_t type;
89 PCIMapIORegionFunc *map_func;
90} PCIIORegion;
91
92#define PCI_ROM_SLOT 6
93#define PCI_NUM_REGIONS 7
94
fb58a897
IY
95#include "pci_regs.h"
96
97/* PCI HEADER_TYPE */
6407f373 98#define PCI_HEADER_TYPE_MULTI_FUNCTION 0x80
8098ed41 99
b7ee1603
MT
100/* Size of the standard PCI config header */
101#define PCI_CONFIG_HEADER_SIZE 0x40
102/* Size of the standard PCI config space */
103#define PCI_CONFIG_SPACE_SIZE 0x100
a9f49946
IY
104/* Size of the standart PCIe config space: 4KB */
105#define PCIE_CONFIG_SPACE_SIZE 0x1000
b7ee1603 106
e369cad7
IY
107#define PCI_NUM_PINS 4 /* A-D */
108
02eb84d0
MT
109/* Bits in cap_present field. */
110enum {
111 QEMU_PCI_CAP_MSIX = 0x1,
a9f49946 112 QEMU_PCI_CAP_EXPRESS = 0x2,
02eb84d0
MT
113};
114
87ecb68b 115struct PCIDevice {
6b1b92d3 116 DeviceState qdev;
87ecb68b 117 /* PCI config space */
a9f49946 118 uint8_t *config;
b7ee1603 119
bd4b65ee
MT
120 /* Used to enable config checks on load. Note that writeable bits are
121 * never checked even if set in cmask. */
a9f49946 122 uint8_t *cmask;
bd4b65ee 123
b7ee1603 124 /* Used to implement R/W bytes */
a9f49946 125 uint8_t *wmask;
87ecb68b 126
6f4cbd39 127 /* Used to allocate config space for capabilities. */
a9f49946 128 uint8_t *used;
6f4cbd39 129
87ecb68b
PB
130 /* the following fields are read only */
131 PCIBus *bus;
54586bd1 132 uint32_t devfn;
87ecb68b
PB
133 char name[64];
134 PCIIORegion io_regions[PCI_NUM_REGIONS];
135
136 /* do not access the following fields */
137 PCIConfigReadFunc *config_read;
138 PCIConfigWriteFunc *config_write;
87ecb68b
PB
139
140 /* IRQ objects for the INTA-INTD pins. */
141 qemu_irq *irq;
142
143 /* Current IRQ levels. Used internally by the generic PCI code. */
d036bb21 144 uint8_t irq_state;
02eb84d0
MT
145
146 /* Capability bits */
147 uint32_t cap_present;
148
149 /* Offset of MSI-X capability in config space */
150 uint8_t msix_cap;
151
152 /* MSI-X entries */
153 int msix_entries_nr;
154
155 /* Space to store MSIX table */
156 uint8_t *msix_table_page;
157 /* MMIO index used to map MSIX table and pending bit entries. */
158 int msix_mmio_index;
159 /* Reference-count for entries actually in use by driver. */
160 unsigned *msix_entry_used;
161 /* Region including the MSI-X table */
162 uint32_t msix_bar_size;
f16c4abf
JQ
163 /* Version id needed for VMState */
164 int32_t version_id;
c2039bd0
AL
165
166 /* Location of option rom */
8c52c8f3 167 char *romfile;
c2039bd0 168 ram_addr_t rom_offset;
88169ddf 169 uint32_t rom_bar;
87ecb68b
PB
170};
171
172PCIDevice *pci_register_device(PCIBus *bus, const char *name,
173 int instance_size, int devfn,
174 PCIConfigReadFunc *config_read,
175 PCIConfigWriteFunc *config_write);
176
28c2c264 177void pci_register_bar(PCIDevice *pci_dev, int region_num,
6e355d90 178 pcibus_t size, int type,
87ecb68b
PB
179 PCIMapIORegionFunc *map_func);
180
6f4cbd39 181int pci_add_capability(PCIDevice *pci_dev, uint8_t cap_id, uint8_t cap_size);
1db5a3aa
MT
182int pci_add_capability_at_offset(PCIDevice *pci_dev, uint8_t cap_id,
183 uint8_t cap_offset, uint8_t cap_size);
6f4cbd39
MT
184
185void pci_del_capability(PCIDevice *pci_dev, uint8_t cap_id, uint8_t cap_size);
186
187void pci_reserve_capability(PCIDevice *pci_dev, uint8_t offset, uint8_t size);
188
189uint8_t pci_find_capability(PCIDevice *pci_dev, uint8_t cap_id);
190
191
87ecb68b
PB
192uint32_t pci_default_read_config(PCIDevice *d,
193 uint32_t address, int len);
194void pci_default_write_config(PCIDevice *d,
195 uint32_t address, uint32_t val, int len);
196void pci_device_save(PCIDevice *s, QEMUFile *f);
197int pci_device_load(PCIDevice *s, QEMUFile *f);
198
5d4e84c8 199typedef void (*pci_set_irq_fn)(void *opaque, int irq_num, int level);
87ecb68b 200typedef int (*pci_map_irq_fn)(PCIDevice *pci_dev, int irq_num);
87c30546 201typedef int (*pci_hotplug_fn)(DeviceState *qdev, PCIDevice *pci_dev, int state);
21eea4b3
GH
202void pci_bus_new_inplace(PCIBus *bus, DeviceState *parent,
203 const char *name, int devfn_min);
204PCIBus *pci_bus_new(DeviceState *parent, const char *name, int devfn_min);
205void pci_bus_irqs(PCIBus *bus, pci_set_irq_fn set_irq, pci_map_irq_fn map_irq,
206 void *irq_opaque, int nirq);
87c30546 207void pci_bus_hotplug(PCIBus *bus, pci_hotplug_fn hotplug, DeviceState *dev);
02e2da45
PB
208PCIBus *pci_register_bus(DeviceState *parent, const char *name,
209 pci_set_irq_fn set_irq, pci_map_irq_fn map_irq,
5d4e84c8 210 void *irq_opaque, int devfn_min, int nirq);
87ecb68b 211
2e01c8cf
BS
212void pci_bus_set_mem_base(PCIBus *bus, target_phys_addr_t base);
213
5607c388
MA
214PCIDevice *pci_nic_init(NICInfo *nd, const char *default_model,
215 const char *default_devaddr);
07caea31
MA
216PCIDevice *pci_nic_init_nofail(NICInfo *nd, const char *default_model,
217 const char *default_devaddr);
87ecb68b 218int pci_bus_num(PCIBus *s);
e822a52a 219void pci_for_each_device(PCIBus *bus, int bus_num, void (*fn)(PCIBus *bus, PCIDevice *d));
c469e1dd 220PCIBus *pci_find_root_bus(int domain);
e075e788 221int pci_find_domain(const PCIBus *bus);
e822a52a
IY
222PCIBus *pci_find_bus(PCIBus *bus, int bus_num);
223PCIDevice *pci_find_device(PCIBus *bus, int bus_num, int slot, int function);
49bd1458 224PCIBus *pci_get_bus_devfn(int *devfnp, const char *devaddr);
87ecb68b 225
e9283f8b
JK
226int pci_read_devaddr(Monitor *mon, const char *addr, int *domp, int *busp,
227 unsigned *slotp);
880345c4 228
163c8a59
LC
229void do_pci_info_print(Monitor *mon, const QObject *data);
230void do_pci_info(Monitor *mon, QObject **ret_data);
480b9f24 231PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did,
87ecb68b 232 pci_map_irq_fn map_irq, const char *name);
d6318738 233PCIDevice *pci_bridge_get_device(PCIBus *bus);
87ecb68b 234
64d50b8b
MT
235static inline void
236pci_set_byte(uint8_t *config, uint8_t val)
237{
238 *config = val;
239}
240
241static inline uint8_t
cb95c2e4 242pci_get_byte(const uint8_t *config)
64d50b8b
MT
243{
244 return *config;
245}
246
14e12559
MT
247static inline void
248pci_set_word(uint8_t *config, uint16_t val)
249{
250 cpu_to_le16wu((uint16_t *)config, val);
251}
252
253static inline uint16_t
cb95c2e4 254pci_get_word(const uint8_t *config)
14e12559 255{
cb95c2e4 256 return le16_to_cpupu((const uint16_t *)config);
14e12559
MT
257}
258
259static inline void
260pci_set_long(uint8_t *config, uint32_t val)
261{
262 cpu_to_le32wu((uint32_t *)config, val);
263}
264
265static inline uint32_t
cb95c2e4 266pci_get_long(const uint8_t *config)
14e12559 267{
cb95c2e4 268 return le32_to_cpupu((const uint32_t *)config);
14e12559
MT
269}
270
fb5ce7d2
IY
271static inline void
272pci_set_quad(uint8_t *config, uint64_t val)
273{
274 cpu_to_le64w((uint64_t *)config, val);
275}
276
277static inline uint64_t
cb95c2e4 278pci_get_quad(const uint8_t *config)
fb5ce7d2 279{
cb95c2e4 280 return le64_to_cpup((const uint64_t *)config);
fb5ce7d2
IY
281}
282
deb54399
AL
283static inline void
284pci_config_set_vendor_id(uint8_t *pci_config, uint16_t val)
285{
14e12559 286 pci_set_word(&pci_config[PCI_VENDOR_ID], val);
deb54399
AL
287}
288
289static inline void
290pci_config_set_device_id(uint8_t *pci_config, uint16_t val)
291{
14e12559 292 pci_set_word(&pci_config[PCI_DEVICE_ID], val);
deb54399
AL
293}
294
cf602c7b
IE
295static inline void
296pci_config_set_revision(uint8_t *pci_config, uint8_t val)
297{
298 pci_set_byte(&pci_config[PCI_REVISION_ID], val);
299}
300
173a543b
BS
301static inline void
302pci_config_set_class(uint8_t *pci_config, uint16_t val)
303{
14e12559 304 pci_set_word(&pci_config[PCI_CLASS_DEVICE], val);
173a543b
BS
305}
306
cf602c7b
IE
307static inline void
308pci_config_set_prog_interface(uint8_t *pci_config, uint8_t val)
309{
310 pci_set_byte(&pci_config[PCI_CLASS_PROG], val);
311}
312
313static inline void
314pci_config_set_interrupt_pin(uint8_t *pci_config, uint8_t val)
315{
316 pci_set_byte(&pci_config[PCI_INTERRUPT_PIN], val);
317}
318
81a322d4 319typedef int (*pci_qdev_initfn)(PCIDevice *dev);
0aab0d3a
GH
320typedef struct {
321 DeviceInfo qdev;
322 pci_qdev_initfn init;
e3936fa5 323 PCIUnregisterFunc *exit;
0aab0d3a
GH
324 PCIConfigReadFunc *config_read;
325 PCIConfigWriteFunc *config_write;
a9f49946 326
fb231628 327 /* pci config header type */
3c217c14 328 uint8_t header_type;
fb231628 329
a9f49946 330 /* pcie stuff */
3c217c14 331 int is_express; /* is this device pci express? */
8c52c8f3
GH
332
333 /* rom bar */
334 const char *romfile;
0aab0d3a
GH
335} PCIDeviceInfo;
336
337void pci_qdev_register(PCIDeviceInfo *info);
338void pci_qdev_register_many(PCIDeviceInfo *info);
6b1b92d3 339
499cf102 340PCIDevice *pci_create(PCIBus *bus, int devfn, const char *name);
6b1b92d3
PB
341PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
342
3c18685f 343static inline int pci_is_express(const PCIDevice *d)
a9f49946
IY
344{
345 return d->cap_present & QEMU_PCI_CAP_EXPRESS;
346}
347
3c18685f 348static inline uint32_t pci_config_size(const PCIDevice *d)
a9f49946
IY
349{
350 return pci_is_express(d) ? PCIE_CONFIG_SPACE_SIZE : PCI_CONFIG_SPACE_SIZE;
351}
352
f49db805
IY
353/* These are not pci specific. Should move into a separate header.
354 * Only pci.c uses them, so keep them here for now.
355 */
356
357/* Get last byte of a range from offset + length.
358 * Undefined for ranges that wrap around 0. */
359static inline uint64_t range_get_last(uint64_t offset, uint64_t len)
360{
361 return offset + len - 1;
362}
363
364/* Check whether a given range covers a given byte. */
365static inline int range_covers_byte(uint64_t offset, uint64_t len,
366 uint64_t byte)
367{
368 return offset <= byte && byte <= range_get_last(offset, len);
369}
370
371/* Check whether 2 given ranges overlap.
372 * Undefined if ranges that wrap around 0. */
373static inline int ranges_overlap(uint64_t first1, uint64_t len1,
374 uint64_t first2, uint64_t len2)
375{
376 uint64_t last1 = range_get_last(first1, len1);
377 uint64_t last2 = range_get_last(first2, len2);
378
379 return !(last2 < first1 || last1 < first2);
380}
381
87ecb68b 382#endif