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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-18
virtio-serial: create a linked list of all active devices
Amit Shah
1
-0
/
+2
2014-08-09
virtio: Move extern declaration to header file
Stefan Weil
1
-0
/
+2
2014-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2014-07-14
virtio-scsi: fix with -M pc-i440fx-2.0
Paolo Bonzini
1
-0
/
+2
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2
-2
/
+6
2014-07-14
dataplane: do not free VirtQueueElement in vring_push()
Stefan Hajnoczi
1
-1
/
+0
2014-07-06
virtio: move common virtio properties to bus class device
Ming Lei
3
-5
/
+0
2014-07-01
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
1
-23
/
+0
2014-07-01
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
1
-2
/
+0
2014-07-01
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
1
-0
/
+8
2014-07-01
virtio-blk: avoid qdev property definition duplication
Stefan Hajnoczi
1
-8
/
+6
2014-06-29
virtio: memory accessors for endian-ambivalent targets
Greg Kurz
1
-0
/
+170
2014-06-29
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
1
-3
/
+10
2014-06-29
exec: introduce target_words_bigendian() helper
Greg Kurz
1
-0
/
+6
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+3
2014-06-27
virtio-blk: Export request handling functions to dataplane
Fam Zheng
1
-0
/
+9
2014-06-27
virtio-blk: Make request completion function virtual
Fam Zheng
1
-0
/
+3
2014-06-27
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
1
-1
/
+1
2014-06-27
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
1
-4
/
+0
2014-06-27
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
1
-0
/
+4
2014-06-27
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
1
-1
/
+1
2014-06-27
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
1
-0
/
+11
2014-06-23
vhost: block migration if backend does not log memory
Michael S. Tsirkin
1
-0
/
+1
2014-06-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
3
-3
/
+65
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2
-2
/
+13
2014-06-19
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2
-0
/
+29
2014-06-19
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
1
-1
/
+1
2014-06-19
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
1
-0
/
+5
2014-06-19
virtio-net: announce self by guest
Jason Wang
1
-0
/
+17
2014-06-19
virtio-scsi: define dummy handle_output for vhost-scsi vqs
Ming Lei
1
-1
/
+6
2014-06-18
virtio-scsi: add support for the any_layout feature
Paolo Bonzini
1
-3
/
+1
2014-06-04
virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Fam Zheng
1
-0
/
+3
2014-05-05
virtio-net: fix buffer overflow on invalid state load
Michael S. Tsirkin
1
-2
/
+2
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+6
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
1
-2
/
+6
2014-03-13
virtio-serial-port: Convert to QOM realize/unrealize
Andreas Färber
1
-4
/
+4
2013-12-20
dataplane: replace hostmem with memory_region_find
Paolo Bonzini
2
-60
/
+1
2013-12-20
dataplane: change vring API to use VirtQueueElement
Paolo Bonzini
1
-4
/
+3
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2
-2
/
+2
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
1
-2
/
+3
2013-12-09
virtio-scsi: Convert to QOM realize
Andreas Färber
1
-1
/
+1
2013-12-09
virtio-rng: Convert to QOM realize
Andreas Färber
1
-0
/
+2
2013-12-09
virtio: Start converting VirtioDevice to QOM realize
Andreas Färber
1
-1
/
+3
2013-12-09
virtio-scsi: switch exit callback to VirtioDeviceClass
Paolo Bonzini
1
-1
/
+1
2013-12-09
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2
-3
/
+4
2013-12-09
virtio-bus: remove vdev field
Paolo Bonzini
1
-4
/
+12
2013-09-20
virtio-blk: do not relay a previous driver's WCE configuration to the current
Paolo Bonzini
1
-0
/
+1
2013-08-12
virtio: clear signalled_used_valid when switching from dataplane
Stefan Hajnoczi
1
-0
/
+1
2013-07-29
dataplane: enable virtio-blk x-data-plane=on live migration
Stefan Hajnoczi
1
-0
/
+1
2013-07-22
Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into staging
Anthony Liguori
2
-0
/
+8
[next]