summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell2016-06-0811-520/+1700
|\
| * linux-user: In fork_end(), remove correct CPUs from CPU listPeter Maydell2016-06-081-1/+1
| * linux-user: Special-case ERESTARTSYS in target_strerror()Peter Maydell2016-06-081-0/+7
| * linux-user: Make target_strerror() return 'const char *'Peter Maydell2016-06-083-4/+4
| * linux-user: Correct signedness of target_flock l_start and l_len fieldsPeter Maydell2016-06-081-17/+17
| * linux-user: Use safe_syscall wrapper for ioctlPeter Maydell2016-06-081-11/+16
| * linux-user: Use safe_syscall wrapper for accept and accept4 syscallsPeter Maydell2016-06-081-19/+4Star
| * linux-user: Use safe_syscall wrapper for semopPeter Maydell2016-06-081-1/+10
| * linux-user: Use safe_syscall wrapper for epoll_wait syscallsPeter Maydell2016-06-082-27/+12Star
| * linux-user: Use safe_syscall wrapper for poll and ppoll syscallsPeter Maydell2016-06-081-16/+31
| * linux-user: Use safe_syscall wrapper for sleep syscallsPeter Maydell2016-06-081-3/+10
| * linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscallPeter Maydell2016-06-081-1/+4
| * linux-user: Use safe_syscall wrapper for flockPeter Maydell2016-06-081-1/+2
| * linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceivePeter Maydell2016-06-081-6/+14
| * linux-user: Use safe_syscall wrapper for msgsnd and msgrcvPeter Maydell2016-06-081-2/+30
| * linux-user: Use safe_syscall wrapper for send* and recv* syscallsPeter Maydell2016-06-081-6/+13
| * linux-user: Use safe_syscall wrapper for connect syscallPeter Maydell2016-06-081-1/+3