index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
vmw_pvscsi.c
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
1
-2
/
+2
*
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
1
-1
/
+1
*
pci: Let ld*_pci_dma() propagate MemTxResult
Philippe Mathieu-Daudé
2021-12-31
1
-6
/
+10
*
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+2
*
pci: Let st*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+2
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-2
/
+1
*
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
2021-03-06
1
-0
/
+39
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
1
-2
/
+2
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-4
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-5
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-4
/
+7
*
vmw_pvscsi: Rename QOM class cast macros
Eduardo Habkost
2020-08-27
1
-4
/
+4
*
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-1
/
+1
*
hw/scsi/vmw_pvscsi: Remove assertion for kick after reset
Elazar Leibovich
2020-04-01
1
-1
/
+4
*
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2020-02-20
1
-5
/
+3
*
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-30
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw/scsi/vmw_pvscsi: Use qbus_reset_all() directly
Philippe Mathieu-Daudé
2019-06-06
1
-2
/
+2
*
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2019-02-17
1
-1
/
+1
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
1
-2
/
+2
*
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
1
-1
/
+1
*
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+2
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-1
/
+1
*
hw/scsi/vmw_pvscsi: Convert to realize
Mao Zhongyi
2017-08-01
1
-5
/
+3
*
hw/scsi/vmw_pvscsi: Remove the dead error handling
Mao Zhongyi
2017-08-01
1
-4
/
+0
*
vmw_pvscsi: check message ring page count at initialisation
P J P
2017-05-05
1
-1
/
+1
*
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
2017-01-24
1
-1
/
+1
*
scsi: pvscsi: limit process IO loop to ring size
Prasad J Pandit
2016-09-14
1
-1
/
+4
*
scsi: pvscsi: limit loop to fetch SG list
Prasad J Pandit
2016-09-13
1
-5
/
+6
*
vmw_pvscsi: check page count while initialising descriptor rings
Prasad J Pandit
2016-09-13
1
-10
/
+9
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
vmw_pvscsi: remove unnecessary internal msi state flag
Cao jin
2016-07-05
1
-6
/
+3
*
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
1
-1
/
+1
*
change pvscsi_init_msi() type to void
Cao jin
2016-07-05
1
-3
/
+1
*
scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
Prasad J Pandit
2016-05-29
1
-4
/
+20
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
hw/scsi: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability property
Shmulik Ladkani
2015-12-17
1
-0
/
+2
*
vmw_pvscsi: The pvscsi device is a PCIE endpoint
Shmulik Ladkani
2015-12-17
1
-1
/
+53
*
vmw_pvscsi: coding: Introduce PVSCSIClass
Shmulik Ladkani
2015-12-17
1
-0
/
+10
*
vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability property
Shmulik Ladkani
2015-12-17
1
-0
/
+2
*
vmw_pvscsi: Change offset of msi pci capability
Shmulik Ladkani
2015-12-17
1
-2
/
+3
*
vmw_pvscsi: Set device subsystem and revision
Shmulik Ladkani
2015-12-17
1
-3
/
+20
[next]