aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-01acl: Fix use after free in qemu_acl_reset()Markus Armbruster
2011-11-01qapi: fix typos in documentation JSON examplesStefan Hajnoczi
2011-11-01sysbus: Supply missing va_end()Markus Armbruster
2011-11-01net: tap-linux: Fix unhelpful error messageLuiz Capitulino
2011-10-31Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'aneesh/for-upstream-7' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'qemu-kvm-tmp/uq/master' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'alon/pull-libcacard-assert' into stagingAnthony Liguori
2011-10-31Merge remote-tracking branch 'spice/spice.v45' into stagingAnthony Liguori
2011-10-31hw/9pfs: Replace rwlocks with RCU variants of interfaces.Harsh Prateek Bora
2011-10-31qemu-queue: Introduce QLIST_INSERT_HEAD_RCU and dummy RCU wrappers.Harsh Prateek Bora
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V
2011-10-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar
2011-10-31qemu: Add opt_set_bool functionalityM. Mohan Kumar
2011-10-31configure: Update configure so that open_by_handle_at check returns correct v...Aneesh Kumar K.V
2011-10-31hw/9pfs: Fix error handling in local_mknodAneesh Kumar K.V
2011-10-31hw/vexpress.c, hw/realview.c: Add PL041 to VExpress, Realview boardsPeter Maydell
2011-10-31Add AACI audio playback support to the ARM Versatile/PB platformMathieu Sonet
2011-10-31pseries: Add partial support for PCIDavid Gibson
2011-10-31ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriateDavid Gibson
2011-10-30pseries: Allow writes to KVM accelerated TCE tableDavid Gibson
2011-10-30KVM: PPC: Override host vmx/vsx/dfp only when information knownAlexander Graf
2011-10-30ppc: Fix up usermode only buildsDavid Gibson
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson
2011-10-30PPC: Fail configure when libfdt is not availableAlexander Graf
2011-10-30ppc: Avoid decrementer related kvm exitsDavid Gibson
2011-10-30PPC: Disable non-440 CPUs for ppcemb targetAlexander Graf
2011-10-30PPC: Bump qemu-system-ppc to 64-bit physical address spaceAlexander Graf
2011-10-30pseries: Under kvm use guest cpu = host cpu by defaultDavid Gibson
2011-10-30ppc: Add cpu defs for POWER7 revisions 2.1 and 2.3David Gibson
2011-10-30ppc: First cut implementation of -cpu hostDavid Gibson
2011-10-30ppc: Remove broken partial PVR matchingDavid Gibson
2011-10-30pseries: Update SLOF firmware imageDavid Gibson
2011-10-30pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson
2011-10-30ppc: Generalize the kvmppc_get_clockfreq() functionDavid Gibson
2011-10-30Set an invalid-bits mask for each SPE instructionsFabien Chouteau
2011-10-30pseries: Update SLOF firmware imageDavid Gibson
2011-10-30pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson
2011-10-30pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid Gibson
2011-10-30ppc/e500_pci: Fix an array overflow issueLiu Yu-B13201
2011-10-30ppc/e500_pci: Fix code styleLiu Yu-B13201
2011-10-30MAINTAINERS: update wiki URL and machine names for target-xtensaMax Filippov
2011-10-30tcg: Optimize some forms of deposit.Richard Henderson
2011-10-30hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V
2011-10-30exec-all: Fix void pointer arithmeticStefan Weil