index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-03
ahci: Fix SDB FIS Construction
John Snow
2
-9
/
+17
2014-11-03
ahci: Update byte count after DMA completion
John Snow
3
-14
/
+40
2014-11-03
ahci: Correct PIO/D2H FIS responses
John Snow
1
-23
/
+25
2014-10-30
fix off-by-one error in pci_piix3_xen_ide_unplug
James Harper
1
-2
/
+2
2014-10-24
hmp: Remove "info pcmcia"
Markus Armbruster
1
-1
/
+0
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+1
2014-10-20
ide: Complete conversion from BlockDriverState to BlockBackend
Markus Armbruster
1
-2
/
+4
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
14
-164
/
+173
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
6
-9
/
+9
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
3
-8
/
+8
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2
-3
/
+6
2014-10-20
blockdev: Eliminate drive_del()
Markus Armbruster
1
-1
/
+3
2014-10-15
ide: add calling add_boot_device_patch in bootindex setter function
Gonglei
1
-0
/
+5
2014-10-15
ide: add bootindex to qom property
Gonglei
1
-0
/
+42
2014-10-03
q35/ahci: Pick up -cdrom and -hda options
John Snow
2
-0
/
+17
2014-10-03
ide: Update ide_drive_get to be HBA agnostic
John Snow
1
-5
/
+17
2014-09-22
ahci: properly shadow the TFD register
John Snow
1
-14
/
+28
2014-09-22
ahci: MSI capability should be at 0x80, not 0x50.
John Snow
1
-1
/
+6
2014-09-22
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
1
-1
/
+1
2014-09-22
ide: Convert trim_aiocb_info.cancel to .cancel_async
Fam Zheng
1
-7
/
+5
2014-09-22
ide/ahci: Check for -ECANCELED in aio callbacks
Fam Zheng
2
-0
/
+15
2014-09-22
ide/atapi: Mark non-data commands as complete
John Snow
1
-4
/
+3
2014-09-10
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
4
-27
/
+37
2014-09-10
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
4
-15
/
+15
2014-09-10
IDE: MMIO IDE device control should be little endian
Valentin Manea
1
-2
/
+2
2014-09-10
xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()
Markus Armbruster
1
-1
/
+0
2014-09-08
ide: Add resize callback to ide/core
John Snow
1
-10
/
+59
2014-09-08
IDE: Fill the IDENTIFY request consistently
John Snow
1
-13
/
+15
2014-09-08
ide: Add wwn support to IDE-ATAPI drive
John Snow
1
-0
/
+14
2014-08-29
ide: Fix bootindex for bus_id > 9
Markus Armbruster
1
-1
/
+1
2014-08-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+8
2014-08-26
block: Pass errp in blkconf_geometry
Fam Zheng
1
-3
/
+8
2014-08-20
block: Drop some superfluous casts from void *
Markus Armbruster
1
-1
/
+1
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-13
/
+0
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
4
-13
/
+0
2014-08-15
ide: only constrain read/write requests to drive size, not other types
Michael Tokarev
1
-1
/
+2
2014-08-15
ide: Fix segfault when flushing a device that doesn't exist
Kevin Wolf
1
-1
/
+3
2014-08-15
cmd646: synchronise UDMA interrupt status with DMA interrupt status
Mark Cave-Ayland
1
-0
/
+24
2014-08-15
cmd646: allow MRDMODE interrupt status bits clearing from PCI config space
Mark Cave-Ayland
1
-2
/
+30
2014-08-15
cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEState
Mark Cave-Ayland
1
-5
/
+4
2014-08-15
cmd646: synchronise DMA interrupt status with UDMA interrupt status
Mark Cave-Ayland
1
-0
/
+22
2014-08-15
cmd646: add constants for CNTRL register access
Mark Cave-Ayland
1
-2
/
+5
2014-08-15
ahci: construct PIO Setup FIS for PIO commands
Paolo Bonzini
1
-0
/
+70
2014-08-15
ide: make all commands go through cmd_done
Paolo Bonzini
4
-24
/
+16
2014-08-15
ide: stop PIO transfer on errors
Paolo Bonzini
1
-3
/
+2
2014-08-15
ahci: remove duplicate PORT_IRQ_* constants
Paolo Bonzini
2
-24
/
+3
2014-08-15
ide: move retry constants out of BM_STATUS_* namespace
Paolo Bonzini
3
-23
/
+23
2014-08-15
ide: move BM_STATUS bits to pci.[ch]
Paolo Bonzini
3
-11
/
+11
2014-08-15
ide: fold add_status callback into set_inactive
Paolo Bonzini
6
-34
/
+15
[next]