index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
lsi53c895a.c
Age
Commit message (
Expand
)
Author
2013-01-22
lsi: use qbus_reset_all to reset SCSI bus
Paolo Bonzini
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-07-30
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
2012-07-26
lsi: avoid redundant tests of s->current != NULL
Paolo Bonzini
2012-07-26
lsi: introduce lsi_request_free
Paolo Bonzini
2012-07-26
lsi: use qdev_reset_all
Paolo Bonzini
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
2012-06-18
qbus: Make child devices links
Anthony Liguori
2012-04-05
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
2012-02-22
scsi: pass residual amount to command_complete
Paolo Bonzini
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
2011-12-12
Remove unnecessary casts from PCI DMA code in lsi53c895a
David Gibson
2011-11-01
lsi53c895a: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
2011-10-28
scsi: add channel to addressing
Paolo Bonzini
2011-10-28
scsi: allow arbitrary LUNs
Paolo Bonzini
2011-10-28
scsi: remove devs array from SCSIBus
Paolo Bonzini
2011-10-28
scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
Paolo Bonzini
2011-10-05
lsi: Fix tag reference in debug print
Jan Kiszka
2011-09-19
pci: interrupt pin documentation update
Michael S. Tsirkin
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
2011-09-10
lsi53c895a: avoid a warning from clang analyzer
Blue Swirl
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-12
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
lsi53c895a: convert to memory API
Avi Kivity
2011-07-23
Correct spelling of licensed
Matthew Fernandez
2011-07-19
scsi: Add 'hba_private' to SCSIRequest
Hannes Reinecke
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-06-20
lsi: Fix unused-but-set-variable warning
Christophe Fergeau
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-12
hw/lsi53c895a.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-05-26
scsi: rename arguments to the new callbacks
Paolo Bonzini
2011-05-26
scsi: split command_complete callback in two
Paolo Bonzini
2011-05-26
scsi: introduce scsi_req_get_buf
Paolo Bonzini
2011-05-26
scsi: introduce scsi_req_continue
Paolo Bonzini
2011-05-26
scsi: introduce scsi_req_new
Paolo Bonzini
2011-05-26
scsi: do not call send_command directly
Paolo Bonzini
2011-05-26
scsi: introduce scsi_req_cancel
Paolo Bonzini
2011-05-26
scsi: Use 'SCSIRequest' directly
Hannes Reinecke
2011-05-26
lsi: extract lsi_find_by_tag
Paolo Bonzini
2011-05-26
scsi: introduce SCSIBusOps
Paolo Bonzini
[next]