summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-13TLS: provide slightly more information when TLS certificate loading failsAlex Bligh1-6/+11
2016-06-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into stagingPeter Maydell22-132/+2893
2016-06-11translate-all: add tb hash bucket info to 'info jit' dumpEmilio G. Cota1-0/+36
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota5-97/+86
2016-06-11qht: add test-qht-par to invoke qht-bench from 'check' targetEmilio G. Cota3-1/+61
2016-06-11qht: add qht-bench, a performance benchmarkEmilio G. Cota3-1/+491
2016-06-11qht: add test programEmilio G. Cota3-1/+165
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota3-0/+1017
2016-06-11qdist: add test programEmilio G. Cota3-1/+390
2016-06-11qdist: add module to represent frequency distributions of dataEmilio G. Cota3-0/+459
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota3-9/+13
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota1-0/+94
2016-06-11qemu-thread: add simple test-and-set spinlockGuillaume Delbergue1-0/+35
2016-06-11include/processor.h: define cpu_relax()Emilio G. Cota1-0/+30
2016-06-11seqlock: rename write_lock/unlock to write_begin/endEmilio G. Cota2-16/+16
2016-06-11seqlock: remove optional mutexEmilio G. Cota2-10/+2
2016-06-11compiler.h: add QEMU_ALIGNED() to enforce struct alignmentEmilio G. Cota1-0/+2
2016-06-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160610-1' into st...Peter Maydell4-7/+15
2016-06-10console: ignore ui_info updates which don't actually update somethingGerd Hoffmann1-1/+6
2016-06-10ui/console-gl: Add support for big endian display surfacesThomas Huth1-0/+5
2016-06-10gtk: fix vte version checkOlaf Hering1-1/+1
2016-06-10ui: fix regression in printing VNC host/port on startupDaniel P. Berrange1-1/+1
2016-06-10vnc: drop unused depth arg for set_pixel_formatGerd Hoffmann1-4/+2
2016-06-09target-i386: Move user-mode exception actions out of user-exec.cPeter Maydell2-15/+3
2016-06-09target-i386: Add comment about do_interrupt_user() next_eip argumentPeter Maydell1-1/+5
2016-06-09user-exec: Don't reextract sigmask from usercontext pointerPeter Maydell1-32/+16
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell10-14/+12
2016-06-09user-exec: Push resume-from-signal code out to handle_cpu_signal()Peter Maydell4-18/+39
2016-06-09translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()Peter Maydell1-11/+15
2016-06-08hw/arm: virt uart fixxiaoqiang zhao1-4/+4
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell11-520/+1700
2016-06-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell26-303/+831
2016-06-08Merge remote-tracking branch 'remotes/famz/tags/pull-docker-20160608' into st...Peter Maydell5-10/+8
2016-06-08Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-07-07-tag' in...Peter Maydell1-0/+81
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-58/+105
2016-06-08linux-user: In fork_end(), remove correct CPUs from CPU listPeter Maydell1-1/+1
2016-06-08linux-user: Special-case ERESTARTSYS in target_strerror()Peter Maydell1-0/+7
2016-06-08linux-user: Make target_strerror() return 'const char *'Peter Maydell3-4/+4
2016-06-08linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell1-17/+17
2016-06-08qemu-img bench: Add --flush-intervalKevin Wolf3-12/+95
2016-06-08qemu-img bench: Implement -S (step size)Kevin Wolf3-8/+27
2016-06-08qemu-img bench: Make start offset configurableKevin Wolf3-7/+25
2016-06-08qemu-img bench: Sequential writesKevin Wolf3-11/+44
2016-06-08qemu-img benchKevin Wolf3-0/+206
2016-06-08block: Don't emulate natively supported pwritev flagsKevin Wolf1-1/+3
2016-06-08blockdev: clean up error handling in do_open_trayColin Lord1-18/+28
2016-06-08block: Fix bdrv_all_delete_snapshot() error handlingKevin Wolf1-3/+0
2016-06-08qcow2: avoid extra flushes in qcow2Denis V. Lunev3-4/+12
2016-06-08raw-posix: Fetch max sectors for host block deviceFam Zheng1-0/+24
2016-06-08block: assert that bs->request_alignment is a power of 2Peter Lieven1-1/+1