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
/
lsi53c895a.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lsi53c895a: avoid out of bounds access to s->msg[]
Paolo Bonzini
2024-04-02
1
-7
/
+12
*
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
2024-03-09
1
-1
/
+1
|
\
|
*
hw/scsi/lsi53c895a: Fix typo in comment
BALATON Zoltan
2024-03-09
1
-1
/
+1
*
|
hw/scsi/lsi53c895a: stop script on phase mismatch
Sven Schnelle
2024-03-08
1
-4
/
+12
*
|
hw/scsi/lsi53c895a: add timer to scripts processing
Sven Schnelle
2024-03-08
1
-10
/
+33
|
/
*
hw/scsi/lsi53c895a: add missing decrement of reentrancy counter
Sven Schnelle
2024-02-05
1
-0
/
+1
*
hw/scsi: Constify VMState
Richard Henderson
2023-12-30
1
-1
/
+1
*
hw/other: spelling fixes
Michael Tokarev
2023-09-21
1
-1
/
+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
*
lsi53c895a: disable reentrancy detection for script RAM
Alexander Bulekov
2023-04-28
1
-0
/
+6
*
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
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
*
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
*
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2022-02-21
1
-1
/
+1
*
hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
Philippe Mathieu-Daudé
2021-11-30
1
-2
/
+1
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-1
/
+1
*
lsilogic: Use PCIDevice::exit instead of DeviceState::unrealize
Peng Liang
2021-03-06
1
-2
/
+2
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
1
-3
/
+3
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)
Paolo Bonzini
2019-08-20
1
-14
/
+27
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot 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: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
2019-06-06
1
-1
/
+1
*
lsi: 810/895A are always little endian
Sven Schnelle
2019-03-11
1
-4
/
+3
*
lsi: return dfifo value
Sven Schnelle
2019-03-11
1
-1
/
+1
*
lsi: use SCSI phase names instead of numbers in trace
Sven Schnelle
2019-03-11
1
-8
/
+23
*
lsi: use enum type for s->msg_action
Sven Schnelle
2019-03-11
1
-11
/
+16
*
lsi: use enum type for s->waiting
Sven Schnelle
2019-03-11
1
-19
/
+23
*
lsi: use ldn_le_p()/stn_le_p()
Sven Schnelle
2019-03-11
1
-20
/
+4
*
lsi: check if SIGP bit is already set in Wait reselect
Sven Schnelle
2019-03-11
1
-2
/
+4
*
lsi: implement basic SBCL functionality
Sven Schnelle
2019-03-11
1
-4
/
+27
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-3
/
+3
*
lsi: Reselection needed to remove pending commands from queue
George Kennedy
2018-11-27
1
-12
/
+36
*
lsi53c895a: check message length value is valid
Prasad J Pandit
2018-11-06
1
-2
/
+17
*
lsi53c895a: convert to trace-events
Mark Cave-Ayland
2018-10-02
1
-111
/
+103
*
lsi53c895a: add optional external IRQ via qdev
Mark Cave-Ayland
2018-09-25
1
-2
/
+14
*
scsi: remove unused lsi53c895a_create() and lsi53c810_create() functions
Mark Cave-Ayland
2018-09-25
1
-14
/
+0
*
scsi: add lsi53c8xx_handle_legacy_cmdline() function
Mark Cave-Ayland
2018-09-25
1
-0
/
+7
*
lsi_scsi: add support for PPR Extended Message
George Kennedy
2018-08-23
1
-0
/
+4
*
hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
2018-03-18
1
-0
/
+7
*
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
Thomas Huth
2018-03-06
1
-1
/
+1
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
[next]