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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
lsi53c895a.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-30
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-3
/
+1
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-3
/
+1
2012-07-26
lsi: avoid redundant tests of s->current != NULL
Paolo Bonzini
1
-2
/
+3
2012-07-26
lsi: introduce lsi_request_free
Paolo Bonzini
1
-15
/
+16
2012-07-26
lsi: use qdev_reset_all
Paolo Bonzini
1
-12
/
+3
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
1
-3
/
+1
2012-06-18
qbus: Make child devices links
Anthony Liguori
1
-2
/
+3
2012-04-05
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
1
-1
/
+0
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
[next]