index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
virtio-blk: add a knob to disable request merging
Peter Lieven
2015-02-06
1
-0
/
+1
*
|
virtio-blk: introduce multiread
Peter Lieven
2015-02-06
1
-8
/
+11
*
|
hw/virtio-blk: add a constant for max number of merged requests
Peter Lieven
2015-02-06
1
-1
/
+3
|
/
*
virtio-blk: Pass req to virtio_blk_handle_scsi_req
Fam Zheng
2015-01-23
1
-3
/
+0
*
virtio-serial: Don't keep a persistent copy of config space
David Gibson
2015-01-05
1
-2
/
+0
*
virtio: remove useless declaration of virtio_net_init()
Gonglei
2014-12-10
1
-3
/
+0
*
virtio-scsi: Fix comment for VirtIOSCSIReq
Fam Zheng
2014-11-12
1
-1
/
+2
*
virtio-scsi: dataplane: stop trying on notifier error
Cornelia Huck
2014-10-23
1
-0
/
+1
*
virtio-scsi-dataplane: Add op blocker
Fam Zheng
2014-10-23
1
-0
/
+1
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-4
/
+3
*
virtio-blk: Rename VirtIOBlkConf variables to conf
Markus Armbruster
2014-10-20
1
-1
/
+1
*
virtio-blk: Drop redundant VirtIOBlock member conf
Markus Armbruster
2014-10-20
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-30
2
-1
/
+90
|
\
|
*
virtio-scsi: Handle TMF request cancellation asynchronously
Fam Zheng
2014-09-30
1
-2
/
+7
|
*
virtio-scsi: Batched prepare for cmd reqs
Fam Zheng
2014-09-30
1
-0
/
+4
|
*
virtio-scsi: Two stages processing of cmd request
Fam Zheng
2014-09-30
1
-1
/
+2
|
*
virtio-scsi: Add migration state notifier for dataplane code
Fam Zheng
2014-09-30
1
-0
/
+2
|
*
virtio-scsi-dataplane: Code to run virtio-scsi on iothread
Fam Zheng
2014-09-30
1
-0
/
+19
|
*
virtio-scsi: Add VirtIOSCSIVring in VirtIOSCSIReq
Fam Zheng
2014-09-30
1
-1
/
+14
|
*
virtio-scsi: Add 'iothread' property to virtio-scsi
Fam Zheng
2014-09-30
1
-0
/
+1
|
*
virtio: add a wrapper for virtio-backend initialization
Gonglei
2014-09-30
1
-0
/
+3
|
*
virtio-scsi: Make virtio_scsi_push_event public
Fam Zheng
2014-09-23
1
-0
/
+2
|
*
virtio-scsi: Make virtio_scsi_free_req public
Fam Zheng
2014-09-23
1
-0
/
+1
|
*
virtio-scsi: Make virtio_scsi_init_req public
Fam Zheng
2014-09-23
1
-0
/
+1
|
*
virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrl
Fam Zheng
2014-09-23
1
-0
/
+1
|
*
virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmd
Fam Zheng
2014-09-23
1
-0
/
+36
*
|
virtio: Fix wrong type cast from pointer to long
Stefan Weil
2014-09-24
1
-2
/
+2
|
/
*
block: Always compile virtio-blk dataplane
Fam Zheng
2014-09-22
1
-2
/
+0
*
virtio: Import virtio_vring.h
Fam Zheng
2014-09-22
2
-1
/
+168
*
block: Extract the block accounting code
BenoƮt Canet
2014-09-10
1
-0
/
+1
*
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-09
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
[prev]
[next]