index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
msix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
msi: Use msi/msix_present more consistently
Jan Kiszka
2012-06-07
1
-5
/
+8
*
msi: Guard msi/msix_write_config with msi_present
Jan Kiszka
2012-06-07
1
-1
/
+1
*
msix: Add msix_nr_vectors_allocated
Jan Kiszka
2012-05-21
1
-0
/
+5
*
msix: Introduce vector notifiers
Jan Kiszka
2012-05-21
1
-0
/
+93
*
msix: Invoke msix_handle_mask_update on msix_mask_all
Jan Kiszka
2012-05-21
1
-0
/
+4
*
msix: Factor out msix_get_message
Jan Kiszka
2012-05-21
1
-6
/
+13
*
msi: Generalize msix_supported to msi_supported
Jan Kiszka
2012-01-19
1
-5
/
+4
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
1
-0
/
+3
*
msix: avoid mask updates if mask is unchanged
Michael S. Tsirkin
2011-11-21
1
-9
/
+20
*
msix: Prevent bogus mask updates on MMIO accesses
Michael S. Tsirkin
2011-11-21
1
-0
/
+6
*
msix: track function masked in pci device state
Michael S. Tsirkin
2011-11-21
1
-7
/
+14
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-6
/
+6
*
msix: convert to memory API
Avi Kivity
2011-08-08
1
-42
/
+22
*
msix: use specific endian ld/st_phys
Alexander Graf
2011-07-12
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-15
1
-1
/
+1
|
\
|
*
Fix typo in code and comments
Stefan Weil
2011-05-06
1
-1
/
+1
*
|
msix: Use replace local defines with pci_regs versions
Jan Kiszka
2011-06-12
1
-25
/
+15
|
/
*
msix: simplify write config
Isaku Yamahata
2011-01-20
1
-4
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
2010-10-27
1
-2
/
+6
|
\
|
*
msix: clear not only INTA, but all INTx when MSI-X is enabled.
Isaku Yamahata
2010-09-20
1
-1
/
+4
|
*
pci: consolidate pci_add_capability_at_offset() into pci_add_capability().
Isaku Yamahata
2010-09-07
1
-1
/
+2
*
|
Introduce range.h
Blue Swirl
2010-09-18
1
-0
/
+1
|
/
*
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