Age | Commit message (Expand) | Author | Files | Lines |
2011-01-20 | msix: simplify write config | Isaku Yamahata | 1 | -4/+1 |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf | 1 | -1/+2 |
2010-10-27 | Merge branch 'pci' into for_anthony | Michael S. Tsirkin | 1 | -2/+6 |
2010-09-20 | msix: clear not only INTA, but all INTx when MSI-X is enabled. | Isaku Yamahata | 1 | -1/+4 |
2010-09-18 | Introduce range.h | Blue Swirl | 1 | -0/+1 |
2010-09-07 | pci: consolidate pci_add_capability_at_offset() into pci_add_capability(). | Isaku Yamahata | 1 | -1/+2 |
2010-06-14 | Remove unused DEBUG defines from hw/msix.c | Jes Sorensen | 1 | -9/+0 |
2010-05-31 | msix: remove duplicated defines. | Isaku Yamahata | 1 | -8/+0 |
2009-12-23 | msix: use range helper function. | Isaku Yamahata | 1 | -1/+1 |
2009-12-07 | msix: function mask support | Michael S. Tsirkin | 1 | -18/+46 |
2009-12-07 | msix: macro rename for function mask support | Michael S. Tsirkin | 1 | -7/+7 |
2009-12-01 | msix: clear pending bit of an unused vector | Michael S. Tsirkin | 1 | -10/+17 |
2009-12-01 | msix: fix reset value for enable bit | Michael S. Tsirkin | 1 | -1/+2 |
2009-12-01 | msix: fix mask bit state after reset | Michael S. Tsirkin | 1 | -0/+11 |
2009-12-01 | msix: add helper to unuse all msix entries | Michael S. Tsirkin | 1 | -0/+7 |
2009-11-09 | pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t | Isaku Yamahata | 1 | -1/+1 |
2009-10-30 | qemu/msix: fix table access issues | Michael S. Tsirkin | 1 | -7/+4 |
2009-10-05 | qemu: clean up target page usage in msix | Michael S. Tsirkin | 1 | -25/+24 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -5/+5 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -5/+5 |
2009-09-20 | Compile msix only once | Blue Swirl | 1 | -25/+25 |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl | 1 | -2/+2 |
2009-07-27 | qemu: msix nit: clear msix_entries_nr on error | Michael S. Tsirkin | 1 | -0/+1 |
2009-07-10 | qemu/msi: missing braces | Michael S. Tsirkin | 1 | -1/+2 |
2009-07-10 | qemu/msi: clean used vectors state on load | Michael S. Tsirkin | 1 | -0/+1 |
2009-07-09 | fix segfault in msix_save | Michael S. Tsirkin | 1 | -5/+7 |
2009-07-05 | Fix Sparse warning | Blue Swirl | 1 | -1/+2 |
2009-06-24 | qemu/pci: MSI-X support functions | Michael S. Tsirkin | 1 | -0/+378 |