index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
lsi53c895a.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
1
-1
/
+1
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
1
-2
/
+0
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-8
/
+11
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-12
/
+19
2012-01-27
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
1
-1
/
+1
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-1
/
+1
2011-12-12
Remove unnecessary casts from PCI DMA code in lsi53c895a
David Gibson
1
-2
/
+2
2011-11-01
lsi53c895a: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-17
/
+16
2011-10-28
scsi: add channel to addressing
Paolo Bonzini
1
-2
/
+2
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
1
-1
/
+2
2011-10-28
scsi: remove devs array from SCSIBus
Paolo Bonzini
1
-15
/
+7
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
1
-3
/
+6
2011-10-05
lsi: Fix tag reference in debug print
Jan Kiszka
1
-1
/
+1
2011-09-19
pci: interrupt pin documentation update
Michael S. Tsirkin
1
-2
/
+1
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
1
-1
/
+0
2011-09-10
lsi53c895a: avoid a warning from clang analyzer
Blue Swirl
1
-4
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-6
/
+6
2011-08-12
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
1
-2
/
+2
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-4
/
+3
2011-08-08
lsi53c895a: convert to memory API
Avi Kivity
1
-202
/
+56
2011-07-23
Correct spelling of licensed
Matthew Fernandez
1
-1
/
+1
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
1
-14
/
+8
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-9
/
+4
2011-06-20
lsi: Fix unused-but-set-variable warning
Christophe Fergeau
1
-2
/
+0
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-84
/
+130
2011-06-12
hw/lsi53c895a.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
1
-9
/
+4
2011-05-26
scsi: rename arguments to the new callbacks
Paolo Bonzini
1
-10
/
+10
2011-05-26
scsi: split command_complete callback in two
Paolo Bonzini
1
-25
/
+33
2011-05-26
scsi: introduce scsi_req_get_buf
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: introduce scsi_req_continue
Paolo Bonzini
1
-14
/
+8
2011-05-26
scsi: introduce scsi_req_new
Paolo Bonzini
1
-2
/
+1
2011-05-26
scsi: do not call send_command directly
Paolo Bonzini
1
-1
/
+1
2011-05-26
scsi: introduce scsi_req_cancel
Paolo Bonzini
1
-5
/
+25
2011-05-26
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
1
-24
/
+32
2011-05-26
lsi: extract lsi_find_by_tag
Paolo Bonzini
1
-25
/
+38
2011-05-26
scsi: introduce SCSIBusOps
Paolo Bonzini
1
-1
/
+5
2011-05-08
lsi53c895a: Rename 'sense' to 'status'
Hannes Reinecke
1
-9
/
+9
2011-05-05
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
1
-0
/
+57
2011-04-07
hda-intel: convert to pci_register_bar_simple() (partial)
Avi Kivity
1
-11
/
+1
2011-04-01
lsi53c895a: add support for ABORT messages
Bernhard Kohl
1
-0
/
+57
2011-03-06
lsi53c895a: Update dnad when skipping MSGOUT bytes
Stefan Hajnoczi
1
-2
/
+9
2011-01-14
lsi53c895a: fix endianness issues
Aurelien Jarno
1
-2
/
+2
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-2
/
+4
2010-11-22
pci: Replace unneeded type casts in calls of pci_register_bar
Stefan Weil
1
-4
/
+3
2010-10-13
lsi53c895a: avoid a write only variable
Blue Swirl
1
-0
/
+1
2010-09-08
scsi: fix and improve debug prints
Bernhard Kohl
1
-2
/
+2
2010-07-06
scsi: Fix SCSI bus reset
Jan Kiszka
1
-2
/
+13
2010-07-02
scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers
Markus Armbruster
1
-1
/
+1
2010-06-29
lsi53c895a: fix Phase Mismatch Jump
Paolo Bonzini
1
-3
/
+3
[next]