index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
virtio-ccw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: link the rng backend through an alias property
Paolo Bonzini
2014-10-30
1
-4
/
+2
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...
Peter Maydell
2014-10-16
1
-0
/
+4
|
\
|
*
virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390
Gonglei
2014-10-15
1
-0
/
+2
|
*
virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390
Gonglei
2014-10-15
1
-0
/
+2
*
|
s390x: Convert virtio-ccw to hotplug handler API
Igor Mammedov
2014-10-15
1
-8
/
+9
|
/
*
s390x/virtio-ccw: fix vhost-scsi intialization
Cornelia Huck
2014-10-10
1
-1
/
+1
*
virtio-scsi: Add 'iothread' property to virtio-scsi
Fam Zheng
2014-09-30
1
-0
/
+2
*
virtio: add a wrapper for virtio-backend initialization
Gonglei
2014-09-30
1
-24
/
+18
*
virtio-balloon: fix virtio-balloon child refcount in transports
Gonglei
2014-09-30
1
-1
/
+1
*
virtio-rng: fix virtio-rng child refcount in transports
Gonglei
2014-09-30
1
-0
/
+1
*
virtio-rng: use aliases instead of duplicate qdev properties
Gonglei
2014-09-30
1
-1
/
+1
*
virtio-serial: fix virtio-serial child refcount in transports
Gonglei
2014-09-30
1
-0
/
+1
*
virtio-serial: use aliases instead of duplicate qdev properties
Gonglei
2014-09-30
1
-1
/
+1
*
virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transports
Gonglei
2014-09-30
1
-0
/
+2
*
virtio/vhost-scsi: use aliases instead of duplicate qdev properties
Gonglei
2014-09-30
1
-2
/
+2
*
virtio-net: fix virtio-net child refcount in transports
Gonglei
2014-09-30
1
-0
/
+1
*
virtio-net: use aliases instead of duplicate qdev properties
Gonglei
2014-09-30
1
-2
/
+1
*
virtio: move common virtio properties to bus class device
Ming Lei
2014-07-06
1
-5
/
+6
*
virtio-blk: replace x-iothread with iothread link property
Stefan Hajnoczi
2014-07-01
1
-0
/
+2
*
virtio: fix virtio-blk child refcount in transports
Stefan Hajnoczi
2014-07-01
1
-0
/
+1
*
virtio-blk: use aliases instead of duplicate qdev properties
Stefan Hajnoczi
2014-07-01
1
-2
/
+1
*
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
2014-07-01
1
-3
/
+0
*
s390/virtio-ccw: migration support
Jens Freimann
2014-06-10
1
-0
/
+95
*
s390x/virtio-ccw: wire up irq routing and irqfds
Cornelia Huck
2014-05-20
1
-16
/
+149
*
s390x/virtio-ccw: reference-counted indicators
Cornelia Huck
2014-05-20
1
-17
/
+63
*
s390x: add I/O adapter registration
Cornelia Huck
2014-05-20
1
-0
/
+4
*
s390x/css: Don't save orb in subchannel.
Cornelia Huck
2014-05-07
1
-1
/
+0
*
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
1
-0
/
+1
*
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-03-19
1
-1
/
+2
*
s390x/virtio-ccw: Adapter interrupt support.
Cornelia Huck
2014-03-05
1
-7
/
+95
*
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+2
*
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+1
*
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-2
/
+2
*
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-3
/
+5
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-8
/
+10
*
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-2
/
+3
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2014-01-10
1
-4
/
+1
|
\
|
*
qdev: switch reset to post-order
Paolo Bonzini
2013-12-23
1
-4
/
+1
*
|
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-2
/
+0
*
|
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+1
|
/
*
virtio-ccw: remove vdev field
Paolo Bonzini
2013-12-09
1
-36
/
+44
*
virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplug
Paolo Bonzini
2013-12-09
1
-1
/
+2
*
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
2013-11-05
1
-1
/
+1
*
qom: Pass available size to object_initialize()
Andreas Färber
2013-08-30
1
-7
/
+7
*
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-08-30
1
-2
/
+2
*
virtio-ccw: Pass size to virtio_ccw_bus_new()
Andreas Färber
2013-08-30
1
-3
/
+5
*
virtio: Remove unnecessary OBJECT() casts
Peter Maydell
2013-08-30
1
-7
/
+7
*
virtio-ccw: Enable x-data-plane for virtio-ccw-blk
Dominik Dingel
2013-07-15
1
-0
/
+3
*
virtio-ccw: fix build breakage on windows
Cornelia Huck
2013-07-01
1
-4
/
+2
[next]