]> Git Repo - qemu.git/history - hw/ide
e1000: Make little endian
[qemu.git] / hw / ide /
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-29 Kevin Wolfide: Reset current_addr after stopping DMA
2010-11-29 Kevin Wolfide: Ignore double DMA transfer starts/stops
2010-11-29 Kevin Wolfide: Set bus master inactive on error
2010-11-29 Kevin Wolfide: Factor ide_dma_set_inactive out
2010-11-24 Avi Kivityide: convert bmdma address ioport to ioport_register()
2010-11-22 Stefan Weilpci: Replace unneeded type casts in calls of pci_regist...
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-04 Kevin Wolfide: Handle immediate bdrv_aio_flush failure
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-26 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-10-22 Kevin Wolfide: Handle flush failure
2010-10-22 Kevin Wolfide: Factor ide_flush_cache out
2010-10-22 Christoph Hellwigide: set WCACHE supported in IDENTIFY data
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Christoph Hellwigide: propagate the required alignment
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-08 Jonathan A. KollaschImprove ATA IDENTIFY word 64 contents.
2010-08-24 Blue SwirlRearrange block headers
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-09 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-03 Andrea Arcangeliide: Avoid canceling IDE DMA
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-27 Blue SwirlFix uint8_t comparisons with negative values
2010-07-26 Juan Quintelaide: fix migration in the middle of a bmdma transfer
2010-07-26 Juan Quintelaide: fix migration in the middle of pio operation
2010-07-26 Juan QuintelaRevert "ide save/restore current transfer fields"
2010-07-26 Juan QuintelaRevert "ide save/restore pio/atapi cmd transfer fields...
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-26 Aurelien Jarnoide/atapi: add support for GET EVENT STATUS NOTIFICATION
2010-07-16 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-13 Markus Armbrusteride scsi virtio-blk: Reject empty drives unless media...
2010-07-13 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-12 Isaku Yamahatapci/multi function bit: fix vt82c686.c.
2010-07-11 Isaku Yamahatapci: don't overwrite multi functio bit in pci header...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-07-06 Markus Armbrusteride: Reject invalid CHS geometry
2010-07-06 Markus Armbrusteride: Reject readonly drives unless CD-ROM
2010-07-06 Markus Armbrusteride: Make ide_init_drive() return success
2010-07-06 Markus Armbrusteride: Replace IDEState members is_cdrom, is_cf by drive_kind
2010-07-06 Markus Armbrusteride: Improve error messages
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterpc: Fix CMOS info for drives defined with -device
2010-07-02 Markus Armbrusteride: Make PIIX and ISA IDE init functions return the...
2010-07-02 Markus Armbrusterblock: Fix virtual media change for if=none
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-07-02 Markus Armbrusteride: Make it explicit that ide_create_drive() can't...
2010-06-29 Huacai ChenMIPS: Initial support of VIA IDE controller used by...
2010-06-15 Markus Armbrusterblock: Move error actions from DriveInfo to BlockDriver...
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-06-04 Markus Armbrusteride: Fix info qtree for ide-drive.ver
2010-06-04 Markus Armbrusteride: Turn drive serial into a qdev property ide-drive...
2010-06-04 Markus Armbrusteride: Split non-qdev code off ide_init2()
2010-06-04 Markus Armbrusteride: Change ide_init_drive() to require valid dinfo...
2010-06-04 Markus Armbrusteride: Split ide_init1() off ide_init2()
2010-06-04 Markus Armbrusteride: Remove redundant IDEState member conf
2010-06-04 Markus Armbrusteride: Remove useless IDEDeviceInfo members unit, drive
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-17 Kevin Wolfide: Fix ide_dma_cancel
2010-05-14 Blue Swirlide: make a table 'const'
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-05-01 Igor V. Kovalenkocmd646: fix abort due to changed opaque pointer for...
2010-05-01 Igor V. Kovalenkocmd646: pass pci_dev as it needs it
2010-03-29 Blue SwirlCompile ide/macio only once
2010-03-27 Blue SwirlFix build
2010-03-27 Blue SwirlCompile ide/core only once
2010-03-08 Luiz Capitulinoblock: Emit BLOCK_IO_ERROR before vm_stop() call
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-20 Blue SwirlFix warning on mingw32
2010-02-19 Marcelo Tosattiide save/restore pio/atapi cmd transfer fields and...
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Christoph Hellwigide: add topology support
2010-02-10 Christoph Hellwigblock: add topology qdev properties
2010-02-10 Luiz Capitulinoide: Generate BLOCK_IO_ERROR QMP event
2010-01-26 Marcelo Tosattiide save/restore current transfer fields
2010-01-19 Gerd Hoffmannide: device version property
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Michael S. Tsirkincmd646: symbolic names for pci registers
2009-12-23 Michael S. Tsirkinpiix: symbolic constants
2009-12-13 Igor V. Kovalenkoworkaround for cmd646 bmdma register access while no...
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-04 Blue SwirlAdd "static" to please Sparse
2009-12-03 Thadeu Lima de Sou... ide: implement stub for audio control/volume read
2009-12-03 Thadeu Lima de Sou... ide: Use some already defined page macros instead of...
2009-12-03 Kevin Wolfide: Implement rerror option
next
This page took 0.201036 seconds and 7 git commands to generate.