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-10-23
virtio-scsi: dataplane: stop trying on notifier error
Cornelia Huck
1
-0
/
+1
2014-10-23
virtio-scsi-dataplane: Add op blocker
Fam Zheng
1
-0
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-4
/
+3
2014-10-20
virtio-blk: Rename VirtIOBlkConf variables to conf
Markus Armbruster
1
-1
/
+1
2014-10-20
virtio-blk: Drop redundant VirtIOBlock member conf
Markus Armbruster
1
-1
/
+0
2014-09-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-1
/
+90
2014-09-30
virtio-scsi: Handle TMF request cancellation asynchronously
Fam Zheng
1
-2
/
+7
2014-09-30
virtio-scsi: Batched prepare for cmd reqs
Fam Zheng
1
-0
/
+4
2014-09-30
virtio-scsi: Two stages processing of cmd request
Fam Zheng
1
-1
/
+2
2014-09-30
virtio-scsi: Add migration state notifier for dataplane code
Fam Zheng
1
-0
/
+2
2014-09-30
virtio-scsi-dataplane: Code to run virtio-scsi on iothread
Fam Zheng
1
-0
/
+19
2014-09-30
virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReq
Fam Zheng
1
-1
/
+14
2014-09-30
virtio-scsi: Add 'iothread' property to virtio-scsi
Fam Zheng
1
-0
/
+1
2014-09-30
virtio: add a wrapper for virtio-backend initialization
Gonglei
1
-0
/
+3
2014-09-24
virtio: Fix wrong type cast from pointer to long
Stefan Weil
1
-2
/
+2
2014-09-23
virtio-scsi: Make virtio_scsi_push_event public
Fam Zheng
1
-0
/
+2
2014-09-23
virtio-scsi: Make virtio_scsi_free_req public
Fam Zheng
1
-0
/
+1
2014-09-23
virtio-scsi: Make virtio_scsi_init_req public
Fam Zheng
1
-0
/
+1
2014-09-23
virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl
Fam Zheng
1
-0
/
+1
2014-09-23
virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd
Fam Zheng
1
-0
/
+36
2014-09-22
block: Always compile virtio-blk dataplane
Fam Zheng
1
-2
/
+0
2014-09-22
virtio: Import virtio_vring.h
Fam Zheng
2
-1
/
+168
2014-09-10
block: Extract the block accounting code
BenoƮt Canet
1
-0
/
+1
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
[next]