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