]> git.proxmox.com Git - qemu.git/history - hw/msix.c
Merge remote-tracking branch 'origin/master' into pci
[qemu.git] / hw / msix.c
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-12 Jan Kiszkamsix: Use replace local defines with pci_regs versions
2011-05-14 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-05-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-05-06 Stefan WeilFix typo in code and comments
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-20 Isaku Yamahatamsix: simplify write config
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-20 Isaku Yamahatamsix: clear not only INTA, but all INTx when MSI-X...
2010-09-18 Blue SwirlIntroduce range.h
2010-09-07 Isaku Yamahatapci: consolidate pci_add_capability_at_offset() into...
2010-06-14 Jes SorensenRemove unused DEBUG defines from hw/msix.c
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-05-31 Isaku Yamahatamsix: remove duplicated defines.
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Isaku Yamahatamsix: use range helper function.
2009-12-07 Anthony LiguoriMerge commit 'mst/pci' into staging
2009-12-07 Michael S. Tsirkinmsix: function mask support
2009-12-07 Michael S. Tsirkinmsix: macro rename for function mask support
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Michael S. Tsirkinmsix: clear pending bit of an unused vector
2009-12-01 Michael S. Tsirkinmsix: fix reset value for enable bit
2009-12-01 Michael S. Tsirkinmsix: fix mask bit state after reset
2009-12-01 Michael S. Tsirkinmsix: add helper to unuse all msix entries
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-10-30 Michael S. Tsirkinqemu/msix: fix table access issues
2009-10-05 Michael S. Tsirkinqemu: clean up target page usage in msix
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-20 Blue SwirlCompile msix only once
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-27 Michael S. Tsirkinqemu: msix nit: clear msix_entries_nr on error
2009-07-10 Michael S. Tsirkinqemu/msi: missing braces
2009-07-10 Michael S. Tsirkinqemu/msi: clean used vectors state on load
2009-07-09 Michael S. Tsirkinfix segfault in msix_save
2009-07-05 Blue SwirlFix Sparse warning
2009-06-24 Michael S. Tsirkinqemu/pci: MSI-X support functions