Age | Commit message (Expand) | Author |
2012-01-19 | msi: Generalize msix_supported to msi_supported | Jan Kiszka |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini |
2011-11-21 | msix: avoid mask updates if mask is unchanged | Michael S. Tsirkin |
2011-11-21 | msix: Prevent bogus mask updates on MMIO accesses | Michael S. Tsirkin |
2011-11-21 | msix: track function masked in pci device state | Michael S. Tsirkin |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-08 | msix: convert to memory API | Avi Kivity |
2011-07-12 | msix: use specific endian ld/st_phys | Alexander Graf |
2011-06-15 | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin |
2011-06-12 | msix: Use replace local defines with pci_regs versions | Jan Kiszka |
2011-05-06 | Fix typo in code and comments | Stefan Weil |
2011-01-20 | msix: simplify write config | Isaku Yamahata |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-10-27 | Merge branch 'pci' into for_anthony | Michael S. Tsirkin |
2010-09-20 | msix: clear not only INTA, but all INTx when MSI-X is enabled. | Isaku Yamahata |
2010-09-18 | Introduce range.h | Blue Swirl |
2010-09-07 | pci: consolidate pci_add_capability_at_offset() into pci_add_capability(). | Isaku Yamahata |
2010-06-14 | Remove unused DEBUG defines from hw/msix.c | Jes Sorensen |
2010-05-31 | msix: remove duplicated defines. | Isaku Yamahata |
2009-12-23 | msix: use range helper function. | Isaku Yamahata |
2009-12-07 | msix: function mask support | Michael S. Tsirkin |
2009-12-07 | msix: macro rename for function mask support | Michael S. Tsirkin |
2009-12-01 | msix: clear pending bit of an unused vector | Michael S. Tsirkin |
2009-12-01 | msix: fix reset value for enable bit | Michael S. Tsirkin |
2009-12-01 | msix: fix mask bit state after reset | Michael S. Tsirkin |
2009-12-01 | msix: add helper to unuse all msix entries | Michael S. Tsirkin |
2009-11-09 | pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t | Isaku Yamahata |
2009-10-30 | qemu/msix: fix table access issues | Michael S. Tsirkin |
2009-10-05 | qemu: clean up target page usage in msix | Michael S. Tsirkin |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-20 | Compile msix only once | Blue Swirl |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl |
2009-07-27 | qemu: msix nit: clear msix_entries_nr on error | Michael S. Tsirkin |
2009-07-10 | qemu/msi: missing braces | Michael S. Tsirkin |
2009-07-10 | qemu/msi: clean used vectors state on load | Michael S. Tsirkin |
2009-07-09 | fix segfault in msix_save | Michael S. Tsirkin |
2009-07-05 | Fix Sparse warning | Blue Swirl |
2009-06-24 | qemu/pci: MSI-X support functions | Michael S. Tsirkin |