Age | Commit message (Expand) | Author | Files | Lines |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -3/+3 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 1 | -1/+0 |
2012-08-29 | msix: make [un]use vectors on reset/load optional | Michael S. Tsirkin | 1 | -2/+11 |
2012-08-18 | Avoid asprintf() which is not available on mingw | Gerd Hoffmann | 1 | -6/+2 |
2012-07-19 | msi/msix: added API to set MSI message address and data | Alexey Kardashevskiy | 1 | -0/+13 |
2012-06-18 | msix: Switch msix_uninit to return void | Alex Williamson | 1 | -3/+3 |
2012-06-18 | msix: Allow full specification of MSIX layout | Alex Williamson | 1 | -95/+50 |
2012-06-18 | msix: Split PBA into it's own MemoryRegion | Alex Williamson | 1 | -39/+67 |
2012-06-18 | msix: Note endian TODO item | Alex Williamson | 1 | -0/+1 |
2012-06-18 | msix: Move msix_mmio_read | Alex Williamson | 1 | -10/+10 |
2012-06-18 | msix: Add simple BAR allocation MSIX setup functions | Alex Williamson | 1 | -0/+47 |
2012-06-18 | msix: drop unused msix_bar_size, require valid bar_size | Jan Kiszka | 1 | -17/+3 |
2012-06-07 | msi: Use msi/msix_present more consistently | Jan Kiszka | 1 | -5/+8 |
2012-06-07 | msi: Guard msi/msix_write_config with msi_present | Jan Kiszka | 1 | -1/+1 |
2012-05-21 | msix: Add msix_nr_vectors_allocated | Jan Kiszka | 1 | -0/+5 |
2012-05-21 | msix: Introduce vector notifiers | Jan Kiszka | 1 | -0/+93 |
2012-05-21 | msix: Invoke msix_handle_mask_update on msix_mask_all | Jan Kiszka | 1 | -0/+4 |
2012-05-21 | msix: Factor out msix_get_message | Jan Kiszka | 1 | -6/+13 |
2012-01-19 | msi: Generalize msix_supported to msi_supported | Jan Kiszka | 1 | -5/+4 |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini | 1 | -0/+3 |
2011-11-21 | msix: avoid mask updates if mask is unchanged | Michael S. Tsirkin | 1 | -9/+20 |
2011-11-21 | msix: Prevent bogus mask updates on MMIO accesses | Michael S. Tsirkin | 1 | -0/+6 |
2011-11-21 | msix: track function masked in pci device state | Michael S. Tsirkin | 1 | -7/+14 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -6/+6 |
2011-08-08 | msix: convert to memory API | Avi Kivity | 1 | -42/+22 |
2011-07-12 | msix: use specific endian ld/st_phys | Alexander Graf | 1 | -1/+1 |
2011-06-15 | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin | 1 | -1/+1 |
2011-06-12 | msix: Use replace local defines with pci_regs versions | Jan Kiszka | 1 | -25/+15 |
2011-05-06 | Fix typo in code and comments | Stefan Weil | 1 | -1/+1 |
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 |