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
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-01
PCI IDE: Use PCI DMA stub functions
David Gibson
1
-9
/
+10
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-1
/
+1
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
1
-1
/
+0
2011-08-08
ide: convert to memory API
Avi Kivity
1
-11
/
+14
2011-06-15
ide: Clear error_status after restarting flush
Kevin Wolf
1
-7
/
+11
2011-06-15
ide: add TRIM support
Christoph Hellwig
1
-2
/
+7
2011-06-15
ide: allow other dma comands than read and write
Christoph Hellwig
1
-3
/
+3
2011-06-15
ide: Split error status from status register
Kevin Wolf
1
-7
/
+66
2011-05-18
ide: Turn debug messages into assertions
Kevin Wolf
1
-6
/
+2
2011-05-18
ide: cleanup warnings
Andrea Arcangeli
1
-2
/
+2
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
1
-1
/
+0
2011-01-24
ide: Remove unneeded null pointer check
Stefan Weil
1
-3
/
+1
2011-01-24
ide: factor dma handling helpers
Christoph Hellwig
1
-7
/
+2
2010-12-17
ide: Split out BMDMA code from ATA core
Alexander Graf
1
-3
/
+277
2010-11-29
ide: Reset current_addr after stopping DMA
Kevin Wolf
1
-1
/
+1
2010-11-29
ide: Ignore double DMA transfer starts/stops
Kevin Wolf
1
-28
/
+32
2010-11-24
ide: convert bmdma address ioport to ioport_register()
Avi Kivity
1
-53
/
+18
2010-08-03
ide: Avoid canceling IDE DMA
Andrea Arcangeli
1
-2
/
+21
2010-07-26
ide: fix migration in the middle of a bmdma transfer
Juan Quintela
1
-0
/
+30
2010-07-26
Revert "ide save/restore current transfer fields"
Juan Quintela
1
-6
/
+2
2010-01-26
ide save/restore current transfer fields
Marcelo Tosatti
1
-2
/
+6
2009-10-27
ide: port pci ide to vmstate
Juan Quintela
1
-59
/
+36
2009-10-12
ide: split cmd646 and piix from pci.c
Juan Quintela
1
-338
/
+0
2009-10-12
ide: export needed ide-pci functions for split
Juan Quintela
1
-10
/
+10
2009-10-12
ide: create ide/pci.h for common ide pci definitions
Juan Quintela
1
-13
/
+1
2009-10-12
ide: Remove cast in pci_register_bar
Juan Quintela
1
-12
/
+6
2009-10-12
ide: change cast to DO_UPCAST
Juan Quintela
1
-2
/
+2
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-1
/
+1
2009-10-05
Rename pci_create_noinit() to pci_create()
Markus Armbruster
1
-1
/
+1
2009-10-05
switch ide bus to inplace allocation.
Gerd Hoffmann
1
-21
/
+21
2009-09-15
ide/pci: convert to qdev.
Gerd Hoffmann
1
-69
/
+117
2009-09-15
ide/pci: fix indention
Gerd Hoffmann
1
-6
/
+6
2009-09-04
mips malta: Fix fdc regression and use qdev for i8042 setup
Stefan Weil
1
-9
/
+4
2009-09-04
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
1
-8
/
+3
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann
1
-0
/
+523