summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao2016-06-142-22/+41
* macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland2016-06-142-20/+31
* Add PowerPC AT_HWCAP2 definitionsAnton Blanchard2016-06-141-0/+13
* ppc: Add PowerISA 2.07 compatibility modeThomas Huth2016-06-142-2/+7
* ppc: Improve PCR bit selection in ppc_set_compat()Thomas Huth2016-06-142-4/+13
* ppc: Provide function to get CPU class of the host CPUThomas Huth2016-06-142-5/+21
* ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth2016-06-144-5/+9
* ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth2016-06-141-25/+36
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160613-1' into s...Peter Maydell2016-06-1312-61/+96
|\
| * vl: Eliminate usb_enabled()Eduardo Habkost2016-06-139-16/+10Star
| * pxa2xx: Unconditionally enable USB controllerEduardo Habkost2016-06-131-8/+4Star
| * hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()Peter Maydell2016-06-131-33/+30Star
| * usb-host: add special case for bus+addrGerd Hoffmann2016-06-131-4/+52
* | Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-2016-06-13-v...Peter Maydell2016-06-134-14/+18
|\ \
| * | crypto: aes: always rename internal symbolsMike Frysinger2016-06-131-3/+2Star
| * | crypto: assert that qcrypto_hash_digest_len is in rangePaolo Bonzini2016-06-131-3/+1Star
| * | crypto: remove temp files on completion of secrets testDaniel P. Berrange2016-06-131-2/+4
| * | TLS: provide slightly more information when TLS certificate loading failsAlex Bligh2016-06-131-6/+11
| |/
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160613-tag' into...Peter Maydell2016-06-134-1/+79
|\ \ | |/ |/|
| * Introduce "xen-load-devices-state"Wen Congyang2016-06-133-0/+78
| * exec: Fix qemu_ram_block_from_host for XenAnthony PERARD2016-06-131-1/+1
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into stagingPeter Maydell2016-06-1322-132/+2893
|\ \ | |/ |/|
| * translate-all: add tb hash bucket info to 'info jit' dumpEmilio G. Cota2016-06-121-0/+36
| * tb hash: track translated blocks with qhtEmilio G. Cota2016-06-125-97/+86Star
| * qht: add test-qht-par to invoke qht-bench from 'check' targetEmilio G. Cota2016-06-123-1/+61
| * qht: add qht-bench, a performance benchmarkEmilio G. Cota2016-06-123-1/+491
| * qht: add test programEmilio G. Cota2016-06-123-1/+165
| * qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota2016-06-123-0/+1017
| * qdist: add test programEmilio G. Cota2016-06-123-1/+390
| * qdist: add module to represent frequency distributions of dataEmilio G. Cota2016-06-123-0/+459
| * tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota2016-06-123-9/+13
| * exec: add tb_hash_func5, derived from xxhashEmilio G. Cota2016-06-121-0/+94
| * qemu-thread: add simple test-and-set spinlockGuillaume Delbergue2016-06-121-0/+35
| * include/processor.h: define cpu_relax()Emilio G. Cota2016-06-121-0/+30
| * seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota2016-06-122-16/+16
| * seqlock: remove optional mutexEmilio G. Cota2016-06-122-10/+2Star
| * compiler.h: add QEMU_ALIGNED() to enforce struct alignmentEmilio G. Cota2016-06-121-0/+2
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160610-1' into st...Peter Maydell2016-06-104-7/+15
|\
| * console: ignore ui_info updates which don't actually update somethingGerd Hoffmann2016-06-101-1/+6
| * ui/console-gl: Add support for big endian display surfacesThomas Huth2016-06-101-0/+5
| * gtk: fix vte version checkOlaf Hering2016-06-101-1/+1
| * ui: fix regression in printing VNC host/port on startupDaniel P. Berrange2016-06-101-1/+1
| * vnc: drop unused depth arg for set_pixel_formatGerd Hoffmann2016-06-101-4/+2Star
|/
* target-i386: Move user-mode exception actions out of user-exec.cPeter Maydell2016-06-092-15/+3Star
* target-i386: Add comment about do_interrupt_user() next_eip argumentPeter Maydell2016-06-091-1/+5
* user-exec: Don't reextract sigmask from usercontext pointerPeter Maydell2016-06-091-32/+16Star
* cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell2016-06-0910-14/+12Star
* user-exec: Push resume-from-signal code out to handle_cpu_signal()Peter Maydell2016-06-094-18/+39
* translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()Peter Maydell2016-06-091-11/+15
* hw/arm: virt uart fixxiaoqiang zhao2016-06-081-4/+4