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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390x/ipl: sort into categories
Cornelia Huck
2015-04-30
1
-0
/
+1
*
sclp: sort into categories
Cornelia Huck
2015-04-30
4
-0
/
+13
*
s390-virtio: sort into categories
Cornelia Huck
2015-04-30
1
-0
/
+9
*
virtio-ccw: sort into categories
Cornelia Huck
2015-04-30
1
-0
/
+9
*
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-04-26
5
-61
/
+131
*
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
1
-3
/
+7
*
s390x/ipl: avoid sign extension
Cornelia Huck
2015-03-30
1
-1
/
+1
*
s390x: do not include ram_addr.h
Paolo Bonzini
2015-03-30
1
-1
/
+0
*
virtio-ccw: range check in READ_VQ_CONF
Cornelia Huck
2015-03-30
1
-0
/
+4
*
virtio-ccw: fix range check for SET_VQ
Cornelia Huck
2015-03-30
1
-1
/
+1
*
s390x/pci: fix length in sei_nt2 event
Frank Blaschka
2015-03-16
1
-0
/
+1
*
s390x/ipl: remove dead code
Dominik Dingel
2015-03-16
1
-3
/
+0
*
s390x/virtio-bus: Remove unused function s390_virtio_bus_console()
Thomas Huth
2015-03-16
2
-6
/
+0
*
s390x: CPACF: Handle key wrap machine options
Tony Krowiak
2015-03-16
1
-0
/
+63
*
virtio-ccw: assure BE accesses
Cornelia Huck
2015-03-16
1
-9
/
+13
*
s390x/kvm: Guest Migration TOD clock synchronization
Jason J. Herne
2015-03-16
2
-0
/
+56
*
s390/bios: Make the s390-ccw.img relocatable
Thomas Huth
2015-03-11
1
-3
/
+21
*
s390x/kvm: passing max memory size to accelerator
Dominik Dingel
2015-03-10
1
-0
/
+10
*
virtio-ccw: Convert to realize()
Markus Armbruster
2015-03-10
2
-61
/
+75
*
virtio-s390: Convert to realize()
Markus Armbruster
2015-03-10
2
-35
/
+47
*
virtio-s390: s390_virtio_device_init() can't fail, simplify
Markus Armbruster
2015-03-10
1
-14
/
+15
*
balloon: call qdev_alias_all_properties for proxy dev in balloon class init
Denis V. Lunev
2015-03-01
1
-3
/
+2
*
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
1
-2
/
+2
*
virtio: cull virtio_bus_set_vdev_features
Cornelia Huck
2015-02-26
1
-2
/
+1
*
s390: use standard headers
Michael S. Tsirkin
2015-02-26
2
-22
/
+21
*
s390x/pci: Rework memory access in zpci instruction
Frank Blaschka
2015-02-18
1
-9
/
+28
*
s390x/ioinst: Rework memory access in STCRW instruction
Thomas Huth
2015-02-18
1
-0
/
+20
*
s390x/ioinst: Rework memory access in TSCH instruction
Thomas Huth
2015-02-18
1
-15
/
+23
*
s390x/css: Make schib parameter of css_do_msch const
Thomas Huth
2015-02-18
1
-1
/
+1
*
s390x/ipl: make s390x ipl device aware of migration
Fan Zhang
2015-02-13
1
-0
/
+28
*
s390x/ipl: drop reipl parameters on resets
Fan Zhang
2015-02-13
2
-0
/
+16
*
s390x/ipl: support diagnose 308 subcodes 5 and 6
Fan Zhang
2015-02-13
3
-15
/
+98
*
s390x/ipl: always load the bios for ccw machine
Fan Zhang
2015-02-13
4
-50
/
+66
*
s390x/ipl: Improved code indentation in s390_ipl_init()
Thomas Huth
2015-02-03
1
-23
/
+24
*
s390x/pci: fix dma notifications in rpcit instruction
Yi Min Zhao
2015-02-03
1
-8
/
+12
*
s390x/pci: check for invalid function handle
Frank Blaschka
2015-02-03
1
-1
/
+1
*
s390x/pci: avoid sign extension in stpcifc
Frank Blaschka
2015-02-03
1
-4
/
+4
*
s390: Plug memory leak on s390_pci_generate_event() error path
Markus Armbruster
2015-02-03
1
-1
/
+2
*
s390: implement pci instructions
Frank Blaschka
2015-01-12
3
-1
/
+1100
*
s390: Add PCI bus support
Frank Blaschka
2015-01-12
7
-1
/
+865
*
s390x/ccw: fix oddity in machine class init
Cornelia Huck
2015-01-12
1
-1
/
+1
*
virtio: link the rng backend through an alias property
Paolo Bonzini
2014-10-30
2
-8
/
+4
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
3
-3
/
+3
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...
Peter Maydell
2014-10-16
2
-0
/
+8
|
\
|
*
virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390
Gonglei
2014-10-15
2
-0
/
+4
|
*
virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390
Gonglei
2014-10-15
2
-0
/
+4
*
|
s390x: Convert virtio-ccw to hotplug handler API
Igor Mammedov
2014-10-15
1
-8
/
+9
*
|
s390x: Convert s390-virtio to hotplug handler API
Igor Mammedov
2014-10-15
1
-5
/
+5
*
|
s390x: Drop not used allow_hotplug in event-facility
Igor Mammedov
2014-10-15
1
-2
/
+0
|
/
*
s390x/virtio-ccw: fix vhost-scsi intialization
Cornelia Huck
2014-10-10
1
-1
/
+1
[next]