Sign in
qemu
/
qemu
/
198aa06459ba6c0e689ed0f61b59ebe8aa9f9287
/
hw
/
ide
d8ee259
bswap.h: Remove cpu_to_be16wu()
by Peter Maydell
· 11 years ago
e3d4d36
ide: Drop ide_init2_with_non_qdev_drives()
by Andreas Färber
· 12 years ago
a6cb20f
microdrive: Coding Style cleanups
by Andreas Färber
· 12 years ago
d1f2c96
pcmcia: QOM'ify PCMCIACardState and MicroDriveState
by Andreas Färber
· 12 years ago
a126050
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
by Anthony Liguori
· 11 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
8464b27
ahci: fix win7 hang on boot
by Alexander Graf
· 11 years ago
9e64f8a
hw: set interrupts using pci irq wrappers
by Marcel Apfelbaum
· 11 years ago
1316459
ahci: set ahci mode on reset
by Michael S. Tsirkin
· 11 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 12 years ago
c6baf94
ide: Pass size to ide_bus_new()
by Andreas Färber
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
f6c11d5
ide: Introduce abstract QOM type for PCIIDEState
by Andreas Färber
· 12 years ago
02a9594
ide/piix: QOM casting sweep
by Peter Crosthwaite
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
04dd125
PPC: dbdma: macio: Fix format specifiers (build regression)
by Stefan Weil
· 12 years ago
7acb423
ahci: Use QOM realize for ahci
by Hu Tao
· 12 years ago
b3b162c
ahci: QOM'ify some more
by Hu Tao
· 12 years ago
0d3aea5
ide/ich: QOM parent field cleanup
by Andreas Färber
· 12 years ago
fd58922
ide/ich: QOM Upcast Sweep
by Peter Crosthwaite
· 12 years ago
a62eaa2
ahci: Fix FLUSH command
by Kevin Wolf
· 12 years ago
f35ea98
PPC: dbdma: Support more multi-issue DMA requests
by Alexander Graf
· 12 years ago
80fc95d
PPC: dbdma: Support unaligned DMA access
by Alexander Graf
· 12 years ago
cae3235
PPC: dbdma: Wait for DMA until we have data
by Alexander Graf
· 12 years ago
4aa3510
PPC: dbdma: macio: Add DMA callback
by Alexander Graf
· 12 years ago
33ce36b
PPC: Mac: Add debug prints in macio and dbdma code
by Alexander Graf
· 12 years ago
8aef291
PPC: Macio: Replace tabs with spaces
by Alexander Graf
· 12 years ago
14eefd0
PPC: g3beige: Move secondary IDE bus to mac-io
by Alexander Graf
· 12 years ago
1437c94
hw/i*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
f487b67
dma: keep a device alive while it has SGLists
by Paolo Bonzini
· 12 years ago
721da65
cmd646: fix build when DEBUG_IDE is enabled.
by Mark Cave-Ayland
· 12 years ago
dfe1ea8
ide: Clean up ide_exec_cmd()
by Kevin Wolf
· 12 years ago
ff35267
ide: Convert SMART commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
6b1dd74
ide: Convert CF-ATA commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
ee425c7
ide: Convert ATAPI commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
61fdda3
ide: Convert SEEK to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
9afce42
ide: Convert FLUSH CACHE to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
ee03398
ide: Convert SET FEATURES to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
785f632
ide: Convert CHECK POWER MDOE to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
63a82e6
ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
92a6a6f
ide: Convert DMA read/write commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
0e6498e
ide: Convert PIO read/write commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
adf3a2c
ide: Convert read/write multiple commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
413860c
ide: Convert verify commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
b300337
ide: Convert cmd_nop commands to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
1c66869
ide: Convert WIN_IDENTIFY to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
4286434
ide: Convert WIN_DSM to ide_cmd_table handler
by Kevin Wolf
· 12 years ago
a0436e9
ide: Add handler to ide_cmd_table
by Kevin Wolf
· 12 years ago
df32fd1
dma: eliminate DMAContext
by Paolo Bonzini
· 12 years ago
371a775
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
by Blue Swirl
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
f68ec837
ide: Set BSY bit during FLUSH
by Andreas Färber
· 12 years ago
b9b5df6
ide/macio: fix wrong opaque with TRIM support
by Aurelien Jarno
· 12 years ago
b39f961
ide: Reset BMIDEA bit when the bus master is stopped
by Kevin Wolf
· 12 years ago
0ee20e6
ahci: Don't allow creating slave drives
by Kevin Wolf
· 12 years ago
2f12688
ide: QOM'ify ISA IDE
by Andreas Färber
· 12 years ago
4ceb193
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
0bc3cd6
include: avoid useless includes of exec/ headers
by Paolo Bonzini
· 12 years ago
aad64f3
ide: refuse WIN_READ_NATIVE_MAX on empty device
by Stefan Hajnoczi
· 12 years ago
9a1179d
hw: make all of hw/ide/ configurable via default-configs/
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
215e47b
blockdev: enable discard by default
by Paolo Bonzini
· 12 years ago
6b2578d
ide/mmio: QOM'ify MMIO IDE for R2D
by Andreas Färber
· 12 years ago
503cb22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
07a7484
ide/macio: QOM'ify MacIO IDE
by Andreas Färber
· 12 years ago
baec191
ppc: Move Mac machines to hw/ppc/
by Andreas Färber
· 12 years ago
67bec53
ide: Add fall through annotations
by Kevin Wolf
· 12 years ago
a262302
ahci: Add migration support
by Jason Baron
· 12 years ago
4ac557c
ahci: Change data types in preparation for migration
by Kevin Wolf
· 12 years ago
1147bb1
ahci: Remove unused AHCIDevice fields
by Jason Baron
· 12 years ago
6bf3ee0
ide: Remove wrong assertion
by Kevin Wolf
· 12 years ago
501378c
ide: issue discard asynchronously but serialize the pieces
by Paolo Bonzini
· 12 years ago
80bc2e8
ide: fix TRIM with empty range entry
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
6f99198
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
a7f3d65
atapi: reset cdrom tray statuses on ide_reset
by Pavel Hrdina
· 12 years ago
0c6f08b
atapi: make change media detection for guests easier
by Pavel Hrdina
· 12 years ago
d688e52
hw/ide/macio: Fix segfault caused by NULL DMAContext*
by Peter Maydell
· 12 years ago
72bcca7
ide: Fix status register after short PRDs
by Kevin Wolf
· 12 years ago
038268e
ide: Fix crash with too long PRD
by Kevin Wolf
· 12 years ago
d7331be
aio: rename AIOPool to AIOCBInfo
by Stefan Hajnoczi
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
c9159fe
Remove libhw
by Stefan Weil
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
a5cf826
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
by Jim Meyering
· 12 years ago
3e1caa5
iostatus: reorganize io error code
by Paolo Bonzini
· 12 years ago
1ceee0d
iostatus: change is_read to a bool
by Paolo Bonzini
· 12 years ago
92aa5c6
iostatus: move BlockdevOnError declaration to QAPI
by Paolo Bonzini
· 12 years ago
ff06f5f
iostatus: rename BlockErrorAction, BlockQMPEventAction
by Paolo Bonzini
· 12 years ago
2a4f4f3
ahci: properly reset PxCMD on HBA reset
by Jason Baron
· 13 years ago
1e53537
ide: Fix error messages from static code analysis (no real error)
by Stefan Weil
· 13 years ago
ce560dc
ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0
by Ronnie Sahlberg
· 13 years ago
Next »