index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
1
-8
/
+4
2017-12-18
hw/ide: remove old i386 dependency
Philippe Mathieu-Daudé
9
-10
/
+2
2017-10-31
ide: avoid referencing NULL dev in rotational rate setting
Daniel P. Berrange
1
-1
/
+3
2017-10-31
hw/ide/ahci: Move allwinner code into a separate file
Thomas Huth
3
-95
/
+128
2017-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+2
2017-10-17
macio: add missing registers to VMStateDescription
Mark Cave-Ayland
1
-1
/
+3
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2
-0
/
+8
2017-10-12
ide: support reporting of rotation rate
Daniel P. Berrange
2
-0
/
+2
2017-09-27
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...
Peter Maydell
2
-2
/
+6
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2
-2
/
+6
2017-09-27
macio: use object link between MACIO_IDE and MAC_DBDMA object
Mark Cave-Ayland
1
-3
/
+6
2017-09-27
macio: pass channel into MACIOIDEState via qdev property
Mark Cave-Ayland
1
-2
/
+8
2017-09-27
macio: convert pmac_ide_ops from old_mmio
Mark Cave-Ayland
1
-106
/
+75
2017-09-27
ppc/ide/macio: Add missing registers
Benjamin Herrenschmidt
1
-3
/
+41
2017-09-22
ide: fix enum comparison for gcc 4.7
John Snow
2
-2
/
+2
2017-09-18
hw/ide: Convert DeviceClass init to realize
Mao Zhongyi
2
-47
/
+46
2017-09-18
AHCI: remove DPRINTF macro
John Snow
1
-9
/
+0
2017-09-18
AHCI: pretty-print FIS to buffer instead of stderr
John Snow
2
-10
/
+22
2017-09-18
AHCI: Rework IRQ constants
John Snow
3
-21
/
+74
2017-09-18
AHCI: Replace DPRINTF with trace-events
John Snow
2
-89
/
+117
2017-09-18
IDE: replace DEBUG_AIO with trace events
John Snow
3
-11
/
+21
2017-09-18
ATAPI: Replace DEBUG_IDE_ATAPI with tracing events
John Snow
2
-41
/
+38
2017-09-18
IDE: add tracing for data ports
John Snow
2
-1
/
+16
2017-09-18
IDE: Add register hints to tracing
John Snow
2
-24
/
+72
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
6
-69
/
+79
2017-09-18
hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false
Thomas Huth
1
-0
/
+3
2017-09-18
ide: ahci: unparent children buses before freeing their memory
Igor Mammedov
1
-0
/
+1
2017-08-10
IDE: Do not flush empty CDROM drives
Stefan Hajnoczi
1
-1
/
+9
2017-07-19
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
3
-2
/
+369
2017-07-18
ahci: split public and private interface
John Snow
3
-2
/
+361
2017-07-18
ahci: add ahci_get_num_ports
John Snow
1
-0
/
+8
2017-07-18
ide: bdrv_attach_dev() for empty CD-ROM
Kevin Wolf
1
-0
/
+3
2017-07-03
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
1
-1
/
+1
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-03-15
ide: ahci: call cleanup function in ahci unit
Li Qiang
1
-0
/
+12
2017-03-15
ide: core: add cleanup function
Li Qiang
1
-0
/
+8
2017-03-15
ide: qdev: register ide bus unrealize function
Li Qiang
1
-6
/
+6
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-2
/
+6
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
1
-1
/
+1
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2017-02-21
hw: Drop superfluous special checks for orphaned -drive
Markus Armbruster
1
-17
/
+0
2017-02-10
ahci: advertise HOST_CAP_64
Ladi Prosek
1
-1
/
+1
2017-01-27
xen-platform: add missing disk unplug option
Paul Durrant
1
-2
/
+2
2016-11-14
atapi: classify read_cd as conditionally returning data
John Snow
1
-11
/
+40
2016-10-27
macio: switch over to new byte-aligned DMA helpers
Mark Cave-Ayland
1
-185
/
+28
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
2
-3
/
+5
2016-10-04
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+4
2016-09-29
ide: Fix memory leak in ide_register_restart_cb()
Ashijeet Acharya
2
-1
/
+12
2016-09-29
ahci: clear aiocb in ncq_cb
John Snow
1
-0
/
+1
2016-09-29
ide: fix DMA register transitions
John Snow
1
-1
/
+1
[next]