summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use dma_addr_t type for scatter/gather codeDavid Gibson2011-11-012-8/+6
* Define DMA address and direction typesDavid Gibson2011-11-011-0/+9
* ps2: migrate ledstateChristophe Fergeau2011-11-011-2/+44
* ui/vnc: Fix use of free() instead of g_free()Stefan Weil2011-11-014-11/+11
* checkpatch: remove rule on non-indented labelsPaolo Bonzini2011-11-011-6/+0
* savevm: qemu_fille_buffer() used to return one error for reads of size 0.Juan Quintela2011-11-011-0/+2
* kvm_init didn't set return value after create vm failedXu He Jie2011-11-011-1/+2
* spapr: fix buildAnthony Liguori2011-11-011-2/+2
* Revert "PPC: Fail configure when libfdt is not available"Blue Swirl2011-11-011-10/+1
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl2011-11-0119-333/+1399
|\
| * pseries: Add partial support for PCIDavid Gibson2011-10-315-4/+604
| * ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriateDavid Gibson2011-10-312-3/+43
| * pseries: Allow writes to KVM accelerated TCE tableDavid Gibson2011-10-301-1/+1
| * KVM: PPC: Override host vmx/vsx/dfp only when information knownAlexander Graf2011-10-301-3/+9
| * ppc: Fix up usermode only buildsDavid Gibson2011-10-301-0/+4
| * pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson2011-10-304-22/+49
| * PPC: Fail configure when libfdt is not availableAlexander Graf2011-10-301-1/+10
| * ppc: Avoid decrementer related kvm exitsDavid Gibson2011-10-301-0/+6
| * PPC: Disable non-440 CPUs for ppcemb targetAlexander Graf2011-10-301-0/+24
| * PPC: Bump qemu-system-ppc to 64-bit physical address spaceAlexander Graf2011-10-302-2/+2
| * pseries: Under kvm use guest cpu = host cpu by defaultDavid Gibson2011-10-301-1/+1
| * ppc: Add cpu defs for POWER7 revisions 2.1 and 2.3David Gibson2011-10-301-0/+4
| * ppc: First cut implementation of -cpu hostDavid Gibson2011-10-304-1/+33
| * ppc: Remove broken partial PVR matchingDavid Gibson2011-10-301-30/+6
| * pseries: Update SLOF firmware imageDavid Gibson2011-10-303-1/+1
| * pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson2011-10-303-0/+39
| * ppc: Generalize the kvmppc_get_clockfreq() functionDavid Gibson2011-10-301-11/+24
| * Set an invalid-bits mask for each SPE instructionsFabien Chouteau2011-10-301-229/+271
| * pseries: Update SLOF firmware imageDavid Gibson2011-10-303-1/+1
| * pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson2011-10-304-1/+76
| * pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson2011-10-303-12/+96
| * pseries: Support SMT systems for KVM Book3S-HVDavid Gibson2011-10-304-3/+46
| * ppc/e500_pci: Fix an array overflow issueLiu Yu-B132012011-10-301-16/+22
| * ppc/e500_pci: Fix code styleLiu Yu-B132012011-10-301-20/+56
* | Merge remote-tracking branch 'kraxel/usb.29' into stagingAnthony Liguori2011-11-013-6/+9
|\ \
| * | usb-host: fix host closeGerd Hoffmann2011-11-011-2/+4
| * | usb: change VID/PID for usb-hub and usb-msd to prevent conflictRoy Tam2011-11-012-4/+4
| * | usb-hub: wakeup on attachGerd Hoffmann2011-11-011-0/+1
* | | Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori2011-11-013-4/+41
|\ \ \
| * | | trace: Add wildcard trace event supportMark Wu2011-11-013-4/+41
| |/ /
* | | Merge remote-tracking branch 'spice/spice.v46' into stagingAnthony Liguori2011-11-013-20/+45
|\ \ \
| * | | qxl: create slots on post_load in vga stateAlon Levy2011-11-011-7/+19
| * | | qxl: make sure we continue to run with a shared bufferGerd Hoffmann2011-11-011-1/+12
| * | | qxl: stride fixupGerd Hoffmann2011-11-012-12/+14
| |/ /
* | | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-11-014-5/+11
|\ \ \
| * | | acl: Fix use after free in qemu_acl_reset()Markus Armbruster2011-11-011-2/+2
| * | | qapi: fix typos in documentation JSON examplesStefan Hajnoczi2011-11-011-2/+2
| * | | sysbus: Supply missing va_end()Markus Armbruster2011-11-011-0/+2
| * | | net: tap-linux: Fix unhelpful error messageLuiz Capitulino2011-11-011-1/+5
| |/ /
* | | opencores_eth: fix RX path: FCS, padding and TLMax Filippov2011-11-011-5/+24
OpenPOWER on IntegriCloud