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
/
ide
/
ahci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
q35/ahci: Pick up -cdrom and -hda options
John Snow
2014-10-03
1
-0
/
+15
*
ahci: properly shadow the TFD register
John Snow
2014-09-22
1
-14
/
+28
*
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
2014-09-22
1
-0
/
+3
*
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
1
-1
/
+2
*
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
1
-2
/
+2
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-19
1
-2
/
+0
|
\
|
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
1
-2
/
+0
*
|
ahci: construct PIO Setup FIS for PIO commands
Paolo Bonzini
2014-08-15
1
-0
/
+70
*
|
ide: make all commands go through cmd_done
Paolo Bonzini
2014-08-15
1
-13
/
+3
*
|
ahci: remove duplicate PORT_IRQ_* constants
Paolo Bonzini
2014-08-15
1
-3
/
+3
*
|
ide: fold add_status callback into set_inactive
Paolo Bonzini
2014-08-15
1
-9
/
+0
*
|
ide: remove wrong setting of BM_STATUS_INT
Paolo Bonzini
2014-08-15
1
-4
/
+0
*
|
ide: simplify start_transfer callbacks
Paolo Bonzini
2014-08-15
1
-3
/
+1
*
|
ide: simplify async_cmd_done callbacks
Paolo Bonzini
2014-08-15
1
-3
/
+1
*
|
ide: simplify set_inactive callbacks
Paolo Bonzini
2014-08-15
1
-6
/
+0
*
|
ide: simplify reset callbacks
Paolo Bonzini
2014-08-15
1
-6
/
+0
|
/
*
ahci: map memory via device's address space instead of address_space_memory
Le Tan
2014-07-07
1
-10
/
+11
*
ahci.c: mask unused flags when reading size PRDT DBC
Reza Jelveh
2014-07-07
1
-3
/
+8
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-3
/
+3
*
ahci: fix buffer overrun on invalid state load
Michael S. Tsirkin
2014-05-05
1
-1
/
+1
*
hw/ide/ahci.c: Avoid shift left into sign bit
Peter Maydell
2014-04-18
1
-2
/
+2
*
ahci: fix sysbus support
Rob Herring
2014-03-18
1
-5
/
+8
*
ahci: fix win7 hang on boot
Alexander Graf
2013-10-29
1
-1
/
+2
*
ahci: set ahci mode on reset
Michael S. Tsirkin
2013-10-11
1
-1
/
+9
*
ide: Pass size to ide_bus_new()
Andreas Färber
2013-08-30
1
-1
/
+1
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
ahci: Use QOM realize for ahci
Hu Tao
2013-07-23
1
-7
/
+7
*
ahci: QOM'ify some more
Hu Tao
2013-07-23
1
-5
/
+11
*
ide/ich: QOM parent field cleanup
Andreas Färber
2013-07-23
1
-5
/
+6
*
ahci: Fix FLUSH command
Kevin Wolf
2013-07-15
1
-1
/
+7
*
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-2
/
+4
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
dma: keep a device alive while it has SGLists
Paolo Bonzini
2013-07-04
1
-1
/
+4
*
dma: eliminate DMAContext
Paolo Bonzini
2013-06-20
1
-9
/
+9
*
ahci: Don't allow creating slave drives
Kevin Wolf
2013-05-08
1
-1
/
+1
*
include: avoid useless includes of exec/ headers
Paolo Bonzini
2013-04-15
1
-1
/
+0
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
ahci: Add migration support
Jason Baron
2013-01-25
1
-1
/
+81
*
ahci: Change data types in preparation for migration
Kevin Wolf
2013-01-25
1
-4
/
+4
*
ahci: Remove unused AHCIDevice fields
Jason Baron
2013-01-25
1
-6
/
+2
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-2
/
+2
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-5
/
+5
*
ahci: properly reset PxCMD on HBA reset
Jason Baron
2012-09-12
1
-1
/
+1
*
ahci: Fix sglist memleak in ahci_dma_rw_buf()
Jason Baron
2012-08-10
1
-0
/
+3
*
ahci: Fix ahci cdrom read corruptions for reads > 128k
Jason Baron
2012-08-10
1
-7
/
+34
[next]