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
*
virtio-serial: create a linked list of all active devices
Amit Shah
2014-08-18
1
-0
/
+2
*
virtio: Move extern declaration to header file
Stefan Weil
2014-08-08
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-07-14
1
-0
/
+2
|
\
|
*
virtio-scsi: fix with -M pc-i440fx-2.0
Paolo Bonzini
2014-07-14
1
-0
/
+2
*
|
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2014-07-14
2
-2
/
+6
*
|
dataplane: do not free VirtQueueElement in vring_push()
Stefan Hajnoczi
2014-07-14
1
-1
/
+0
|
/
*
virtio: move common virtio properties to bus class device
Ming Lei
2014-07-06
3
-5
/
+0
*
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
2014-07-01
1
-23
/
+0
*
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
2014-07-01
1
-2
/
+0
*
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
2014-07-01
1
-0
/
+8
*
virtio-blk: avoid qdev property definition duplication
Stefan Hajnoczi
2014-07-01
1
-8
/
+6
*
virtio: memory accessors for endian-ambivalent targets
Greg Kurz
2014-06-29
1
-0
/
+170
*
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
2014-06-29
1
-3
/
+10
*
exec: introduce target_words_bigendian() helper
Greg Kurz
2014-06-29
1
-0
/
+6
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
1
-1
/
+3
*
virtio-blk: Export request handling functions to dataplane
Fam Zheng
2014-06-27
1
-0
/
+9
*
virtio-blk: Make request completion function virtual
Fam Zheng
2014-06-27
1
-0
/
+3
*
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
2014-06-27
1
-1
/
+1
*
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
2014-06-27
1
-4
/
+0
*
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
2014-06-27
1
-0
/
+4
*
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
2014-06-27
1
-1
/
+1
*
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
2014-06-27
1
-0
/
+11
*
vhost: block migration if backend does not log memory
Michael S. Tsirkin
2014-06-23
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-06-20
3
-3
/
+65
|
\
|
*
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
2
-2
/
+13
|
*
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
2
-0
/
+29
|
*
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
1
-1
/
+1
|
*
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-06-19
1
-0
/
+5
|
*
virtio-net: announce self by guest
Jason Wang
2014-06-19
1
-0
/
+17
*
|
virtio-scsi: define dummy handle_output for vhost-scsi vqs
Ming Lei
2014-06-19
1
-1
/
+6
*
|
virtio-scsi: add support for the any_layout feature
Paolo Bonzini
2014-06-18
1
-3
/
+1
|
/
*
virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Fam Zheng
2014-06-04
1
-0
/
+3
*
virtio-net: fix buffer overflow on invalid state load
Michael S. Tsirkin
2014-05-05
1
-2
/
+2
*
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
|
\
[next]