aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Make glib mandatory and fixup utils appropriatelyAnthony Liguori4-4/+7
2011-08-21Reorder default ram_size initializationJan Kiszka1-5/+5
2011-08-20scsi-disk: fix DPRINTFBlue Swirl1-2/+2
2011-08-20target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell1-6/+6
2011-08-16scsi: do not overwrite memory on REQUEST SENSE commands with a large bufferPaolo Bonzini1-1/+2
2011-08-14hw/scsi-bus.c: Fix use of uninitialised variablePeter Maydell1-1/+1
2011-08-12qapi: fix build issue due to missing newline in generated headerMichael Roth1-1/+1
2011-08-12memory: correct documentation typosAvi Kivity1-4/+4
2011-08-12memory: add API for creating ROM/device regionsAvi Kivity2-2/+78
2011-08-12memory: reclaim resources when a memory region is destroyed for goodAvi Kivity2-0/+25
2011-08-12build: Move QEMU_INCLUDES before QEMU_CFLAGSJiri Denemark1-4/+4
2011-08-12configure: Disable guest_agent for mingw32Stefan Weil1-0/+1
2011-08-12scsi: add special traces for common commandsPaolo Bonzini2-0/+21
2011-08-12scsi: report unit attention on resetPaolo Bonzini4-6/+7
2011-08-12scsi: add support for unit attention conditionsPaolo Bonzini3-2/+94
2011-08-12scsi: add a bunch more common sense codesPaolo Bonzini2-0/+42
2011-08-12scsi: move handling of REQUEST SENSE to common codePaolo Bonzini3-25/+12
2011-08-12scsi: move handling of REPORT LUNS and invalid LUNs to common codePaolo Bonzini4-29/+177
2011-08-12scsi: move request parsing to common codePaolo Bonzini4-30/+38
2011-08-12scsi: push lun field to SCSIDevicePaolo Bonzini3-4/+3
2011-08-12scsi: introduce SCSICommandPaolo Bonzini2-54/+58
2011-08-12scsi: pass cdb already to scsi_req_newPaolo Bonzini6-15/+18
2011-08-12scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOpsPaolo Bonzini4-40/+29
2011-08-12scsi: introduce SCSIReqOpsPaolo Bonzini4-25/+40
2011-08-12scsi: move sense handling to generic codePaolo Bonzini5-112/+111
2011-08-12scsi: pass status when completingPaolo Bonzini4-31/+25
2011-08-12vscsi: always use get_sensePaolo Bonzini1-70/+21
2011-08-12scsi-disk: no need to call scsi_req_data on a short readPaolo Bonzini1-3/+0
2011-08-12pc: make vgabios exit port more usefulAnthony Liguori1-2/+2
2011-08-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-4/+9
2011-08-12Merge remote-tracking branch 'aneesh/for-upstream-1' into stagingAnthony Liguori11-854/+1024
2011-08-12Merge remote-tracking branch 'spice/spice.v41' into stagingAnthony Liguori2-7/+14
2011-08-12Merge remote-tracking branch 'kraxel/usb.23' into stagingAnthony Liguori6-146/+134
2011-08-12Merge remote-tracking branch 'kraxel/seabios' into stagingAnthony Liguori2-0/+0
2011-08-12fix QLIST usage for RAM listPaolo Bonzini2-2/+2
2011-08-11hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell1-1/+6
2011-08-11scsi-bus: use DO_UPCASTZhi Yong Wu1-1/+1
2011-08-11etrax-ser: printf -> qemu_log.Edgar E. Iglesias1-4/+6
2011-08-11etrax: QDevify the Ethernet MAC.Edgar E. Iglesias3-31/+67
2011-08-10ui/spice-core: report compiled-version in info spice/query-spiceAlon Levy1-0/+8
2011-08-10seabios: update to masterGerd Hoffmann2-0/+0
2011-08-10qxl: unbreak after memory API conversionAlon Levy1-2/+3
2011-08-10qxl: allowing the command rings to be not empty when spice worker is stopped ...Yonit Halperin1-5/+3
2011-08-10usb-hid: remove usb_hid_datain_cbGerd Hoffmann2-17/+0
2011-08-10milkymist-softusb: use hid code directlyMichael Walle1-84/+38
2011-08-10usb-hid: use hid vmstate macroMichael Walle1-39/+2
2011-08-10hid: introduce hid vmstate macrosMichael Walle2-0/+78
2011-08-10hid: register kbd hander in init()Michael Walle1-2/+3
2011-08-10usb/hid: add hid_pointer_activate, use itGerd Hoffmann3-4/+13
2011-08-09Merge remote-tracking branch 'pm-arm/for-upstream' into pmEdgar E. Iglesias3-42/+121