Age | Commit message (Expand) | Author |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2021-01-01 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell |
2020-12-21 | s390x/pci: Fix memory_region_access_valid call | Matthew Rosato |
2020-12-21 | s390x/pci: fix pcistb length | Matthew Rosato |
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-18 | qdev: Get just property name at error_set_from_qdev_prop_error() | Eduardo Habkost |
2020-12-15 | qdev: Make error_set_from_qdev_prop_error() get Object* argument | Eduardo Habkost |
2020-12-15 | qdev: Make qdev_get_prop_ptr() get Object* arg | Eduardo Habkost |
2020-12-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini |
2020-12-10 | s390x: do not use ram_size global | Paolo Bonzini |
2020-12-10 | s390: remove bios_name | Paolo Bonzini |
2020-12-10 | Clean up includes | Markus Armbruster |
2020-12-08 | hw: add compat machines for 6.0 | Cornelia Huck |
2020-12-08 | memory: Add IOMMUTLBEvent | Eugenio Pérez |
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-18 | s390/kvm: fix diag318 propagation and reset functionality | Collin Walling |
2020-11-10 | s390x: Avoid variable size warning in ipl.h | Daniele Buono |
2020-11-05 | s390x: fix build for --without-default-devices | Cornelia Huck |
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: Add routine to get the vfio dma available count | Matthew Rosato |
2020-11-01 | s390x/pci: Move header files to include/hw/s390x | Matthew Rosato |
2020-10-22 | s390x: pv: Remove sclp boundary checks | Janosch Frank |
2020-10-22 | s390x/s390-virtio-ccw: Reset PCI devices during subsystem reset | Matthew Rosato |
2020-10-09 | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster |
2020-10-02 | s390: guest support for diagnose 0x318 | Collin Walling |
2020-10-02 | s390/sclp: add extended-length sccb support for kvm guest | Collin Walling |
2020-10-02 | s390/sclp: use cpu offset to locate cpu entries | Collin Walling |
2020-10-02 | s390/sclp: check sccb len before filling in data | Collin Walling |
2020-10-02 | s390/sclp: read sccb from mem based on provided length | Collin Walling |
2020-10-02 | s390/sclp: rework sclp boundary checks | Collin Walling |
2020-10-02 | s390/sclp: get machine once during read scp/cpu info | Collin Walling |
2020-10-02 | hw/s390x/css: Remove double initialization | Philippe Mathieu-Daudé |
2020-09-29 | vhost-vsock-ccw: force virtio version 1 | Stefano Garzarella |
2020-09-29 | virtio: skip legacy support check on machine types less than 5.1 | Stefano Garzarella |
2020-09-29 | cphp: remove deprecated cpu-add command(s) | Igor Mammedov |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-23 | virtio: add vhost-user-fs-ccw device | Halil Pasic |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé |
2020-09-09 | ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |