index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
lsi53c895a.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-6
/
+6
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2012-07-30
1
-3
/
+1
|
\
|
*
Merge branch pci into master
Michael S. Tsirkin
2012-07-29
1
-3
/
+1
|
|
\
|
|
*
pci: convert PCIUnregisterFunc to void
Alex Williamson
2012-07-04
1
-3
/
+1
*
|
|
lsi: avoid redundant tests of s->current != NULL
Paolo Bonzini
2012-07-26
1
-2
/
+3
*
|
|
lsi: introduce lsi_request_free
Paolo Bonzini
2012-07-26
1
-15
/
+16
*
|
|
lsi: use qdev_reset_all
Paolo Bonzini
2012-07-26
1
-12
/
+3
|
/
/
*
|
qbus: Make child devices links
Anthony Liguori
2012-06-18
1
-2
/
+3
|
/
*
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
2012-04-05
1
-1
/
+0
*
scsi: pass residual amount to command_complete
Paolo Bonzini
2012-02-22
1
-1
/
+1
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
2012-02-03
1
-2
/
+0
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-8
/
+11
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-12
/
+19
*
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
2012-01-27
1
-1
/
+1
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-1
/
+1
*
Remove unnecessary casts from PCI DMA code in lsi53c895a
David Gibson
2011-12-12
1
-2
/
+2
*
lsi53c895a: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
2011-11-01
1
-17
/
+16
*
scsi: add channel to addressing
Paolo Bonzini
2011-10-28
1
-2
/
+2
*
scsi: allow arbitrary LUNs
Paolo Bonzini
2011-10-28
1
-1
/
+2
*
scsi: remove devs array from SCSIBus
Paolo Bonzini
2011-10-28
1
-15
/
+7
*
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
2011-10-28
1
-3
/
+6
*
lsi: Fix tag reference in debug print
Jan Kiszka
2011-10-05
1
-1
/
+1
*
pci: interrupt pin documentation update
Michael S. Tsirkin
2011-09-19
1
-2
/
+1
*
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
2011-09-12
1
-1
/
+0
*
lsi53c895a: avoid a warning from clang analyzer
Blue Swirl
2011-09-10
1
-4
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-6
/
+6
*
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
2011-08-12
1
-2
/
+2
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-4
/
+3
*
lsi53c895a: convert to memory API
Avi Kivity
2011-08-08
1
-202
/
+56
*
Correct spelling of licensed
Matthew Fernandez
2011-07-23
1
-1
/
+1
*
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
2011-07-19
1
-14
/
+8
*
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-06-22
1
-9
/
+4
|
\
|
*
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-15
1
-84
/
+130
|
|
\
|
*
|
hw/lsi53c895a.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-06-12
1
-9
/
+4
*
|
|
lsi: Fix unused-but-set-variable warning
Christophe Fergeau
2011-06-20
1
-2
/
+0
|
|
/
|
/
|
*
|
scsi: rename arguments to the new callbacks
Paolo Bonzini
2011-05-26
1
-10
/
+10
*
|
scsi: split command_complete callback in two
Paolo Bonzini
2011-05-26
1
-25
/
+33
*
|
scsi: introduce scsi_req_get_buf
Paolo Bonzini
2011-05-26
1
-1
/
+1
*
|
scsi: introduce scsi_req_continue
Paolo Bonzini
2011-05-26
1
-14
/
+8
*
|
scsi: introduce scsi_req_new
Paolo Bonzini
2011-05-26
1
-2
/
+1
*
|
scsi: do not call send_command directly
Paolo Bonzini
2011-05-26
1
-1
/
+1
*
|
scsi: introduce scsi_req_cancel
Paolo Bonzini
2011-05-26
1
-5
/
+25
*
|
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
2011-05-26
1
-24
/
+32
*
|
lsi: extract lsi_find_by_tag
Paolo Bonzini
2011-05-26
1
-25
/
+38
*
|
scsi: introduce SCSIBusOps
Paolo Bonzini
2011-05-26
1
-1
/
+5
*
|
lsi53c895a: Rename 'sense' to 'status'
Hannes Reinecke
2011-05-08
1
-9
/
+9
|
/
*
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
2011-05-05
1
-0
/
+57
|
\
|
*
lsi53c895a: add support for ABORT messages
Bernhard Kohl
2011-04-01
1
-0
/
+57
*
|
hda-intel: convert to pci_register_bar_simple() (partial)
Avi Kivity
2011-04-07
1
-11
/
+1
|
/
[next]