summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-22hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V2-151/+68
2011-08-22hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V1-41/+21
2011-08-22hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri2-102/+38
2011-08-22hw/9pfs: Add yield support for open2 coroutineVenkateswararao Jujjuri2-0/+22
2011-08-22hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V1-100/+43
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V3-0/+34
2011-08-22hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V2-32/+19
2011-08-22hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V2-34/+20
2011-08-22hw/9pfs: Add yeild support for fstat coroutineAneesh Kumar K.V2-0/+15
2011-08-21Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into stagingAnthony Liguori9-136/+415
2011-08-21guest agent: remove uneeded dependenciesMichael Roth3-4/+16
2011-08-21guest agent: remove g_strcmp0 usageMichael Roth1-1/+1
2011-08-21memory: crack wide ioport accesses into smaller ones when neededAvi Kivity1-2/+9
2011-08-21memory: abstract cracking of write access ops into a functionAvi Kivity1-41/+68
2011-08-21escc: replace DPRINTFs with tracepointsBlue Swirl2-46/+29
2011-08-21m48t59: avoid structure holes spotted by paholeBlue Swirl1-4/+5
2011-08-21escc: avoid structure holes spotted by paholeBlue Swirl1-4/+5
2011-08-21fdc: avoid structure holes spotted by paholeBlue Swirl1-9/+9
2011-08-21pcnet: avoid structure holes spotted by paholeBlue Swirl1-2/+2
2011-08-21esp: avoid structure holes spotted by paholeBlue Swirl1-5/+6
2011-08-21sun4m: avoid structure holes spotted by paholeBlue Swirl1-10/+10
2011-08-21tcx: avoid structure holes spotted by paholeBlue Swirl1-2/+2
2011-08-21sun4m_iommu: avoid structure holes spotted by paholeBlue Swirl1-1/+1
2011-08-21slavio_intctl: avoid structure holes spotted by paholeBlue Swirl1-4/+4
2011-08-21slavio_misc: avoid structure holes spotted by paholeBlue Swirl1-1/+1
2011-08-21slavio_timer: avoid structure holes spotted by paholeBlue Swirl1-3/+3
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