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
2014-07-15
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
1
-1
/
+1
2014-06-26
ahci: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-1
/
+1
2014-06-25
ide: Correct improper smart self test counter reset in ide core.
Benoît Canet
1
-1
/
+1
2013-11-05
bswap.h: Remove cpu_to_be16wu()
Peter Maydell
1
-8
/
+8
2013-11-05
ide: Drop ide_init2_with_non_qdev_drives()
Andreas Färber
2
-51
/
+0
2013-11-05
microdrive: Coding Style cleanups
Andreas Färber
1
-24
/
+38
2013-11-05
pcmcia: QOM'ify PCMCIACardState and MicroDriveState
Andreas Färber
1
-47
/
+123
2013-10-31
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
1
-1
/
+2
2013-10-31
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2
-2
/
+3
2013-10-29
ahci: fix win7 hang on boot
Alexander Graf
1
-1
/
+2
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2
-2
/
+3
2013-10-11
ahci: set ahci mode on reset
Michael S. Tsirkin
1
-1
/
+9
2013-08-30
qdev: Pass size to qbus_create_inplace()
Andreas Färber
1
-1
/
+1
2013-08-30
ide: Pass size to ide_bus_new()
Andreas Färber
9
-9
/
+11
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
1
-3
/
+3
2013-07-29
ide: Introduce abstract QOM type for PCIIDEState
Andreas Färber
5
-60
/
+82
2013-07-29
ide/piix: QOM casting sweep
Peter Crosthwaite
1
-4
/
+4
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
6
-0
/
+8
2013-07-27
PPC: dbdma: macio: Fix format specifiers (build regression)
Stefan Weil
1
-4
/
+5
2013-07-23
ahci: Use QOM realize for ahci
Hu Tao
1
-7
/
+7
2013-07-23
ahci: QOM'ify some more
Hu Tao
1
-5
/
+11
2013-07-23
ide/ich: QOM parent field cleanup
Andreas Färber
3
-17
/
+21
2013-07-23
ide/ich: QOM Upcast Sweep
Peter Crosthwaite
2
-5
/
+10
2013-07-15
ahci: Fix FLUSH command
Kevin Wolf
3
-1
/
+17
2013-07-11
PPC: dbdma: Support more multi-issue DMA requests
Alexander Graf
1
-2
/
+2
2013-07-11
PPC: dbdma: Support unaligned DMA access
Alexander Graf
1
-7
/
+124
2013-07-11
PPC: dbdma: Wait for DMA until we have data
Alexander Graf
1
-0
/
+19
2013-07-11
PPC: dbdma: macio: Add DMA callback
Alexander Graf
1
-0
/
+40
2013-07-11
PPC: Mac: Add debug prints in macio and dbdma code
Alexander Graf
1
-3
/
+40
2013-07-11
PPC: Macio: Replace tabs with spaces
Alexander Graf
1
-4
/
+4
2013-07-11
PPC: g3beige: Move secondary IDE bus to mac-io
Alexander Graf
1
-1
/
+1
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
6
-18
/
+23
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
6
-16
/
+16
2013-07-04
dma: keep a device alive while it has SGLists
Paolo Bonzini
2
-3
/
+6
2013-06-28
cmd646: fix build when DEBUG_IDE is enabled.
Mark Cave-Ayland
1
-2
/
+2
2013-06-24
ide: Clean up ide_exec_cmd()
Kevin Wolf
1
-24
/
+12
2013-06-24
ide: Convert SMART commands to ide_cmd_table handler
Kevin Wolf
1
-151
/
+174
2013-06-24
ide: Convert CF-ATA commands to ide_cmd_table handler
Kevin Wolf
1
-75
/
+95
2013-06-24
ide: Convert ATAPI commands to ide_cmd_table handler
Kevin Wolf
1
-39
/
+61
2013-06-24
ide: Convert SEEK to ide_cmd_table handler
Kevin Wolf
1
-6
/
+7
2013-06-24
ide: Convert FLUSH CACHE to ide_cmd_table handler
Kevin Wolf
1
-6
/
+8
2013-06-24
ide: Convert SET FEATURES to ide_cmd_table handler
Kevin Wolf
1
-72
/
+75
2013-06-24
ide: Convert CHECK POWER MDOE to ide_cmd_table handler
Kevin Wolf
1
-9
/
+8
2013-06-24
ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler
Kevin Wolf
1
-17
/
+18
2013-06-24
ide: Convert DMA read/write commands to ide_cmd_table handler
Kevin Wolf
1
-31
/
+38
2013-06-24
ide: Convert PIO read/write commands to ide_cmd_table handler
Kevin Wolf
1
-43
/
+50
2013-06-24
ide: Convert read/write multiple commands to ide_cmd_table handler
Kevin Wolf
1
-59
/
+60
2013-06-24
ide: Convert verify commands to ide_cmd_table handler
Kevin Wolf
1
-14
/
+13
2013-06-24
ide: Convert cmd_nop commands to ide_cmd_table handler
Kevin Wolf
1
-31
/
+17
2013-06-24
ide: Convert WIN_IDENTIFY to ide_cmd_table handler
Kevin Wolf
1
-17
/
+23
[next]