summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson2011-08-211-0/+27
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-2114-1008/+837
* tcg: Add and use TCG_OPF_64BIT.Richard Henderson2011-08-214-131/+67
* Check for presence of compiler -pthread flag.Brad2011-08-211-1/+1
* Convert last qemu_free and qemu_malloc usesBlue Swirl2011-08-213-5/+5
* monitor: Show combined protection bits in "info mem"Austin Clements2011-08-211-3/+7
* monitor: Fix "info mem" to print the last memory rangeAustin Clements2011-08-211-0/+6
* monitor: Prevent sign-extension of 32-bit addresses printed by info memAustin Clements2011-08-211-2/+4
* w32: Fix format string regressionStefan Weil2011-08-211-1/+1
* w64: Add definition of FMT_pidStefan Weil2011-08-211-0/+2
* Fix conversions from pointer to tcg_target_longStefan Weil2011-08-212-2/+2
* Remove remenants of qemu_mallocAnthony Liguori2011-08-212-5/+5
* Update HACKING to refer to g_malloc instead of qemu_mallocAnthony Liguori2011-08-211-3/+3
* Add trace points for g_malloc/g_free functionsAnthony Liguori2011-08-201-0/+27
* Remove qemu_malloc/qemu_freeAnthony Liguori2011-08-205-107/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-20357-1674/+1672
* Make glib mandatory and fixup utils appropriatelyAnthony Liguori2011-08-204-4/+7
* Reorder default ram_size initializationJan Kiszka2011-08-211-5/+5
* scsi-disk: fix DPRINTFBlue Swirl2011-08-201-2/+2
* target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell2011-08-201-6/+6
* scsi: do not overwrite memory on REQUEST SENSE commands with a large bufferPaolo Bonzini2011-08-161-1/+2
* hw/scsi-bus.c: Fix use of uninitialised variablePeter Maydell2011-08-141-1/+1
* qapi: fix build issue due to missing newline in generated headerMichael Roth2011-08-121-1/+1
* memory: correct documentation typosAvi Kivity2011-08-121-4/+4
* memory: add API for creating ROM/device regionsAvi Kivity2011-08-122-2/+78
* memory: reclaim resources when a memory region is destroyed for goodAvi Kivity2011-08-122-0/+25
* build: Move QEMU_INCLUDES before QEMU_CFLAGSJiri Denemark2011-08-121-4/+4
* configure: Disable guest_agent for mingw32Stefan Weil2011-08-121-0/+1
* scsi: add special traces for common commandsPaolo Bonzini2011-08-122-0/+21
* scsi: report unit attention on resetPaolo Bonzini2011-08-124-6/+7
* scsi: add support for unit attention conditionsPaolo Bonzini2011-08-123-2/+94
* scsi: add a bunch more common sense codesPaolo Bonzini2011-08-122-0/+42
* scsi: move handling of REQUEST SENSE to common codePaolo Bonzini2011-08-123-25/+12
* scsi: move handling of REPORT LUNS and invalid LUNs to common codePaolo Bonzini2011-08-124-29/+177
* scsi: move request parsing to common codePaolo Bonzini2011-08-124-30/+38
* scsi: push lun field to SCSIDevicePaolo Bonzini2011-08-123-4/+3
* scsi: introduce SCSICommandPaolo Bonzini2011-08-122-54/+58
* scsi: pass cdb already to scsi_req_newPaolo Bonzini2011-08-126-15/+18
* scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOpsPaolo Bonzini2011-08-124-40/+29
* scsi: introduce SCSIReqOpsPaolo Bonzini2011-08-124-25/+40
* scsi: move sense handling to generic codePaolo Bonzini2011-08-125-112/+111
* scsi: pass status when completingPaolo Bonzini2011-08-124-31/+25
* vscsi: always use get_sensePaolo Bonzini2011-08-121-70/+21
* scsi-disk: no need to call scsi_req_data on a short readPaolo Bonzini2011-08-121-3/+0
* pc: make vgabios exit port more usefulAnthony Liguori2011-08-121-2/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-08-124-4/+9
|\
| * fix QLIST usage for RAM listPaolo Bonzini2011-08-122-2/+2
| * hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell2011-08-111-1/+6
| * scsi-bus: use DO_UPCASTZhi Yong Wu2011-08-111-1/+1
* | Merge remote-tracking branch 'aneesh/for-upstream-1' into stagingAnthony Liguori2011-08-1211-854/+1024
|\ \
OpenPOWER on IntegriCloud