1. ce4fd42 hw/piix_pci.c: Fix PIIX3-xen to initialize ids by Anthony PERARD · 14 years ago
  2. fdba959 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  3. bf09551 xen: fix interrupt routing by Stefano Stabellini · 14 years ago
  4. befeac4 Merge remote-tracking branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  5. 3a9d854 hw/piix_pci.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  6. 09de0f4 piix_pci: fix piix3_set_irq_pic() by TeLeMan · 14 years ago
  7. 4144530 piix_pci: Introduces Xen specific call for irq. by Anthony PERARD · 15 years ago
  8. afe3ef1 piix_pci: load path clean up by Isaku Yamahata · 14 years ago
  9. ab431c2 piix_pci: optimize set irq path by Isaku Yamahata · 14 years ago
  10. e735b55 piix_pci: eliminate PIIX3State::pci_irq_levels by Isaku Yamahata · 14 years ago
  11. 0965f12 piix: tag as not hotpluggable. by Gerd Hoffmann · 14 years ago
  12. 779206d Introduce fw_name field to DeviceInfo structure. by Gleb Natapov · 14 years ago
  13. bf1b007 Introduce range.h by Blue Swirl · 15 years ago
  14. 6eab3de pci: set PCI multi-function bit appropriately. by Isaku Yamahata · 15 years ago
  15. fecb93c pci: set multifunction property for normal device. by Isaku Yamahata · 15 years ago
  16. b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
  17. 9767952 Fix overflow in i440fx_init() by Avi Kivity · 15 years ago
  18. f885f1e pc, i440fx: Make smm enable/disable function i440fx independent. by Isaku Yamahata · 15 years ago
  19. ec5f92c hw: better i440 emulation by Bernhard M. Wiedemann · 15 years ago
  20. 56594fe piix_pci: add link to i440fx data sheet. by Isaku Yamahata · 15 years ago
  21. 4da5fcd piix_pci: use range helper function by Isaku Yamahata · 15 years ago
  22. f2c688b piix_pci: define symbolic value for PAM0, PAM6 and SMRAM. by Isaku Yamahata · 15 years ago
  23. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  24. f08b32f pci: shorten pci_host_{conf, data}_register_xxx function a bit. by Isaku Yamahata · 15 years ago
  25. a455783 pci_host: consolidate pci config address access. by Isaku Yamahata · 15 years ago
  26. 4f5e19e pci_host.h: move functions in pci_host.h into .c file. by Isaku Yamahata · 15 years ago
  27. c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago
  28. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  29. 7cd9eee piix_pci: kill PIIX3IrqState by Gerd Hoffmann · 16 years ago
  30. e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 15 years ago
  31. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  32. 99a0949 Get rid of _t suffix by malc · 15 years ago
  33. 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 16 years ago
  34. d1f171b piix3: use new vmstate infrastructure by Juan Quintela · 16 years ago
  35. 0c7d19e i440fx: use new vmstate infrastructure by Juan Quintela · 16 years ago
  36. da64182 Update SaveVM versions by Juan Quintela · 16 years ago
  37. 8372615 pci_irq_levels[] belong to PIIX3State by Juan Quintela · 16 years ago
  38. 867a0d7 Save irq_state into PCII440FXState by Juan Quintela · 16 years ago
  39. fd83e9b We can add piix3_dev now to PIIX3IrqState by Juan Quintela · 16 years ago
  40. 85a750c Fold piix3_init() intto i440fx_init by Juan Quintela · 16 years ago
  41. bd7dce8 Introduce PIIX3IrqState for piix3 irq's state by Juan Quintela · 16 years ago
  42. fd37d88 Create PIIX3State instead of using PCIDevice for PIIX3 by Juan Quintela · 16 years ago
  43. 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 16 years ago
  44. 6c009fa Move smm_enabled and isa_memory_mappings to PCII440FXState by Juan Quintela · 16 years ago
  45. 0a3bacf Use PCII440FXState instead of generic PCIDevice by Juan Quintela · 16 years ago
  46. 823e675 Split piix4 support from piix_pci.c by Juan Quintela · 16 years ago
  47. a4bf1f3 piix4 don't use pci_irq_levels at all by Juan Quintela · 16 years ago
  48. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  49. f75247f qdev/isa: make the piix isa bridge register an isa bus. by Gerd Hoffmann · 16 years ago
  50. 8a14daa qdev/pci: hook up i440fx. by Gerd Hoffmann · 16 years ago
  51. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  52. eae6bcb Call piix4_reset() on system reset. by Blue Swirl · 16 years ago
  53. 15a1956 Call piix3_reset() on system reset. by Gleb Natapov · 16 years ago
  54. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  55. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  56. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  57. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  58. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  59. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  60. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  61. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  62. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  63. 477afee Add missing initial values for PIIX3 function 0 (PIRQRC) by aurel32 · 17 years ago
  64. cf7a2fe SCI fixes by aurel32 · 17 years ago
  65. 52fc1d8 Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lublin. by balrog · 17 years ago
  66. d178119 Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenas Belon. by ths · 17 years ago
  67. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  68. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  69. 3f6ffb6 Enable ACPI interrupts, by Igor Lvovsky. by ths · 17 years ago
  70. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  71. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  72. e6a71ae Add support for 82371FB (Step A1) and Improved support for 82371SB by ths · 18 years ago
  73. 5c2b87e PIIX4 support, by Aurelien Jarno. by ths · 18 years ago
  74. 8f1c91d Devfn number for the PIIX3 southbridge, by Aurelien Jarno. by ths · 18 years ago
  75. 84631fd implement i440 instead of i450 ISA memory mappings to be compatible with Bochs by bellard · 18 years ago
  76. ee0ea1d moved PCI init to BIOS - added ISA memory mapping registers and SMM support by bellard · 18 years ago
  77. 80b3ada Implement sun4u PCI IRQ routing. by pbrook · 18 years ago
  78. d2b5931 PCI shared IRQ fix (original patch by andrzej zaborowski). by pbrook · 18 years ago
  79. 1941d19 PCI save/restore changes by bellard · 19 years ago
  80. 502a539 Rearrange PCI host emulation code. Add ARM PCI emulation. by pbrook · 19 years ago