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
/
s390-virtio-bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: add a wrapper for virtio-backend initialization
Gonglei
2014-09-30
1
-24
/
+18
*
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
-0
/
+2
*
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
-8
/
+1
*
s390x: cleanup interrupt injection
Cornelia Huck
2014-06-10
1
-4
/
+2
*
s390x: consolidate floating interrupts
Cornelia Huck
2014-06-10
1
-11
/
+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
*
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-5
/
+11
*
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-3
/
+5
*
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
-1
/
+2
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-2
/
+3
*
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-1
/
+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
*
qom: Pass available size to object_initialize()
Andreas Färber
2013-08-30
1
-6
/
+6
*
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-08-30
1
-2
/
+2
*
s390-virtio-bus: Pass size to virtio_s390_bus_new()
Andreas Färber
2013-08-30
1
-3
/
+5
*
virtio: Remove unnecessary OBJECT() casts
Peter Maydell
2013-08-30
1
-6
/
+6
*
s390x: Rename 'dprintf' to 'DPRINTF'
Peter Maydell
2013-07-29
1
-2
/
+2
*
virtio-rng: Fix crash with non-default backend
Cole Robinson
2013-06-18
1
-1
/
+1
*
virtio-net-x: forward the netclient name and type.
KONRAD Frederic
2013-05-15
1
-0
/
+3
*
virtio-scsi: fix the command line compatibility.
KONRAD Frederic
2013-05-03
1
-0
/
+12
*
virtio-serial: fix command line compatibility.
KONRAD Frederic
2013-05-03
1
-0
/
+11
*
virtio-x-bus: force bus name to virtio-bus.
KONRAD Frederic
2013-05-03
1
-1
/
+4
*
virtio-rng-s390: add properties.
KONRAD Frederic
2013-04-26
1
-0
/
+8
*
virtio: Fix compilation without CONFIG_VHOST_SCSI
Ed Maste
2013-04-26
1
-0
/
+2
*
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-24
1
-8
/
+0
*
virtio: remove the function pointer.
KONRAD Frederic
2013-04-24
1
-5
/
+4
*
virtio-bus: make virtio_x_bus_new static.
KONRAD Frederic
2013-04-24
1
-1
/
+3
*
virtio-rng-s390: switch to the new API.
KONRAD Frederic
2013-04-24
1
-16
/
+23
*
vhost-scsi-s390: new device supporting the tcm_vhost Linux kernel module
Paolo Bonzini
2013-04-19
1
-0
/
+49
*
virtio-scsi: create VirtIOSCSICommon
Paolo Bonzini
2013-04-19
1
-1
/
+1
*
virtio-net-s390: switch to the new API.
KONRAD Frederic
2013-04-17
1
-10
/
+19
*
virtio-net: add the virtio-net device.
KONRAD Frederic
2013-04-17
1
-5
/
+1
*
virtio-serial-s390: switch to the new API.
KONRAD Frederic
2013-04-15
1
-10
/
+20
*
virtio-serial: add the virtio-serial device.
KONRAD Frederic
2013-04-15
1
-2
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-5
/
+5
*
virtio-scsi-s390: switch to the new API.
KONRAD Frederic
2013-03-26
1
-8
/
+17
*
virtio-scsi: moving host_features from properties to transport properties.
KONRAD Frederic
2013-03-26
1
-1
/
+2
[next]