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
/
target-s390x
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-s390x: PER: add Breaking-Event-Address register
Aurelien Jarno
2015-06-17
1
-5
/
+7
*
target-s390x: PER storage-alteration event support
Aurelien Jarno
2015-06-17
1
-0
/
+1
*
target-s390x: basic PER event handling
Aurelien Jarno
2015-06-17
1
-0
/
+3
*
target-s390x: add get_per_in_range function
Aurelien Jarno
2015-06-17
1
-0
/
+11
*
target-s390x: add get_per_atmid function
Aurelien Jarno
2015-06-17
1
-0
/
+12
*
target-s390x: add PER related constants
Aurelien Jarno
2015-06-17
1
-0
/
+16
*
target-s390x: fix setcc in TCG mode
Aurelien Jarno
2015-06-17
1
-0
/
+1
*
virtio-ccw: disable ioevent bit when ioeventfds are not enabled
Aurelien Jarno
2015-06-17
1
-5
/
+1
*
s390x/kvm: diag288 instruction interception and handling
Xu Wang
2015-06-11
1
-0
/
+1
*
target-s390x: add a cpu_mmu_idx_to_asc function
Aurelien Jarno
2015-06-05
1
-3
/
+22
*
target-s390x: fix MMU index computation
Aurelien Jarno
2015-06-05
1
-4
/
+11
*
target-s390x: add a tod2time function
Aurelien Jarno
2015-06-05
1
-0
/
+5
*
s390x: Migrate vector registers
Eric Farman
2015-05-27
1
-0
/
+14
*
s390x: Store Additional Status SIGP order
Eric Farman
2015-05-27
1
-0
/
+1
*
s390x: Vector Register IOCTLs
Eric Farman
2015-05-27
1
-2
/
+6
*
s390x: Common access to floating point registers
Eric Farman
2015-05-27
1
-0
/
+5
*
s390x/kvm: migrate vcpu interrupt state
Jens Freimann
2015-05-08
1
-0
/
+9
*
s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl
Alexander Yarygin
2015-04-30
1
-13
/
+17
*
s390x/mmu: Use ioctl for reading and writing from/to guest memory
Thomas Huth
2015-04-30
1
-0
/
+7
*
s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB
Ekaterina Tumanova
2015-04-30
1
-2
/
+6
*
s390x/kvm: Guest Migration TOD clock synchronization
Jason J. Herne
2015-03-16
1
-0
/
+34
*
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into s...
Peter Maydell
2015-03-11
1
-2
/
+38
|
\
|
*
s390x/kvm: passing max memory size to accelerator
Dominik Dingel
2015-03-10
1
-0
/
+14
|
*
s390x: add function to deliver restart irqs
David Hildenbrand
2015-03-10
1
-1
/
+4
|
*
s390x/kvm: implement handling of new SIGP orders
David Hildenbrand
2015-03-10
1
-0
/
+12
|
*
s390x: introduce defines for SIGP condition codes
David Hildenbrand
2015-03-10
1
-1
/
+8
*
|
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
2015-03-10
1
-1
/
+1
|
/
*
s390x/helper: Remove s390_cpu_physical_memory_map
Thomas Huth
2015-02-18
1
-4
/
+0
*
s390x/ioinst: Rework memory access in STCRW instruction
Thomas Huth
2015-02-18
1
-0
/
+1
*
s390x/ioinst: Rework memory access in TSCH instruction
Thomas Huth
2015-02-18
1
-1
/
+2
*
s390x/css: Make schib parameter of css_do_msch const
Thomas Huth
2015-02-18
1
-1
/
+1
*
s390x/mmu: Add function for accessing guest memory
Thomas Huth
2015-02-18
1
-0
/
+11
*
s390x/kvm: Add function for injecting pgm access exceptions
Thomas Huth
2015-02-18
1
-0
/
+5
*
s390x/mmu: Check bit 52 in page table entry
Thomas Huth
2015-02-18
1
-0
/
+1
*
s390x/mmu: Add support for read-only regions
Thomas Huth
2015-02-18
1
-0
/
+1
*
s390x/mmu: Skip exceptions properly when translating addresses for debug
Thomas Huth
2015-02-18
1
-1
/
+1
*
s390x/mmu: Check table length and offset fields
Thomas Huth
2015-02-18
1
-0
/
+1
*
s390x/mmu: Move mmu_translate() and friends to separate file
Thomas Huth
2015-02-18
1
-0
/
+1
*
target-s390: Fix STIDP
Richard Henderson
2015-02-03
1
-1
/
+3
*
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
2015-01-20
1
-2
/
+0
*
s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers
Thomas Huth
2015-01-12
1
-81
/
+0
*
s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs
David Hildenbrand
2014-10-10
1
-4
/
+4
*
s390x/kvm: propagate s390 cpu state to kvm
David Hildenbrand
2014-10-10
1
-0
/
+5
*
s390x/kvm: proper use of the cpu states OPERATING and STOPPED
David Hildenbrand
2014-10-10
1
-4
/
+10
*
s390x/kvm: introduce proper states for s390 cpus
David Hildenbrand
2014-10-10
1
-0
/
+14
*
s390x/gdb: generate target.xml and handle fp/ac as coprocessors
David Hildenbrand
2014-09-01
1
-38
/
+2
*
sclp-s390: Add memory hotplug SCLPs
Matthew Rosato
2014-09-01
1
-0
/
+15
*
virtio-ccw: Include standby memory when calculating storage increment
Matthew Rosato
2014-09-01
1
-0
/
+3
*
s390x/kvm: run guest triggered resets on the target vcpu thread
David Hildenbrand
2014-09-01
1
-0
/
+15
*
s390x/kvm: inject via flic
Cornelia Huck
2014-06-10
1
-0
/
+1
[next]