index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-03-13
1
-2
/
+6
|
\
|
*
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
2014-03-13
1
-2
/
+6
*
|
virtio-serial-port: Convert to QOM realize/unrealize
Andreas Färber
2014-03-13
1
-4
/
+4
|
/
*
dataplane: replace hostmem with memory_region_find
Paolo Bonzini
2013-12-20
2
-60
/
+1
*
dataplane: change vring API to use VirtQueueElement
Paolo Bonzini
2013-12-20
1
-4
/
+3
*
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
2
-2
/
+2
*
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
1
-2
/
+3
*
virtio-scsi: Convert to QOM realize
Andreas Färber
2013-12-09
1
-1
/
+1
*
virtio-rng: Convert to QOM realize
Andreas Färber
2013-12-09
1
-0
/
+2
*
virtio: Start converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
1
-1
/
+3
*
virtio-scsi: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2013-12-09
1
-1
/
+1
*
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2013-12-09
2
-3
/
+4
*
virtio-bus: remove vdev field
Paolo Bonzini
2013-12-09
1
-4
/
+12
*
virtio-blk: do not relay a previous driver's WCE configuration to the current
Paolo Bonzini
2013-09-20
1
-0
/
+1
*
virtio: clear signalled_used_valid when switching from dataplane
Stefan Hajnoczi
2013-08-12
1
-0
/
+1
*
dataplane: enable virtio-blk x-data-plane=on live migration
Stefan Hajnoczi
2013-07-29
1
-0
/
+1
*
Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into staging
Anthony Liguori
2013-07-22
2
-0
/
+8
|
\
|
*
virtio: Support transports which can specify the vring alignment
Peter Maydell
2013-07-19
2
-0
/
+7
|
*
virtio: Add support for guest setting of queue size
Peter Maydell
2013-07-19
1
-0
/
+1
*
|
dataplane: sync virtio.c and vring.c virtqueue state
Stefan Hajnoczi
2013-07-19
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-07-18
2
-0
/
+3
|
\
|
*
virtio-net: add feature bit for any header s/g
Michael S. Tsirkin
2013-07-15
2
-0
/
+3
*
|
memory: add ref/unref calls
Paolo Bonzini
2013-07-04
1
-0
/
+1
|
/
*
virtio-net: dynamic network offloads configuration
Dmitry Fleytman
2013-05-22
1
-0
/
+13
*
virtio-net: add virtio_net_set_netclient_name.
KONRAD Frederic
2013-05-15
1
-0
/
+4
*
virtio-scsi: fix the command line compatibility.
KONRAD Frederic
2013-05-03
1
-1
/
+0
*
virtio: add virtio_device_set_child_bus_name.
KONRAD Frederic
2013-05-03
1
-0
/
+4
*
virtio: drop unused function prototypes.
KONRAD Frederic
2013-04-24
1
-10
/
+0
*
virtio: cleanup: init and exit function.
KONRAD Frederic
2013-04-24
1
-5
/
+1
*
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-24
2
-23
/
+0
*
virtio: remove the function pointer.
KONRAD Frederic
2013-04-24
1
-24
/
+0
*
virtio-bus: add new functions.
KONRAD Frederic
2013-04-24
1
-0
/
+5
*
virtio-rng: cleanup: use QOM casts.
KONRAD Frederic
2013-04-24
1
-1
/
+1
*
virtio-rng: cleanup: remove qdev field.
KONRAD Frederic
2013-04-24
1
-2
/
+0
*
virtio-rng: cleanup: init and exit functions.
KONRAD Frederic
2013-04-24
1
-2
/
+0
*
virtio-rng: add virtio-rng device.
KONRAD Frederic
2013-04-24
1
-0
/
+14
*
virtio-rng: don't use pointer for configuration.
KONRAD Frederic
2013-04-24
1
-1
/
+1
*
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2013-04-22
3
-4
/
+207
|
\
|
*
vhost-scsi: new device supporting the tcm_vhost Linux kernel module
Nicholas Bellinger
2013-04-19
2
-0
/
+75
|
*
virtio-scsi: create VirtIOSCSICommon
Paolo Bonzini
2013-04-19
1
-4
/
+129
|
*
vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping
Nicholas Bellinger
2013-04-19
1
-0
/
+3
*
|
virtio.h: drop unused function prototypes
Luiz Capitulino
2013-04-19
1
-2
/
+0
|
/
*
virtio-net: cleanup: use QOM cast.
KONRAD Frederic
2013-04-17
1
-1
/
+1
*
virtio-net: add the virtio-net device.
KONRAD Frederic
2013-04-17
1
-0
/
+13
*
virtio: add two functions to VirtioDeviceClass.
KONRAD Frederic
2013-04-17
1
-0
/
+12
*
virtio-console: Also throttle when less was written then requested
Hans de Goede
2013-04-16
1
-1
/
+1
*
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-04-16
1
-2
/
+2
|
\
|
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-2
/
+2
*
|
virtio-serial: cleanup: remove qdev field.
KONRAD Frederic
2013-04-15
1
-2
/
+0
*
|
virtio-serial: cleanup: use QOM casts.
KONRAD Frederic
2013-04-15
1
-1
/
+1
[next]