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
/
virtio-pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: do not reset msix state on soft reset
Michael S. Tsirkin
2009-12-01
1
-4
/
+8
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
virtio: use qdev properties for configuration.
Gerd Hoffmann
2009-10-27
1
-10
/
+23
*
qemu/pci: make pci not depend on msix
Michael S. Tsirkin
2009-10-06
1
-1
/
+9
*
virtio-pci: return error if virtio_console_init fails
Amit Shah
2009-10-05
1
-0
/
+3
*
qemu/virtio-pci: remove unnecessary check
Michael S. Tsirkin
2009-10-05
1
-2
/
+1
*
qemu: clean up target page usage in msix
Michael S. Tsirkin
2009-10-05
1
-2
/
+1
*
qemu/virtio: fix reset with device removal
Michael S. Tsirkin
2009-10-05
1
-6
/
+8
*
drive cleanup fixes.
Gerd Hoffmann
2009-10-05
1
-0
/
+9
*
pci: move unregister from PCIDevice to PCIDeviceInfo
Gerd Hoffmann
2009-10-05
1
-1
/
+0
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-2
/
+2
*
Get rid of _t suffix
malc
2009-10-01
1
-2
/
+2
*
Compile msix only once
Blue Swirl
2009-09-20
1
-1
/
+2
*
VirtIO: Fix QEMU crash during Windows PNP tests
Yan Vugenfirer
2009-09-11
1
-2
/
+12
*
virtio-pci error logging
Gerd Hoffmann
2009-08-27
1
-1
/
+1
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-4
/
+9
*
virtio-blk: add msi support.
Gerd Hoffmann
2009-08-24
1
-2
/
+6
*
qdev/prop: convert virtio-pci.c to helper macros.
Gerd Hoffmann
2009-08-10
1
-23
/
+8
*
qdev-ify virtio-blk.
Gerd Hoffmann
2009-08-10
1
-2
/
+10
*
Remove the virtio-{blk, console}-pci-0-10 device types
Mark McLoughlin
2009-07-30
1
-46
/
+11
*
qdev/compat: virtio-net-pci 0.10 compatibility.
Gerd Hoffmann
2009-07-16
1
-3
/
+24
*
qdev/compat: virtio-console-pci 0.10 compatibility.
Gerd Hoffmann
2009-07-16
1
-1
/
+16
*
qdev/compat: virtio-blk-pci 0.10 compatibility.
Gerd Hoffmann
2009-07-16
1
-1
/
+16
*
cleanup: drop unused struct elements from VirtIOPCIProxy.
Gerd Hoffmann
2009-07-16
1
-6
/
+0
*
Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER
Mark McLoughlin
2009-07-16
1
-3
/
+17
*
Change default PCI class of virtio-blk to PCI_CLASS_STORAGE_SCSI
Mark McLoughlin
2009-07-16
1
-3
/
+18
*
qemu/virtio: mark msi vectors used on load
Michael S. Tsirkin
2009-07-10
1
-5
/
+17
*
qdev: update pci device registration.
Gerd Hoffmann
2009-07-09
1
-8
/
+23
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
qemu/virtio: virtio save/load bindings
Michael S. Tsirkin
2009-06-24
1
-1
/
+45
*
qemu/virtio: MSI-X support in virtio PCI
Michael S. Tsirkin
2009-06-24
1
-40
/
+112
*
qemu/virtio: virtio support for many interrupt vectors
Michael S. Tsirkin
2009-06-24
1
-5
/
+19
*
virtio: add support for indirect ring entries
Mark McLoughlin
2009-06-22
1
-1
/
+3
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Hardware convenience library
Paul Brook
2009-05-19
1
-1
/
+1
*
Separate virtio PCI code
Paul Brook
2009-05-18
1
-0
/
+349