]> Git Repo - qemu.git/history - hw/ide
Merge remote-tracking branch 'kraxel/usb.29' into staging
[qemu.git] / hw / ide /
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-7...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/uq/master...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-28 Paolo Bonziniatapi/scsi-disk: make mode page values coherent between...
2011-10-28 Paolo Bonziniatapi: cleanup/fix mode sense results
2011-10-28 Paolo Bonziniatapi: move GESN definitions to scsi-defs.h
2011-10-28 Paolo Bonziniatapi/scsi: unify definitions for MMC
2011-10-28 Kevin Wolfide: Fix off-by-one error in array index check
2011-10-26 Max Filippovahci: fix DPRINTF format strings
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.28' into staging
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-10-11 Richard Hendersonide: Convert to isa_register_portio_list
2011-10-11 Luiz Capitulinoide: Support I/O status
2011-10-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-10-04 Luiz CapitulinoRunState: Rename enum values as generated by the QAPI
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-21 Daniel Verkampahci: add port I/O index-data pair
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'mst-tmp/for_anthony'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-20 Alexander MotinAHCI Port Interrupt Enable register cleaning on soft...
2011-09-19 Paolo Bonzinidma-helpers: rename is_write to to_dev
2011-09-15 Luiz CapitulinoReplace the VMSTOP macros with a proper state type
2011-09-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-15 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-4...
2011-09-12 Stefan Weilahci: Remove unused struct member
2011-09-12 Markus Armbrusteride/atapi scsi-disk: Make monitor eject -f, then change...
2011-09-12 Markus Armbrusterblock: New change_media_cb() parameter load
2011-09-12 Markus Armbrusterblock: New bdrv_set_buffer_alignment()
2011-09-12 Markus Armbrusterhw: Trim superfluous #include "block_int.h"
2011-09-12 Markus Armbrusterblock: Move BlockConf & friends from block_int.h to...
2011-09-12 Markus Armbrusterblock: Show whether the virtual tray is open in info...
2011-09-12 Markus Armbrusterblock: Drop BlockDriverState member removable
2011-09-12 Markus Armbrusteride/atapi: Preserve tray state on migration
2011-09-12 Markus Armbrusteride/atapi: Don't fail eject when tray is already open
2011-09-12 Markus Armbrusterblock: Rename bdrv_set_locked() to bdrv_lock_medium()
2011-09-12 Markus Armbrusterblock: Drop medium lock tracking, ask device models...
2011-09-12 Markus Armbrusterblock: Leave enforcing tray lock to device models
2011-09-12 Markus Armbrusteride/atapi: Track tray locked state
2011-09-12 Markus Armbrusterblock: Revert entanglement of bdrv_is_inserted() with...
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-12 Markus Armbrusteride: Reject ATA commands specific to drive kinds
2011-09-12 Markus Armbrusteride: Use a table to declare which drive kinds accept...
2011-09-12 Markus Armbrusteride: Fix ATA command READ to set ATAPI signature for...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v42' into...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
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-06 Markus Armbrusterxen: Clean up pci_piix3_xen_ide_unplug()'s test for...
2011-09-06 Markus Armbrusteride: Give vmstate structs internal linkage where possible
2011-09-06 Markus Armbrusteride: Clean up case label indentation in ide_exec_cmd()
2011-09-06 Markus Armbrusteride: Update command code definitions as per ACS-2 Table B.2
2011-09-06 Markus Armbrusterblock: Split change_cb() into change_media_cb(), resize...
2011-09-06 Markus Armbrusterblock: Generalize change_cb() to BlockDevOps
2011-09-06 Markus Armbrusterblock: Attach non-qdev devices as well
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-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-1...
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-08 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-08-08 Avi Kivitypci: rename pci_register_bar_region() to pci_register_bar()
2011-08-08 Avi Kivityppc: convert to memory API
2011-08-08 Avi Kivityahci: convert to memory API
2011-08-08 Avi Kivityide: convert to memory API
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'agraf/xen-next' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-26 Stefano Stabellinixen: implement unplug protocol in xen_platform
2011-07-23 Markus Armbrusteride: Turn properties any IDE device must have into...
2011-07-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-20 Gerd Hoffmannahci doesn't support migration
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.19' into staging
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v38' into...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-07-05 Kevin Wolfide: Initialise buffers with zeros
2011-07-05 Kevin Wolfide: Ignore reads during PIO in and writes during PIO out
next
This page took 0.223402 seconds and 7 git commands to generate.