sdk/emulator/qemu.git
2011-10-28 Paolo Bonziniscsi: move max_lba to SCSIDevice
2011-10-28 Paolo Bonziniscsi-disk: small clean up to INQUIRY
2011-10-28 Paolo Bonziniscsi-disk: remove cluster_size
2011-10-28 Paolo Bonziniscsi-disk: do not duplicate BlockDriverState member
2011-10-28 Paolo Bonziniscsi-generic: snoop READ CAPACITY commands to get block...
2011-10-28 Paolo Bonziniscsi-generic: look at host status
2011-10-28 Paolo Bonziniscsi-generic: check ioctl statuses when SG_IO succeeds
2011-10-28 Paolo Bonziniscsi-generic: remove scsi_req_fixup
2011-10-28 Paolo Bonziniscsi-generic: drop SCSIGenericState
2011-10-28 Paolo Bonziniscsi-disk: fix retrying a flush
2011-10-28 Paolo Bonziniscsi-disk: fail READ CAPACITY if LBA != 0 but PMI == 0
2011-10-28 Paolo Bonziniscsi: add channel to addressing
2011-10-28 Paolo Bonziniscsi: allow arbitrary LUNs
2011-10-28 Paolo Bonziniscsi: implement REPORT LUNS for arbitrary LUNs
2011-10-28 Paolo Bonziniscsi: remove devs array from SCSIBus
2011-10-28 Paolo Bonziniqdev: switch children device list to QTAILQ
2011-10-28 Paolo Bonziniscsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)
2011-10-28 Paolo Bonziniscsi-disk: report media changed via GET EVENT STATUS...
2011-10-28 Paolo Bonziniscsi-disk: support READ DVD STRUCTURE
2011-10-28 Paolo Bonziniscsi-disk: support DVD profile in GET CONFIGURATION
2011-10-28 Paolo Bonziniatapi/scsi-disk: make mode page values coherent between...
2011-10-28 Paolo Bonziniscsi-disk: store valid mode pages in a table
2011-10-28 Paolo Bonziniscsi-disk: add stubs for more MMC commands
2011-10-28 Paolo Bonziniscsi-disk: fix coding style issues (braces)
2011-10-28 Paolo Bonziniscsi-disk: report media changed via unit attention...
2011-10-28 Paolo Bonziniscsi: notify the device when unit attention is reported
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 Paolo Bonziniscsi: pass correct sense code for ENOMEDIUM
2011-10-28 Ronnie SahlbergDocumentation: Add syntax for using sheepdog devices
2011-10-28 Stefan Hajnocziblock: reinitialize across bdrv_close()/bdrv_open()
2011-10-28 Stefan Hajnocziblock: set bs->read_only before .bdrv_open()
2011-10-28 Stefan Hajnocziqemu-io: delete bs instead of leaking it
2011-10-28 Dong Xu Wangblock: fix qcow2_co_flush deadlock
2011-10-28 Ronnie SahlbergDocumentation: Describe NBD URL syntax
2011-10-28 Kevin Wolfvmdk: Fix possible segfaults
2011-10-28 Kevin Wolfvmdk: Improve error handling
2011-10-28 Kevin Wolfvmdk: Fix use of uninitialised value
2011-10-28 Kevin Wolfide: Fix off-by-one error in array index check
2011-10-28 Kevin Wolfqcow: Fix bdrv_write_compressed error handling
2011-10-28 Kevin Wolfblock: Fix bdrv_open use after free
2011-10-28 Kevin Wolfblock: Remove dead code
2011-10-28 Zhi Yong Wuqcow2: fix some errors and typo in qcow2.txt
2011-10-28 Eric SunshineTeach block/vdi about "discarded" (no longer allocated...
2011-10-28 Ronnie SahlbergDocumentation: Add iSCSI section
2011-10-28 Ronnie SahlbergiSCSI block driver
2011-10-27 Blue SwirlMerge branch 'rth/vis2' of git://repo.or.cz/qemu/rth
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-26 Richard Hendersontarget-sparc: Implement FALIGNDATA inline.
2011-10-26 Richard Hendersontarget-sparc: Implement BMASK/BSHUFFLE.
2011-10-26 Richard Hendersontarget-sparc: Implement ALIGNADDR* inline.
2011-10-26 Richard Hendersontarget-sparc: Implement EDGE* instructions.
2011-10-26 Richard Hendersontarget-sparc: Implement fpack{16,32,fix}.
2011-10-26 Richard Hendersontarget-sparc: Implement PDIST.
2011-10-26 Richard Hendersontarget-sparc: Do exceptions management fully inside...
2011-10-26 Richard Hendersontarget-sparc: Change fpr representation to doubles.
2011-10-26 Richard Hendersontarget-sparc: Undo cpu_fpr rename.
2011-10-26 Richard Hendersontarget-sparc: Extract float128 move to a function.
2011-10-26 Richard Hendersontarget-sparc: Extract common code for floating-point...
2011-10-26 Richard Hendersontarget-sparc: Make FPU/VIS helpers const when possible.
2011-10-26 Richard Hendersontarget-sparc: Pass float64 parameters instead of dt0...
2011-10-26 Richard Hendersontarget-sparc: Add accessors for double-precision fpr...
2011-10-26 Richard Hendersontarget-sparc: Mark fprs dirty in store accessor.
2011-10-26 Richard Hendersontarget-sparc: Add accessors for single-precision fpr...
2011-10-26 Blue SwirlSparc: split load and store op helpers
2011-10-26 Blue SwirlSparc: convert win_helper to trace framework
2011-10-26 Blue SwirlSparc: convert interrupt helpers to trace framework
2011-10-26 Blue SwirlSparc: convert mmu_helper to trace framework
2011-10-26 Blue SwirlSparc: split MMU helpers
2011-10-26 Blue SwirlSparc: fix coding style in helper.c
2011-10-26 Blue SwirlSparc: avoid AREG0 for division op helpers
2011-10-26 Blue SwirlSparc: avoid AREG0 for softint op helpers and Leon...
2011-10-26 Blue SwirlSparc: avoid AREG0 for CWP and PSTATE helpers
2011-10-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-25 Stefan Weilmain-loop: Add missing include file
2011-10-25 Stefan Weiltarget-sparc: Fix use of g_new0 / g_free
2011-10-25 Stefan Weiltarget-sparc: Fix order of function parameters
2011-10-25 Marc-André... hda: do not mix output and input stream states, RHBZ...
2011-10-25 Marc-André... hda: do not mix output and input streams, RHBZ #740493
2011-10-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/split-main-loop...
2011-10-23 Fabien ChouteauAdd stdio char device on windows
2011-10-23 Blue SwirlSparc: split CWP and PSTATE op helpers
2011-10-23 Blue SwirlSparc: avoid AREG0 for lazy condition code helpers
2011-10-23 Blue SwirlSparc: split lazy condition code handling op helpers
2011-10-23 Blue SwirlSparc: avoid AREG0 for float and VIS ops
2011-10-23 Blue SwirlSparc: split FPU and VIS op helpers
2011-10-23 Blue SwirlSparc: fix coding style
2011-10-23 Blue SwirlSparc: avoid AREG0 for raise_exception and helper_debug
2011-10-23 Blue SwirlSparc: move trivial functions from op_helper.c
2011-10-23 Blue SwirlSparc: split helper.c
2011-10-23 Blue SwirlSparc: fix coding style
2011-10-23 Blue Swirlm48t59: fix write access
2011-10-23 Blue Swirlm48t59: drop obsolete address base arithmetic
2011-10-23 Blue Swirlpci_bridge: fix typo
2011-10-21 Paolo Bonzinisimplify main loop functions
2011-10-21 Paolo BonziniRevert to a hand-made select loop
2011-10-21 Paolo Bonzinimain-loop: create main-loop.c
2011-10-21 Paolo Bonzinimain-loop: create main-loop.h
2011-10-21 Paolo Bonziniqemu-timer: do not use RunState change handlers
next