aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare
2023-12-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-12-26Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-12-26Merge tag 'm68k-pull-2023-12-22' of https://gitlab.com/huth/qemu into stagingStefan Hajnoczi
2023-12-26vdpa: move memory listener to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: use dev_shared in vdpa_iommuEugenio Pérez
2023-12-26vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez
2023-12-26vdpa: move iommu_list to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: remove msg type of vhost_vdpaEugenio Pérez
2023-12-26vdpa: move backend_cap to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iotlb_batch_begin_sent to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: use vdpa shared for tracingEugenio Pérez
2023-12-26vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez
2023-12-26vdpa: move iova tree to the shared structEugenio Pérez
2023-12-26vdpa: do not set virtio status bits if unneededEugenio Pérez
2023-12-26Fix bugs when VM shutdown with virtio-gpu unpluggedwangmeiling
2023-12-26vhost-scsi: fix usage of error_reportf_err()Dongli Zhang
2023-12-25hw/acpi: propagate vcpu hotplug after switch to modern interfaceAaron Young
2023-12-25vhost-scsi: Add support for a worker thread per virtqueueMike Christie
2023-12-25vhost: Add worker backend calloutsMike Christie
2023-12-25virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDXMathieu Poirier
2023-12-25virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_de...Stefan Weil via
2023-12-22next-cube.c: move machine MemoryRegions into NeXTStateMark Cave-Ayland
2023-12-22next-cube.c: remove val and size arguments from nextscr2_write()Mark Cave-Ayland
2023-12-22next-cube.c: move LED logic to new next_scr2_led_update() functionMark Cave-Ayland
2023-12-22next-cube.c: move static old_scr2 variable to NeXTPCMark Cave-Ayland
2023-12-22next-cube.c: move static phase variable to NextRtcMark Cave-Ayland
2023-12-22next-cube.c: move static led variable to NeXTPCMark Cave-Ayland
2023-12-22next-cube.c: update and improve dma_opsMark Cave-Ayland
2023-12-22next-cube.c: update scr_ops to properly use modern memory APIMark Cave-Ayland
2023-12-22next-cube.c: update mmio_ops to properly use modern memory APIMark Cave-Ayland
2023-12-22next-cube.c: don't pulse SCSI DMA IRQ upon reception of FLUSH commandMark Cave-Ayland
2023-12-22next-cube.c: add dummy Ethernet register to allow diagnostic to timeoutMark Cave-Ayland
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi
2023-12-21qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi
2023-12-21qdev-properties: alias all object class propertiesStefan Hajnoczi
2023-12-21scsi: remove outdated AioContext lock commentStefan Hajnoczi
2023-12-21scsi: remove AioContext lockingStefan Hajnoczi
2023-12-21block: remove AioContext lockingStefan Hajnoczi
2023-12-21scsi: assert that callbacks run in the correct AioContextStefan Hajnoczi
2023-12-21virtio-scsi: replace AioContext lock with tmf_bh_lockStefan Hajnoczi
2023-12-21scsi: don't lock AioContext in I/O code pathStefan Hajnoczi
2023-12-21virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifi...Stefan Hajnoczi
2023-12-21scsi: only access SCSIDevice->requests from one threadStefan Hajnoczi
2023-12-21virtio-blk: don't lock AioContext in the submission code pathStefan Hajnoczi
2023-12-21virtio-blk: don't lock AioContext in the completion code pathStefan Hajnoczi
2023-12-21virtio-blk: add lock to protect s->rqStefan Hajnoczi
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi