Age | Commit message (Expand) | Author |
2020-01-30 | hw/s390x/ipl: replace deprecated qdev_reset_all registration | Damien Hedde |
2020-01-30 | add device_legacy_reset function to prepare for reset api change | Damien Hedde |
2020-01-29 | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic |
2020-01-27 | hw/s390x: Add a more verbose comment about get_machine_class() and the wrappers | Thomas Huth |
2020-01-27 | s390x/event-facility: fix error propagation | Cornelia Huck |
2020-01-27 | s390x: adapter routes error handling | Cornelia Huck |
2020-01-27 | s390x/event-facility.c: remove unneeded labels | Daniel Henrique Barboza |
2020-01-27 | s390x/sclp.c: remove unneeded label in sclp_service_call() | Daniel Henrique Barboza |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-06 | vmstate: replace DeviceState with VMStateIf | Marc-André Lureau |
2019-12-18 | hw/s390x: rename Error ** parameter to more common errp | Vladimir Sementsov-Ogievskiy |
2019-12-14 | s390x/event-facility: Fix realize() error API violations | Markus Armbruster |
2019-12-14 | s390x: Don't do a normal reset on the initial cpu | Janosch Frank |
2019-12-14 | hw: add compat machines for 5.0 | Cornelia Huck |
2019-12-13 | virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised | Evgeny Yakovlev |
2019-10-09 | target/s390x: Remove ilen parameter from s390_program_interrupt | Richard Henderson |
2019-10-09 | s390x/cpumodel: Prepare for changes of QEMU model | David Hildenbrand |
2019-09-30 | s390: do not call memory_region_allocate_system_memory() multiple times | Igor Mammedov |
2019-09-30 | s390x: sclp: Report insufficient SCCB length | Claudio Imbrenda |
2019-09-30 | s390x: sclp: fix error handling for oversize control blocks | Janosch Frank |
2019-09-30 | s390x: sclp: boundary check | Janosch Frank |
2019-09-30 | s390x: sclp: refactor invalid command check | Janosch Frank |
2019-09-30 | s390: PCI: fix IOMMU region init | Matthew Rosato |
2019-09-12 | migration: register_savevm_live doesn't need dev | Dr. David Alan Gilbert |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen |
2019-09-03 | hw/s390x: Hard code size with MO_{8|16|32|64} | Tony Nguyen |
2019-09-03 | hw/s390x: Access MemoryRegion with MemOp | Tony Nguyen |
2019-08-21 | hw: add compat machines for 4.2 | Cornelia Huck |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-18 | s390x/pci: add some fallthrough annotations | Cornelia Huck |
2019-07-05 | hw/s390x: Replace global smp variables with machine smp properties | Like Xu |
2019-07-05 | machine: Refactor smp-related call chains to pass MachineState | Like Xu |
2019-07-03 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'... | Peter Maydell |
2019-07-02 | qapi: Rename target.json to misc-target.json | Markus Armbruster |
2019-06-24 | vfio-ccw: support async command subregion | Cornelia Huck |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster |
2019-06-07 | s390x: Bump the "qemu" CPU model up to a stripped-down z13 | David Hildenbrand |
2019-06-06 | hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbus | Philippe Mathieu-Daudé |
2019-05-17 | s390/css: handle CCW_FLAG_SKIP | Cornelia Huck |