aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson
2011-08-21Check for presence of compiler -pthread flag.Brad
2011-08-21Convert last qemu_free and qemu_malloc usesBlue Swirl
2011-08-21monitor: Show combined protection bits in "info mem"Austin Clements
2011-08-21monitor: Fix "info mem" to print the last memory rangeAustin Clements
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info memAustin Clements
2011-08-21w32: Fix format string regressionStefan Weil
2011-08-21w64: Add definition of FMT_pidStefan Weil
2011-08-21Fix conversions from pointer to tcg_target_longStefan Weil
2011-08-21Remove remenants of qemu_mallocAnthony Liguori
2011-08-21Update HACKING to refer to g_malloc instead of qemu_mallocAnthony Liguori
2011-08-20Add trace points for g_malloc/g_free functionsAnthony Liguori
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-20Make glib mandatory and fixup utils appropriatelyAnthony Liguori
2011-08-21Reorder default ram_size initializationJan Kiszka
2011-08-20scsi-disk: fix DPRINTFBlue Swirl
2011-08-20target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell
2011-08-16scsi: do not overwrite memory on REQUEST SENSE commands with a large bufferPaolo Bonzini
2011-08-14hw/scsi-bus.c: Fix use of uninitialised variablePeter Maydell
2011-08-12qapi: fix build issue due to missing newline in generated headerMichael Roth
2011-08-12memory: correct documentation typosAvi Kivity
2011-08-12memory: add API for creating ROM/device regionsAvi Kivity
2011-08-12memory: reclaim resources when a memory region is destroyed for goodAvi Kivity
2011-08-12build: Move QEMU_INCLUDES before QEMU_CFLAGSJiri Denemark
2011-08-12configure: Disable guest_agent for mingw32Stefan Weil
2011-08-12scsi: add special traces for common commandsPaolo Bonzini
2011-08-12scsi: report unit attention on resetPaolo Bonzini
2011-08-12scsi: add support for unit attention conditionsPaolo Bonzini
2011-08-12scsi: add a bunch more common sense codesPaolo Bonzini
2011-08-12scsi: move handling of REQUEST SENSE to common codePaolo Bonzini
2011-08-12scsi: move handling of REPORT LUNS and invalid LUNs to common codePaolo Bonzini
2011-08-12scsi: move request parsing to common codePaolo Bonzini
2011-08-12scsi: push lun field to SCSIDevicePaolo Bonzini
2011-08-12scsi: introduce SCSICommandPaolo Bonzini
2011-08-12scsi: pass cdb already to scsi_req_newPaolo Bonzini
2011-08-12scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOpsPaolo Bonzini
2011-08-12scsi: introduce SCSIReqOpsPaolo Bonzini
2011-08-12scsi: move sense handling to generic codePaolo Bonzini
2011-08-12scsi: pass status when completingPaolo Bonzini
2011-08-12vscsi: always use get_sensePaolo Bonzini
2011-08-12scsi-disk: no need to call scsi_req_data on a short readPaolo Bonzini
2011-08-12pc: make vgabios exit port more usefulAnthony Liguori
2011-08-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-08-12Merge remote-tracking branch 'aneesh/for-upstream-1' into stagingAnthony Liguori
2011-08-12Merge remote-tracking branch 'spice/spice.v41' into stagingAnthony Liguori
2011-08-12Merge remote-tracking branch 'kraxel/usb.23' into stagingAnthony Liguori
2011-08-12Merge remote-tracking branch 'kraxel/seabios' into stagingAnthony Liguori
2011-08-12fix QLIST usage for RAM listPaolo Bonzini
2011-08-11hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell