Official QOSAMI-QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are disabled. Please only use release tarballs from the QEMU website.
master
monitor: use dynamic cast in monitor_qmp_requests_pop_any_with_lock
Daniel P. Berrangé committed 3 months ago
monitor: use class method for I/O thread request
Daniel P. Berrangé committed 3 months ago
monitor: use class methods for monitor_accept_input
Daniel P. Berrangé committed 3 months ago
monitor: use class methods for monitor_qapi_event_emit
Daniel P. Berrangé committed 3 months ago
monitor: use class methods for monitor_vprintf
Daniel P. Berrangé committed 3 months ago
monitor: move monitor_data_(init|destroy) into QOM init/finalize
Daniel P. Berrangé committed 3 months ago
monitor: remove 'skip_flush' field
Daniel P. Berrangé committed 3 months ago
monitor: add 'pretty' property to QMP Monitor class
Daniel P. Berrangé committed 3 months ago
monitor: add 'readline' property to HMP Monitor class
Daniel P. Berrangé committed 3 months ago
monitor: add 'chardev' property to Monitor base class
Daniel P. Berrangé committed 3 months ago
monitor: pass chardev ID into monitor constructor instead of object
Daniel P. Berrangé committed 3 months ago
monitor: minimal conversion of monitors to QOM
Daniel P. Berrangé committed 3 months ago
monitor: rename monitor_init* to monitor_new*
Daniel P. Berrangé committed 3 months ago
monitor: replace 'common' with 'parent_obj' in MonitorQMP
Daniel P. Berrangé committed 3 months ago
monitor: replace 'common' with 'parent_obj' in MonitorHMP
Daniel P. Berrangé committed 3 months ago
qom: replace 'can_be_deleted' with 'prepare_delete'
Daniel P. Berrangé committed 3 months ago
vfio/pci: Reject invalid MSI-X Table and PBA BIR values
Cédric Le Goater committed 3 months ago
backends/iommufd: Fix dev_id and type order in viommu trace
Shameer Kolothum committed 3 months ago
vfio/listener: Fix translated_addr for non-identity-mapped RAM sections
Cédric Le Goater committed 3 months ago
vfio/pci: Propagate errors in vfio_pci_load_rom() using Error API
Mario Casquero committed 3 months ago