Age | Commit message (Expand) | Author |
2022-12-15 | s390x/pci: reset ISM passthrough devices on shutdown and system reset | Matthew Rosato |
2022-09-26 | s390x/pci: let intercept devices have separate PCI groups | Matthew Rosato |
2022-09-26 | s390x/pci: enable adapter event notification for interpreted devices | Matthew Rosato |
2022-09-26 | s390x/pci: don't fence interpreted devices without MSI-X | Matthew Rosato |
2022-09-26 | s390x/pci: enable for load/store interpretation | Matthew Rosato |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow |
2021-12-17 | s390x/pci: add supported DT information to clp response | Matthew Rosato |
2021-11-01 | pci: Export pci_for_each_device_under_bus*() | Peter Xu |
2021-09-30 | qbus: Rename qbus_create() to qbus_new() | Peter Maydell |
2021-09-06 | s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK | Thomas Huth |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2020-12-18 | qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() | Eduardo Habkost |
2020-12-18 | qdev: Move dev->realized check to qdev_property_set() | Eduardo Habkost |
2020-12-15 | qdev: Make qdev_get_prop_ptr() get Object* arg | Eduardo Habkost |
2020-11-18 | s390x/pci: fix endianness issues | Cornelia Huck |
2020-11-18 | s390x/pci: Unregister listeners before destroying IOMMU address space | Matthew Rosato |
2020-11-01 | s390x/pci: get zPCI function info from host | Matthew Rosato |
2020-11-01 | s390x/pci: use a PCI Function structure | Pierre Morel |
2020-11-01 | s390x/pci: clean up s390 PCI groups | Matthew Rosato |
2020-11-01 | s390x/pci: use a PCI Group structure | Pierre Morel |
2020-11-01 | s390x/pci: Honor DMA limits set by vfio | Matthew Rosato |
2020-11-01 | s390x/pci: Move header files to include/hw/s390x | Matthew Rosato |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster |
2020-07-10 | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | s390x/pci: Fix harmless mistake in zpci's property fid's setter | Markus Armbruster |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster |
2020-07-03 | s390x/pci: fix set_ind_atomic | Halil Pasic |
2020-07-02 | qdev: Drop qbus_set_hotplug_handler() parameter @errp | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() manually | Markus Armbruster |
2020-06-15 | qdev: Convert to qdev_unrealize() with Coccinelle | Markus Armbruster |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-02-20 | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-09-30 | s390: PCI: fix IOMMU region init | Matthew Rosato |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-06 | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth |
2019-02-05 | s390x/pci: Unplug remaining requested devices on pcihost reset | David Hildenbrand |
2019-02-05 | s390x/pci: Warn when adding PCI devices without the 'zpci' feature | David Hildenbrand |
2019-02-05 | s390x/pci: Fix hotplugging of PCI bridges | David Hildenbrand |
2019-02-05 | s390x/pci: Fix primary bus number for PCI bridges | David Hildenbrand |
2019-02-04 | s390x/pci: mark zpci devices as unmigratable | Cornelia Huck |
2019-02-04 | s390x/pci: Drop release timer and replace it with a flag | David Hildenbrand |
2019-02-04 | s390x/pci: Introduce unplug requests and split unplug handler | David Hildenbrand |
2019-01-18 | s390x/pci: add common function measurement block | Yi Min Zhao |
2019-01-18 | s390x/pci: Ignore the unplug call if we already have a release_timer | David Hildenbrand |
2019-01-18 | s390x/pci: Always delete and free the release_timer | David Hildenbrand |