aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info tlbAustin Clements1-2/+2
2011-08-21Merge branch 'queues/slirp' of git://git.kiszka.org/qemuBlue Swirl2-6/+6
2011-08-21tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson1-2/+2
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson1-1/+1
2011-08-21tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson1-0/+27
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson14-1008/+837
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson4-131/+67
2011-08-21Check for presence of compiler -pthread flag.Brad1-1/+1
2011-08-21Convert last qemu_free and qemu_malloc usesBlue Swirl3-5/+5
2011-08-21monitor: Show combined protection bits in "info mem"Austin Clements1-3/+7
2011-08-21monitor: Fix "info mem" to print the last memory rangeAustin Clements1-0/+6
2011-08-21monitor: Prevent sign-extension of 32-bit addresses printed by info memAustin Clements1-2/+4
2011-08-21w32: Fix format string regressionStefan Weil1-1/+1
2011-08-21w64: Add definition of FMT_pidStefan Weil1-0/+2
2011-08-21Fix conversions from pointer to tcg_target_longStefan Weil2-2/+2
2011-08-21Remove remenants of qemu_mallocAnthony Liguori2-5/+5
2011-08-21Update HACKING to refer to g_malloc instead of qemu_mallocAnthony Liguori1-3/+3
2011-08-20Add trace points for g_malloc/g_free functionsAnthony Liguori1-0/+27
2011-08-20Remove qemu_malloc/qemu_freeAnthony Liguori5-107/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori357-1674/+1672
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-17hw/stellaris: Add support for RCC2 registerEngin AYDOGAN1-4/+68
2011-08-17hw/pl061.c: Support GPIOAMSEL registerPeter Maydell1-1/+8
2011-08-17hw/pl061: Convert to VMStatePeter Maydell1-95/+79
2011-08-17vexpress, realview: Use pl111, not pl110Peter Maydell2-2/+2
2011-08-17versatilepb: Implement SYS_CLCD mux control register bitsPeter Maydell3-11/+80
2011-08-17hw/pl110: Model the PL111 CLCD controllerPeter Maydell3-28/+183
2011-08-16scsi: do not overwrite memory on REQUEST SENSE commands with a large bufferPaolo Bonzini1-1/+2
2011-08-14slirp: Fix bit field types in IP header structsJan Kiszka2-6/+6
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