]> git.proxmox.com Git - qemu.git/history - hw/ide/atapi.c
ide/atapi: Track tray open/close state
[qemu.git] / hw / ide / atapi.c
2011-09-12 Markus Armbrusteride/atapi: Track tray open/close state
2011-09-12 Markus Armbrusteride/atapi: Clean up misleading name in cmd_start_stop_u...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-09-03 Stefan WeilUse new macro QEMU_PACKED for packed structures
2011-09-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-08-29 Edgar E. IglesiasMerge branch 'omap-for-upstream' of git://git.linaro...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-08-25 Christoph Hellwigblock: explicit I/O accounting
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-05-03 Alon Levyide/atapi: fix set but unused
2011-05-03 Amit Shahatapi: Explain why we need a 'media not present' state
2011-05-03 Amit Shahatapi: Move comment to proper place
2011-04-29 Blue SwirlMerge branch 'patches' of git://qemu.weilnetz.de/git...
2011-04-27 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2011-04-27 Kevin Wolfide/atapi: Introduce CHECK_READY flag for commands
2011-04-27 Kevin Wolfide/atapi: Replace bdrv_get_geometry calls by s->nb_sectors
2011-04-27 Kevin Wolfide/atapi: Use table instead of switch for commands
2011-04-27 Kevin Wolfide/atapi: Factor commands out
2011-04-27 Kevin Wolfide: Split atapi.c out