index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio-pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-16
virtio-rng-pci: create a default backend if none exists
Anthony Liguori
1
-0
/
+13
2012-11-16
virtio-rng: add rate limiting support
Anthony Liguori
1
-0
/
+7
2012-11-16
virtio-rng: hardware random number generator device
Amit Shah
1
-0
/
+60
2012-10-29
virtio-pci: convert PIO to new memory api read/write
Alexander Graf
1
-77
/
+49
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-2
/
+2
2012-09-09
kvm: Clean up irqfd API
Jan Kiszka
1
-2
/
+2
2012-08-29
msix: make [un]use vectors on reset/load optional
Michael S. Tsirkin
1
-0
/
+2
2012-08-17
virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine types
Stefan Hajnoczi
1
-0
/
+1
2012-08-09
kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'
Peter Maydell
1
-2
/
+2
2012-08-06
virtio: fix vhost handling
Paolo Bonzini
1
-7
/
+7
2012-07-30
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-21
/
+15
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-21
/
+15
2012-07-27
virtio-scsi: enable MSI-X support
Paolo Bonzini
1
-2
/
+4
2012-07-27
virtio-scsi: add ioeventfd support
Paolo Bonzini
1
-0
/
+1
2012-07-18
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-0
/
+1
2012-07-17
virtio-blk: qdev properties for disk geometry
Markus Armbruster
1
-0
/
+1
2012-07-12
virtio: move common irqfd handling out of virtio-pci
Paolo Bonzini
1
-27
/
+10
2012-07-12
virtio: move common ioeventfd handling out of virtio-pci
Paolo Bonzini
1
-34
/
+2
2012-07-12
memory: pass EventNotifier, not eventfd
Paolo Bonzini
1
-2
/
+2
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
1
-12
/
+11
2012-06-18
virtio: Convert to msix_init_exclusive_bar() interface
Alex Williamson
1
-10
/
+5
2012-06-07
msi: Invoke msi/msix_write_config from PCI core
Jan Kiszka
1
-2
/
+0
2012-06-07
msi: Invoke msi/msix_reset from PCI core
Jan Kiszka
1
-1
/
+0
2012-06-03
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-0
/
+126
2012-05-21
virtio-blk: always enable VIRTIO_BLK_F_SCSI
Paolo Bonzini
1
-0
/
+3
2012-05-21
virtio-blk: define VirtIOBlkConf
Paolo Bonzini
1
-4
/
+3
2012-05-21
virtio-blk: blockdev_mark_auto_del is transport-independent
Paolo Bonzini
1
-1
/
+0
2012-05-21
virtio/vhost: Add support for KVM in-kernel MSI injection
Jan Kiszka
1
-0
/
+126
2012-05-19
virtio-pci: add missing 'static'
Blue Swirl
1
-1
/
+1
2012-04-11
virtio-pci: change virtio balloon PCI class code
David Gibson
1
-1
/
+7
2012-02-22
virtio-scsi: Add virtio-scsi stub device
Stefan Hajnoczi
1
-0
/
+56
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
1
-8
/
+0
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-32
/
+44
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-76
/
+112
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-88
/
+86
2012-01-21
virtio-pci: Fix endianness of virtio config
Benjamin Herrenschmidt
1
-2
/
+26
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2011-12-09
virtio-pci: use pci macros
Hui Kai Ran
1
-3
/
+4
2011-12-04
hw/9pfs: Add qdev.reset callback for virtio-9p-pci device
Aneesh Kumar K.V
1
-1
/
+1
2011-11-28
virtio: add and use virtio_set_features
Paolo Bonzini
1
-7
/
+2
2011-11-01
Revert "virtio: Add PCI memory BAR in addition to PIO BAR"
Anthony Liguori
1
-2
/
+0
2011-11-01
virtio: Add PCI memory BAR in addition to PIO BAR
David Gibson
1
-0
/
+2
2011-10-12
hw/9pfs: Use ioeventfd for 9p
Aneesh Kumar K.V
1
-5
/
+0
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-5
/
+4
2011-08-08
msix: convert to memory API
Avi Kivity
1
-6
/
+10
2011-08-08
virtio-pci: convert to memory API
Avi Kivity
1
-44
/
+26
2011-08-04
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-9
/
+9
2011-08-04
virtio-balloon: Add exit handler, fix memleaks
Amit Shah
1
-1
/
+10
2011-08-04
virtio-balloon: Check if balloon registration failed
Amit Shah
1
-0
/
+3
[next]