aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-19loader: Fix read_targphys() to behave when read() failsMarkus Armbruster2-6/+7
2011-11-19Improve "ta 0" shutdownFabien Chouteau4-18/+9
2011-11-19gdbstub: Fix memory leakStefan Weil1-6/+8
2011-11-19tcg-sparc: Fix set-but-not used warnings.Richard Henderson1-4/+0
2011-11-19Merge branch 's390-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl27-112/+224
2011-11-19Merge branch 'ppc-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl5-23/+84
2011-11-18Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori6-44/+209
2011-11-18Merge remote-tracking branch 'qmp/queue/qmp-1.0' into stagingAnthony Liguori2-23/+26
2011-11-18fmodaudio: Remove unused variable 'bits16' (reported by cppcheck)Stefan Weil1-4/+2
2011-11-18pseries: Fix qdev.id handling in the VIO bus codeMichael Ellerman1-7/+29
2011-11-18pseries: Allow kernel's early debug output to workDavid Gibson1-2/+30
2011-11-18pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESSMichael Ellerman1-1/+1
2011-11-18pseries: Check we have a chardev in spapr_vty_init()Michael Ellerman1-0/+5
2011-11-18pseries: Fix buggy spapr_vio_find_by_reg()David Gibson1-2/+2
2011-11-18pseries: Correct RAM size check for SLOFDavid Gibson1-3/+3
2011-11-18scsi-block: always use SG_IO for MMC devicesPaolo Bonzini1-2/+14
2011-11-18scsi: pass down REQUEST SENSE to the device when there is no stored sensePaolo Bonzini3-5/+9
2011-11-18scsi: remove block descriptors from CDsPaolo Bonzini1-1/+2
2011-11-18scsi: fix parsing of allocation length fieldPaolo Bonzini1-10/+87
2011-11-18scsi: update list of commandsPaolo Bonzini3-10/+29
2011-11-18atapi: kill MODE SENSE(6), fix MODE SENSE(10)Paolo Bonzini1-12/+8
2011-11-18scsi-disk: guess geometryPaolo Bonzini1-2/+2
2011-11-18scsi: fix fw pathPaolo Bonzini2-2/+2
2011-11-18Documentation: Add section about iSCSI LUNS to qemu-docRonnie Sahlberg1-0/+56
2011-11-17Makefile: fix qga dependenciesMichael S. Tsirkin1-4/+5
2011-11-17Makefile: dependency fixMichael S. Tsirkin1-1/+1
2011-11-17Makefile: fix dependencies for generated .h, .cMichael S. Tsirkin1-18/+18
2011-11-17Makefile: remove more generated files on cleanMichael S. Tsirkin1-0/+2
2011-11-17qapi: Check for negative enum valuesLuiz Capitulino1-1/+1
2011-11-17monitor: Fix file_completion() to check for stat() failureMarkus Armbruster1-2/+2
2011-11-17Fixing some spelling in docs/libcacard.txtMatthias Brugger1-6/+6
2011-11-17Fix typo: runnning -> runningVagrant Cascadian1-1/+1
2011-11-17Fix some spelling bugs in documentation and commentsStefan Weil3-5/+5
2011-11-17Fix spelling in documentation and comments (similiar -> similar)Stefan Weil3-4/+4
2011-11-14Update version to 1.0-rc2v1.0-rc2Anthony Liguori1-1/+1
2011-11-14pc_piix: set qxl revision to 2 for pc-0.14Alon Levy1-0/+12
2011-11-14hw/omap_gpio: Fix infinite recursion when doing 8/16 bit readsPeter Maydell1-1/+1
2011-11-14Revert bugfix e7852674d5 until tested or until after the release.Andrzej Zaborowski1-3/+2
2011-11-14s390x: initialize virtio dev regionAlexander Graf1-0/+12
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson10-52/+56
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson10-36/+36
2011-11-14s390x: Add shutdown for TCG s390-virtio machineAlexander Graf2-3/+21
2011-11-14s390: Fix cpu shutdown for KVMChristian Borntraeger3-14/+39
2011-11-14s390: fix short kernel command linesChristian Borntraeger1-1/+1
2011-11-14s390: fix reset hypercall to reset the statusChristian Borntraeger1-0/+1
2011-11-14s390x: implement SIGP restart and shutdownAlexander Graf1-0/+14
2011-11-14s390x: implement rrbe instruction properlyAlexander Graf1-5/+7
2011-11-14s390x: update R and C bits in storage keyAlexander Graf3-1/+16
2011-11-14s390x: make ipte 31-bit awareAlexander Graf1-0/+7
2011-11-14s390x: add ldeb instructionAlexander Graf3-0/+14