| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | scsi: Add buf_len parameter to scsi_req_new() | John Millikin | 2022-09-01 | 10 | -25/+35 |
* | esp: Handle CMD_BUSRESET by resetting the SCSI bus | John Millikin | 2022-09-01 | 1 | -0/+6 |
* | scsi-generic: Fix emulated block limits VPD page | Kevin Wolf | 2022-08-23 | 1 | -7/+14 |
* | virtio-scsi: fix race in virtio_scsi_dataplane_start() | Stefan Hajnoczi | 2022-08-17 | 1 | -3/+8 |
* | scsi-disk: ensure block size is non-zero and changes limited to bits 8-15 | Mark Cave-Ayland | 2022-08-01 | 1 | -4/+14 |
* | scsi-disk: fix overflow when block size is not a multiple of BDRV_SECTOR_SIZE | Mark Cave-Ayland | 2022-08-01 | 1 | -3/+4 |
* | scsi-disk: allow MODE SELECT block descriptor to set the block size | Mark Cave-Ayland | 2022-07-13 | 2 | -0/+7 |
* | scsi-disk: allow the MODE_PAGE_R_W_ERROR AWRE bit to be changeable for CDROM ... | Mark Cave-Ayland | 2022-07-13 | 1 | -0/+4 |
* | scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for Macintosh | Mark Cave-Ayland | 2022-07-13 | 2 | -1/+7 |
* | scsi-disk: add FORMAT UNIT command | Mark Cave-Ayland | 2022-07-13 | 2 | -0/+5 |
* | scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci... | Mark Cave-Ayland | 2022-07-13 | 1 | -2/+28 |
* | scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for Macintosh | Mark Cave-Ayland | 2022-07-13 | 1 | -4/+23 |
* | scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for Macintosh | Mark Cave-Ayland | 2022-07-13 | 1 | -0/+17 |
* | scsi-disk: add new quirks bitmap to SCSIDiskState | Mark Cave-Ayland | 2022-07-13 | 1 | -0/+1 |
* | scsi/lsi53c895a: really fix use-after-free in lsi_do_msgout (CVE-2022-0216) | Mauro Matteo Cascella | 2022-07-13 | 1 | -1/+2 |
* | scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216) | Mauro Matteo Cascella | 2022-07-06 | 1 | -1/+2 |
* | Trivial: 3 char repeat typos | Dr. David Alan Gilbert | 2022-06-28 | 1 | -1/+1 |
* | block: get rid of blk->guest_block_size | Stefan Hajnoczi | 2022-06-24 | 2 | -2/+0 |
* | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in... | Richard Henderson | 2022-06-11 | 1 | -1/+0 |
|\ |
|
| * | hw/vhost-user-scsi|blk: set `supports_config` flag correctly | Changpeng Liu | 2022-06-10 | 1 | -1/+0 |
* | | Fix 'writeable' typos | Peter Maydell | 2022-06-08 | 1 | -1/+1 |
|/ |
|
* | virtio: add vhost support for virtio devices | Jonah Palmer | 2022-05-16 | 1 | -0/+8 |
* | virtio: drop name parameter for virtio_init() | Jonah Palmer | 2022-05-16 | 1 | -2/+1 |
* | hw/virtio/vhost-user: don't suppress F_CONFIG when supported | Alex Bennée | 2022-05-16 | 1 | -0/+1 |
* | virtio-scsi: move request-related items from .h to .c | Stefan Hajnoczi | 2022-05-09 | 1 | -4/+41 |
* | virtio-scsi: clean up virtio_scsi_handle_cmd_vq() | Stefan Hajnoczi | 2022-05-09 | 1 | -4/+1 |
* | virtio-scsi: clean up virtio_scsi_handle_ctrl_vq() | Stefan Hajnoczi | 2022-05-09 | 1 | -4/+1 |
* | virtio-scsi: clean up virtio_scsi_handle_event_vq() | Stefan Hajnoczi | 2022-05-09 | 1 | -3/+1 |
* | virtio-scsi: don't waste CPU polling the event virtqueue | Stefan Hajnoczi | 2022-05-09 | 1 | -1/+1 |
* | virtio-scsi: fix ctrl and event handler functions in dataplane mode | Stefan Hajnoczi | 2022-05-09 | 1 | -15/+27 |
* | build: move vhost-scsi configuration to Kconfig | Paolo Bonzini | 2022-05-07 | 1 | -0/+5 |
* | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 2022-04-06 | 1 | -1/+1 |
* | hw: Fix misleading hexadecimal format | Philippe Mathieu-Daudé | 2022-03-24 | 1 | -2/+2 |
* | esp: recreate ESPState current_req after migration | Mark Cave-Ayland | 2022-03-09 | 1 | -0/+10 |
* | esp: include the current PDMA callback in the migration stream | Mark Cave-Ayland | 2022-03-09 | 1 | -0/+31 |
* | esp: convert ESPState pdma_cb from a function pointer to an integer | Mark Cave-Ayland | 2022-03-09 | 1 | -13/+31 |
* | esp: introduce esp_pdma_cb() function | Mark Cave-Ayland | 2022-03-09 | 1 | -2/+7 |
* | esp: introduce esp_set_pdma_cb() function | Mark Cave-Ayland | 2022-03-09 | 1 | -7/+12 |
* | osdep: Move memalign-related functions to their own header | Peter Maydell | 2022-03-07 | 1 | -0/+1 |
* | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell | 2022-02-21 | 3 | -0/+3 |
* | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 2022-02-21 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128... | Peter Maydell | 2022-01-29 | 2 | -2/+0 |
|\ |
|
| * | Remove unnecessary minimum_version_id_old fields | Peter Maydell | 2022-01-28 | 2 | -2/+0 |