index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
vhost-user: move VhostUserProtocolFeature definition to header file
Jonah Palmer
2023-10-04
1
-4
/
+0
*
|
scsi-disk: ensure that FORMAT UNIT commands are terminated
Mark Cave-Ayland
2023-10-03
1
-0
/
+4
*
|
esp: restrict non-DMA transfer length to that of available data
Mark Cave-Ayland
2023-10-03
1
-1
/
+2
*
|
esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
Mark Cave-Ayland
2023-10-03
1
-1
/
+1
*
|
mptsas: avoid shadowed local variables
Paolo Bonzini
2023-09-25
1
-3
/
+3
*
|
hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]
Thomas Huth
2023-09-25
1
-2
/
+3
|
/
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
2
-2
/
+2
*
scsi: clear unit attention only for REPORT LUNS commands
Stefano Garzarella
2023-07-14
1
-23
/
+11
*
scsi: cleanup scsi_clear_unit_attention()
Stefano Garzarella
2023-07-14
1
-22
/
+6
*
scsi: fetch unit attention when creating the request
Stefano Garzarella
2023-07-14
1
-3
/
+33
*
virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()
Stefan Hajnoczi
2023-06-26
1
-2
/
+18
*
hw/virtio: Build various target-agnostic objects just once
Philippe Mathieu-Daudé
2023-06-23
1
-3
/
+7
*
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2023-06-23
3
-3
/
+0
*
hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
Philippe Mathieu-Daudé
2023-06-23
1
-6
/
+6
*
hw/scsi: Rearrange meson.build
Philippe Mathieu-Daudé
2023-06-23
1
-5
/
+5
*
hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
Philippe Mathieu-Daudé
2023-06-23
2
-2
/
+10
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
*
hw/scsi/megasas: Silent GCC duplicated-cond warning
Philippe Mathieu-Daudé
2023-06-13
1
-6
/
+10
*
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-05
1
-9
/
+9
*
block: add blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
1
-3
/
+3
*
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
2023-05-30
5
-12
/
+113
*
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
2023-05-30
1
-0
/
+14
*
virtio-scsi: stop using aio_disable_external() during unplug
Stefan Hajnoczi
2023-05-30
1
-3
/
+0
*
virtio-scsi: avoid race between unplug and transport event
Stefan Hajnoczi
2023-05-30
2
-26
/
+63
*
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
2023-05-30
1
-2
/
+1
*
hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
Thomas Huth
2023-05-26
1
-6
/
+17
*
lsi53c895a: disable reentrancy detection for MMIO region, too
Thomas Huth
2023-05-26
1
-0
/
+1
*
scsi-generic: fix buffer overflow on block limits inquiry
Paolo Bonzini
2023-05-18
1
-5
/
+9
*
aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
Stefan Hajnoczi
2023-05-10
1
-2
/
+0
*
lsi53c895a: disable reentrancy detection for script RAM
Alexander Bulekov
2023-04-28
1
-0
/
+6
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
3
-3
/
+6
*
replace TABs with spaces
Yeqi Fu
2023-03-20
1
-2
/
+2
*
Updated the FSF address to <https://www.gnu.org/licenses/>
Khadija Kamran
2023-02-27
1
-2
/
+1
*
virtio-scsi: reset SCSI devices from main loop thread
Stefan Hajnoczi
2023-02-23
1
-36
/
+133
*
dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race
Stefan Hajnoczi
2023-02-23
1
-3
/
+1
*
scsi: protect req->aiocb with AioContext lock
Stefan Hajnoczi
2023-02-23
2
-12
/
+22
*
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
1
-0
/
+5
*
vhost-scsi: fix memleak of vsc->inflight
Dongli Zhang
2023-01-08
1
-0
/
+1
*
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
3
-3
/
+3
*
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
Markus Armbruster
2023-01-08
1
-0
/
+1
*
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
2022-12-01
1
-2
/
+2
*
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
2022-11-22
2
-0
/
+2
*
Fix several typos in documentation (found by codespell)
Stefan Weil
2022-11-11
1
-3
/
+3
*
hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devices
Peter Maydell
2022-10-18
1
-1
/
+1
*
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-10-18
7
-14
/
+14
*
virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
Venu Busireddy
2022-10-13
2
-0
/
+20
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-13
1
-1
/
+6
|
\
|
*
scsi-disk: support setting CD-ROM block size via device options
John Millikin
2022-10-10
1
-1
/
+6
*
|
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
2022-10-07
2
-3
/
+3
|
/
*
scsi: Reject commands if the CDB length exceeds buf_len
John Millikin
2022-09-01
1
-1
/
+7
[prev]
[next]