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