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
/
ide
/
pci.c
Age
Commit message (
Expand
)
Author
2013-07-29
ide: Introduce abstract QOM type for PCIIDEState
Andreas Färber
2013-05-08
ide: Reset BMIDEA bit when the bus master is stopped
Kevin Wolf
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-01-17
ide: Remove wrong assertion
Kevin Wolf
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
block: move include files to include/block/
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-09-28
iostatus: change is_read to a bool
Paolo Bonzini
2012-02-10
ide: fix compilation errors when DEBUG_IDE is set
Hervé Poussineau
2012-01-21
Correct types in bmdma_addr_{read,write}
David Gibson
2011-12-12
Remove unnecessary casts from PCI DMA code in PCI IDE
David Gibson
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
2011-11-01
PCI IDE: Use PCI DMA stub functions
David Gibson
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-12
hw: Trim superfluous #include "block_int.h"
Markus Armbruster
2011-08-08
ide: convert to memory API
Avi Kivity
2011-06-15
ide: Clear error_status after restarting flush
Kevin Wolf
2011-06-15
ide: add TRIM support
Christoph Hellwig
2011-06-15
ide: allow other dma comands than read and write
Christoph Hellwig
2011-06-15
ide: Split error status from status register
Kevin Wolf
2011-05-18
ide: Turn debug messages into assertions
Kevin Wolf
2011-05-18
ide: cleanup warnings
Andrea Arcangeli
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