1. 1ecda02 error: Replace qemu_error() by error_report() by Markus Armbruster · 15 years ago
  2. b5937f2 pci: fix info pci with host bridge. by Isaku Yamahata · 15 years ago
  3. 8fd5cf4 pci: fix pci_find_bus() by Isaku Yamahata · 15 years ago
  4. 525e051 PCI: show also host bridge data in "info pci" output by Blue Swirl · 15 years ago
  5. c021f8e PCI: fix multiple bridge problems by Blue Swirl · 15 years ago
  6. 776e1bb PCI: fix bridge configuration by Blue Swirl · 15 years ago
  7. d5e4acf PCI: do_pci_info(): PCI bridge devices support by Luiz Capitulino · 15 years ago
  8. 163c8a5 PCI: Convert pci_info() to QObject by Luiz Capitulino · 15 years ago
  9. 88169dd pci: allow loading roms via fw_cfg. by Gerd Hoffmann · 15 years ago
  10. ea3fdd5 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  11. cf61680 PCI: Fix bus address conversion by Blue Swirl · 15 years ago
  12. c71b5b4 PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7a by Blue Swirl · 15 years ago
  13. 2e01c8c PCI: make pci_mem_base private by Blue Swirl · 15 years ago
  14. 3d09c49 pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g by Isaku Yamahata · 15 years ago
  15. b8ba417 pci: remove PCIBus::config_reg. by Isaku Yamahata · 15 years ago
  16. a7b15a5 Revert "Revert "pci: interrupt disable bit support"" by Michael S. Tsirkin · 15 years ago
  17. 8c52c8f pci romfiles: add property, add default to PCIDeviceInfo by Gerd Hoffmann · 15 years ago
  18. c2039bd Support PCI based option rom loading by Anthony Liguori · 15 years ago
  19. d587e07 Revert "pci: interrupt disable bit support" by Anthony Liguori · 15 years ago
  20. 09e3acc pci: don't hw_error() when no slot is available. by Gerd Hoffmann · 15 years ago
  21. b6981cb pci: interrupt disable bit support by Michael S. Tsirkin · 15 years ago
  22. f9bf77d pci: interrupt status bit implementation by Michael S. Tsirkin · 15 years ago
  23. d036bb2 pci: prepare irq code for interrupt state by Michael S. Tsirkin · 15 years ago
  24. 5084bca pci: vmstate_register() already assign consecutive numbers starting at 0 by Juan Quintela · 15 years ago
  25. d631873 pci: move apb specific stuff to apb_pci.c by Michael S. Tsirkin · 15 years ago
  26. 88a9556 pci: convert goto into scope in bridge_filter by Michael S. Tsirkin · 15 years ago
  27. d46636b pci: pci bridge related clean up. by Isaku Yamahata · 15 years ago
  28. 10c9c32 pci: fix pci_config_get_io_base(). by Isaku Yamahata · 15 years ago
  29. b47b070 pci: remove magic number, 256 in pci.c by Isaku Yamahata · 15 years ago
  30. 876a350 pci: split up up pci_update mappings by Michael S. Tsirkin · 15 years ago
  31. ec50344 pci: clean up of pci_update_mappings() by Isaku Yamahata · 15 years ago
  32. 3e21ffc pci: clean up of pci_init_wmask(). by Isaku Yamahata · 15 years ago
  33. c34369d pci: kill unnecessary included in pci.c by Isaku Yamahata · 15 years ago
  34. c469e1d pci: s/pci_find_host_bus/pci_find_root_bus/g by Isaku Yamahata · 15 years ago
  35. 070297d pci: remove pci_sub_bus() by open coding. by Isaku Yamahata · 15 years ago
  36. f88d750 pci: fix pci_info_device(). by Isaku Yamahata · 15 years ago
  37. c364c97 PCI: make duplicate devfn allocation fatal by Blue Swirl · 15 years ago
  38. 91011d4 pci: Fix function pci_default_write_config by Stefan Weil · 15 years ago
  39. dbe73d7 pci: fix the conversion of config field from array to pointer by Juan Quintela · 15 years ago
  40. b4dccd8 pci/monitor: print out bridge's filtering values and so on. by Isaku Yamahata · 15 years ago
  41. a0c7a97 pci: implement pci bridge filtering. by Isaku Yamahata · 15 years ago
  42. 1074df4 pci: factor out pci_for_each_device(). by Isaku Yamahata · 15 years ago
  43. a968857 pci: cosmetic on pci_upadte_mappings() by Isaku Yamahata · 15 years ago
  44. fb23162 pci: initialize pci config headers depending it pci header type. by Isaku Yamahata · 15 years ago
  45. edb0003 pci: teach pci_default_config_write() ROM bar for normal/bridge device . by Isaku Yamahata · 15 years ago
  46. 260c0cd pci: use range helper functions. by Isaku Yamahata · 15 years ago
  47. a9f4994 pci: pcie host and mmcfg support. by Isaku Yamahata · 15 years ago
  48. 766347c pci: move pci host stuff from pci.c to pci_host.c by Isaku Yamahata · 15 years ago
  49. 74e32ac pci: factor out the conversion logic from io port address into pci device. by Isaku Yamahata · 15 years ago
  50. e822a52 pci: make pci configuration transaction more accurate. by Isaku Yamahata · 15 years ago
  51. e94ff65 pci: remove bus_num member from struct PCIBus. by Isaku Yamahata · 15 years ago
  52. 1442125 pci: 64bit bar support. by Isaku Yamahata · 15 years ago
  53. 4f8589e pci: typedef pcibus_t as uint64_t instead of uint32_t. by Isaku Yamahata · 15 years ago
  54. 89e8b13 pci: introduce FMT_PCIBUS for printf format for pcibus_t. by Isaku Yamahata · 15 years ago
  55. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  56. b3b1169 pci: make pci_bar() aware of header type 1. by Isaku Yamahata · 15 years ago
  57. 5029fe1 pci: clean up of pci_default_read_config. by Isaku Yamahata · 15 years ago
  58. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  59. 67a51b4 pci: clean up pci_init_wmask() by Isaku Yamahata · 15 years ago
  60. 74c0182 pci/bridge: clean up of pci_bridge_initfn() by Isaku Yamahata · 15 years ago
  61. b0ff8eb pci: use helper functions to access pci config space. by Isaku Yamahata · 15 years ago
  62. 182f9c8 pci: define a constant to represent a unmapped bar and use it. by Isaku Yamahata · 15 years ago
  63. 2217dcf pci: use PCI_SLOT() and PCI_FUNC(). by Isaku Yamahata · 15 years ago
  64. e369cad pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4. by Isaku Yamahata · 15 years ago
  65. 2e49d64 pci: fix PCI_DPRINTF() wrt variadic macro. by Isaku Yamahata · 15 years ago
  66. c7bde57 vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove it by Juan Quintela · 15 years ago
  67. 1cc3368 zap DeviceState->nd by Gerd Hoffmann · 15 years ago
  68. dc7aff1 prepare pci nic init path for qdev property configuration. by Gerd Hoffmann · 15 years ago
  69. dea7b3b net: remove id field from NICInfo by Mark McLoughlin · 15 years ago
  70. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  71. 33e66b8 Check return value of qdev_init() by Markus Armbruster · 15 years ago
  72. 0f457d9 qemu/pci: make pci not depend on msix by Michael S. Tsirkin · 15 years ago
  73. 05fcfad qemu/pci: clarify pci config load routine by Michael S. Tsirkin · 15 years ago
  74. e52eb61 Revert "Fix exit on 'pci_add' Monitor command" by Anthony Liguori · 15 years ago
  75. 499cf10 Rename pci_create_noinit() to pci_create() by Markus Armbruster · 16 years ago
  76. 3312958 pci_create() is now unused, remove it by Markus Armbruster · 16 years ago
  77. 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 16 years ago
  78. 9ee0582 Make it obvious that pci_nic_init() can't fail by Markus Armbruster · 16 years ago
  79. 49bd145 Fix pci_add storage not to exit on bad first argument by Markus Armbruster · 16 years ago
  80. c0b1905 qemu/pci: reset device registers on bus reset by Michael S. Tsirkin · 16 years ago
  81. 5330de0 qemu/pci: refactor code/symbolic constants by Michael S. Tsirkin · 16 years ago
  82. ee995ff pci: hotplug windup by Gerd Hoffmann · 16 years ago
  83. e3936fa pci: move unregister from PCIDevice to PCIDeviceInfo by Gerd Hoffmann · 16 years ago
  84. a36a344 pci: use qdev for device destruction. by Gerd Hoffmann · 16 years ago
  85. 0358718 convert pci bridge to qdev by Gerd Hoffmann · 16 years ago
  86. 21eea4b support inplace allocation for pci bus, split irq init. by Gerd Hoffmann · 16 years ago
  87. 0148fde Fix exit on 'pci_add' Monitor command by Luiz Capitulino · 16 years ago
  88. 84e2e3e vmstate: remove const for put operations by Juan Quintela · 15 years ago
  89. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  90. 99a0949 Get rid of _t suffix by malc · 15 years ago
  91. 71077c1 qdev/pci: add pci_create_noinit() by Gerd Hoffmann · 16 years ago
  92. 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 16 years ago
  93. 15dc112 low_set_irq is not used anywhere by Juan Quintela · 16 years ago
  94. a60380a Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field by Juan Quintela · 16 years ago
  95. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  96. 73534f2 Port PCIDevice state to VMState by Juan Quintela · 16 years ago
  97. f16c4ab Add version_id to PCIDevice. by Juan Quintela · 16 years ago
  98. 2d1e9f9 Port PCI Bus to VMState design by Juan Quintela · 16 years ago
  99. 54586bd qdev/prop: convert pci.c to helper macros. by Gerd Hoffmann · 16 years ago
  100. a6307b0 qdev/pci: use qdev_prop_pci_devfn by Gerd Hoffmann · 16 years ago