index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
s390-virtio.c
Age
Commit message (
Expand
)
Author
2016-02-11
s390x: remove s390-zipl.rom
Michael Tokarev
2016-01-29
s390: Clean up includes
Peter Maydell
2016-01-13
s390x/virtio: use qemu_check_nic_model()
Cornelia Huck
2016-01-13
s390x: remove s390-virtio devices
Pierre Morel
2016-01-13
s390x: remove s390-virtio machine
Pierre Morel
2015-12-01
s390x: no deprecation warning while testing
Cornelia Huck
2015-11-11
s390: deprecate the non-ccw machine in 2.5
Christian Borntraeger
2015-11-11
s390x/ipl: clean up qom definitions and turn into TYPE_DEVICE
David Hildenbrand
2015-10-21
s390x/cmma: clean up cmma reset
David Hildenbrand
2015-10-21
s390x: reset crypto only on clear reset and QEMU reset
David Hildenbrand
2015-10-21
s390x: machine reset function with new ipl cpu handling
David Hildenbrand
2015-09-19
machine: Set MachineClass::name automatically
Eduardo Habkost
2015-09-19
s390-virtio: Rename machine class name to use MACHINE_TYPE_NAME
Eduardo Habkost
2015-09-07
s390: unify allocation of initial memory
David Hildenbrand
2015-09-07
s390: move memory calculation into the sclp device
David Hildenbrand
2015-09-07
s390: disallow memory hotplug for the s390-virtio machine
David Hildenbrand
2015-09-03
s390x: Enable new s390-storage-keys device
Jason J. Herne
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-17
s390x: Switch to s390-ccw machine as default
Alexander Graf
2015-05-08
s390-virtio: Accommodate guests using virtqueues too early
Christian Borntraeger
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-03-16
s390x/kvm: Guest Migration TOD clock synchronization
Jason J. Herne
2015-02-13
s390x/ipl: support diagnose 308 subcodes 5 and 6
Fan Zhang
2015-02-13
s390x/ipl: always load the bios for ccw machine
Fan Zhang
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-10
s390x/kvm: introduce proper states for s390 cpus
David Hildenbrand
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-01
s390-virtio: Apply same memory boundaries as virtio-ccw
Matthew Rosato
2014-08-25
s390x: Migrate to new NMI interface
Alexey Kardashevskiy
2014-08-25
s390x: Convert QEMUMachine to MachineClass
Alexey Kardashevskiy
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-02-27
s390x/kvm: implement floating-interrupt controller device
Jens Freimann
2014-02-11
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
2013-07-29
s390x: Rename 'dprintf' to 'DPRINTF'
Peter Maydell
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-26
S390: IPL: Use different firmware for different machines
Alexander Graf
2013-04-12
Typo, spelling and grammatical fixes
Peter Maydell
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-02-01
target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()
Andreas Färber
2013-01-29
s390-virtio: Check for NULL device in reset hypercall
Andreas Färber
2013-01-29
s390: Move hw files to hw/s390x
Alexander Graf