index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
vmw_pvscsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
1
-4
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-5
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-4
/
+7
2020-08-27
vmw_pvscsi: Rename QOM class cast macros
Eduardo Habkost
1
-4
/
+4
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
1
-1
/
+1
2020-04-01
hw/scsi/vmw_pvscsi: Remove assertion for kick after reset
Elazar Leibovich
1
-1
/
+4
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
1
-5
/
+3
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-06
hw/scsi/vmw_pvscsi: Use qbus_reset_all() directly
Philippe Mathieu-Daudé
1
-2
/
+2
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
1
-1
/
+1
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-2
/
+2
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-1
/
+1
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+2
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-1
/
+1
2017-08-01
hw/scsi/vmw_pvscsi: Convert to realize
Mao Zhongyi
1
-5
/
+3
2017-08-01
hw/scsi/vmw_pvscsi: Remove the dead error handling
Mao Zhongyi
1
-4
/
+0
2017-05-05
vmw_pvscsi: check message ring page count at initialisation
P J P
1
-1
/
+1
2017-01-24
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
1
-1
/
+1
2016-09-14
scsi: pvscsi: limit process IO loop to ring size
Prasad J Pandit
1
-1
/
+4
2016-09-13
scsi: pvscsi: limit loop to fetch SG list
Prasad J Pandit
1
-5
/
+6
2016-09-13
vmw_pvscsi: check page count while initialising descriptor rings
Prasad J Pandit
1
-10
/
+9
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+1
2016-07-05
vmw_pvscsi: remove unnecessary internal msi state flag
Cao jin
1
-6
/
+3
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
1
-1
/
+1
2016-07-05
change pvscsi_init_msi() type to void
Cao jin
1
-3
/
+1
2016-05-29
scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
Prasad J Pandit
1
-4
/
+20
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
hw/scsi: Clean up includes
Peter Maydell
1
-0
/
+1
2015-12-17
vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability property
Shmulik Ladkani
1
-0
/
+2
2015-12-17
vmw_pvscsi: The pvscsi device is a PCIE endpoint
Shmulik Ladkani
1
-1
/
+53
2015-12-17
vmw_pvscsi: coding: Introduce PVSCSIClass
Shmulik Ladkani
1
-0
/
+10
2015-12-17
vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability property
Shmulik Ladkani
1
-0
/
+2
2015-12-17
vmw_pvscsi: Change offset of msi pci capability
Shmulik Ladkani
1
-2
/
+3
2015-12-17
vmw_pvscsi: Set device subsystem and revision
Shmulik Ladkani
1
-3
/
+20
2015-06-19
pci: Don't register a specialized 'config_write' if default behavior is intended
Shmulik Ladkani
1
-8
/
+0
2015-03-25
vmw_pvscsi: use PCI DMA APIs
Paolo Bonzini
1
-21
/
+21
2014-10-15
scsi: Convert pvscsi HBA to hotplug handler API
Igor Mammedov
1
-8
/
+18
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-3
/
+0
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-2
/
+1
2014-03-26
scsi: check req pointer before dereferencing it
Prasad Joshi
1
-1
/
+2
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+2
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+2
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-1
/
+1
[next]