Age | Commit message (Expand) | Author |
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 |
2019-05-17 | s390/ipl: cast to SCSIDevice directly | Cornelia Huck |
2019-04-26 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2019-04-25 | hw: add compat machines for 4.1 | Cornelia Huck |
2019-04-25 | Merge tag 's390-ccw-bios-2019-04-12' into s390-next-staging | Cornelia Huck |
2019-04-25 | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize() | David Hildenbrand |
2019-04-25 | s390x/kvm: Configure page size after memory has actually been initialized | David Hildenbrand |
2019-04-12 | s390 vfio-ccw: Add bootindex property and IPLB data | Jason J. Herne |
2019-04-03 | hw/s390x/3270-ccw: avoid taking address of fields in packed struct | Daniel P. Berrangé |
2019-04-03 | hw/s390x/ipl: avoid taking address of fields in packed struct | Daniel P. Berrangé |
2019-04-03 | hw/s390/css: avoid taking address members in packed structs | Daniel P. Berrangé |
2019-03-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-18 | kconfig: add CONFIG_MSI_NONBROKEN | Paolo Bonzini |
2019-03-07 | s390x: express dependencies with Kconfig | Thomas Huth |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-03-06 | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand |
2019-03-04 | s390x/vfio-ap: Implement hot plug/unplug of vfio-ap device | Tony Krowiak |
2019-02-18 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into... | Peter Maydell |
2019-02-18 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ... | Peter Maydell |
2019-02-18 | qapi: make s390 commands depend on TARGET_S390X | Marc-André Lureau |
2019-02-18 | s390x/cpumodel: default enable mepoch for z14 and later | Collin Walling |
2019-02-18 | s390x: add zPCI feature to "qemu" CPU model | David Hildenbrand |
2019-02-18 | s390x: always provide pci support | Cornelia Huck |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth |
2019-02-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-02-05 | hw/s390/Makefile.objs: Create new CONFIG_* variables for s390x boards and dev... | Paolo Bonzini |
2019-02-05 | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick |