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-skeys.c
Age
Commit message (
Expand
)
Author
2021-09-06
hw/s390x/s390-skeys: lazy storage key enablement under TCG
David Hildenbrand
2021-09-06
hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled
David Hildenbrand
2021-09-06
hw/s390x/s390-skeys: check if an address is valid before dumping the key
David Hildenbrand
2021-09-06
hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dump
David Hildenbrand
2021-09-06
hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrate
David Hildenbrand
2020-12-10
s390x: do not use ram_size global
Paolo Bonzini
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-04-02
vl/s390x: fixup ram sizes for compat machines
Christian Borntraeger
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-07-02
qapi: Rename target.json to misc-target.json
Markus Armbruster
2019-02-18
qapi: make s390 commands depend on TARGET_S390X
Marc-André Lureau
2018-07-02
hw/s390x: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-08-30
s390x/s390-skeys: Mark the storage key devices with user_creatable = false
Thomas Huth
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
2017-06-06
migration: remove register_savevm()
Laurent Vivier
2017-06-01
migration: Split qemu-file.h
Juan Quintela
2016-05-26
s390: use FILE instead of QEMUFile for creating text file
Daniel P. Berrange
2016-05-19
s390x: reorganize CSS bits between cpu.h and other headers
Paolo Bonzini
2016-01-29
s390: Clean up includes
Peter Maydell
2016-01-27
s390x/skeys: Fix instance and class size
Christian Borntraeger
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-01-13
error: Use error_report_err() instead of monitor_printf()
Markus Armbruster
2015-09-03
s390x: Disable storage key migration on old machine type
Jason J. Herne
2015-09-03
s390x: Migrate guest storage keys (initial memory only)
Jason J. Herne
2015-09-03
s390x: Info skeys sub-command
Jason J. Herne
2015-09-03
s390x: Dump-skeys hmp support
Jason J. Herne
2015-09-03
s390x: Dump storage keys qmp command
Jason J. Herne
2015-09-03
s390x: Create QOM device for s390 storage keys
Jason J. Herne