index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
pci.c
Age
Commit message (
Expand
)
Author
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2011-01-24
ide: Remove unneeded null pointer check
Stefan Weil
2011-01-24
ide: factor dma handling helpers
Christoph Hellwig
2010-12-17
ide: Split out BMDMA code from ATA core
Alexander Graf
2010-11-29
ide: Reset current_addr after stopping DMA
Kevin Wolf
2010-11-29
ide: Ignore double DMA transfer starts/stops
Kevin Wolf
2010-11-24
ide: convert bmdma address ioport to ioport_register()
Avi Kivity
2010-08-03
ide: Avoid canceling IDE DMA
Andrea Arcangeli
2010-07-26
ide: fix migration in the middle of a bmdma transfer
Juan Quintela
2010-07-26
Revert "ide save/restore current transfer fields"
Juan Quintela
2010-01-26
ide save/restore current transfer fields
Marcelo Tosatti
2009-10-27
ide: port pci ide to vmstate
Juan Quintela
2009-10-12
ide: split cmd646 and piix from pci.c
Juan Quintela
2009-10-12
ide: export needed ide-pci functions for split
Juan Quintela
2009-10-12
ide: create ide/pci.h for common ide pci definitions
Juan Quintela
2009-10-12
ide: Remove cast in pci_register_bar
Juan Quintela
2009-10-12
ide: change cast to DO_UPCAST
Juan Quintela
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-10-05
Rename pci_create_noinit() to pci_create()
Markus Armbruster
2009-10-05
switch ide bus to inplace allocation.
Gerd Hoffmann
2009-09-15
ide/pci: convert to qdev.
Gerd Hoffmann
2009-09-15
ide/pci: fix indention
Gerd Hoffmann
2009-09-04
mips malta: Fix fdc regression and use qdev for i8042 setup
Stefan Weil
2009-09-04
ide: pass down DriveInfo instead of BlockDriverState
Gerd Hoffmann
2009-08-27
ide: move code to hw/ide/
Gerd Hoffmann