Age | Commit message (Expand) | Author |
2016-06-13 | TLS: provide slightly more information when TLS certificate loading fails | Alex Bligh |
2016-06-13 | vl: Eliminate usb_enabled() | Eduardo Habkost |
2016-06-13 | pxa2xx: Unconditionally enable USB controller | Eduardo Habkost |
2016-06-13 | hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p() | Peter Maydell |
2016-06-13 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160613-tag' into... | Peter Maydell |
2016-06-13 | usb-host: add special case for bus+addr | Gerd Hoffmann |
2016-06-13 | Introduce "xen-load-devices-state" | Wen Congyang |
2016-06-13 | exec: Fix qemu_ram_block_from_host for Xen | Anthony PERARD |
2016-06-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging | Peter Maydell |
2016-06-11 | translate-all: add tb hash bucket info to 'info jit' dump | Emilio G. Cota |
2016-06-11 | tb hash: track translated blocks with qht | Emilio G. Cota |
2016-06-11 | qht: add test-qht-par to invoke qht-bench from 'check' target | Emilio G. Cota |
2016-06-11 | qht: add qht-bench, a performance benchmark | Emilio G. Cota |
2016-06-11 | qht: add test program | Emilio G. Cota |
2016-06-11 | qht: QEMU's fast, resizable and scalable Hash Table | Emilio G. Cota |
2016-06-11 | qdist: add test program | Emilio G. Cota |
2016-06-11 | qdist: add module to represent frequency distributions of data | Emilio G. Cota |
2016-06-11 | tb hash: hash phys_pc, pc, and flags with xxhash | Emilio G. Cota |
2016-06-11 | exec: add tb_hash_func5, derived from xxhash | Emilio G. Cota |
2016-06-11 | qemu-thread: add simple test-and-set spinlock | Guillaume Delbergue |
2016-06-11 | include/processor.h: define cpu_relax() | Emilio G. Cota |
2016-06-11 | seqlock: rename write_lock/unlock to write_begin/end | Emilio G. Cota |
2016-06-11 | seqlock: remove optional mutex | Emilio G. Cota |
2016-06-11 | compiler.h: add QEMU_ALIGNED() to enforce struct alignment | Emilio G. Cota |
2016-06-10 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160610-1' into st... | Peter Maydell |
2016-06-10 | console: ignore ui_info updates which don't actually update something | Gerd Hoffmann |
2016-06-10 | ui/console-gl: Add support for big endian display surfaces | Thomas Huth |
2016-06-10 | gtk: fix vte version check | Olaf Hering |
2016-06-10 | ui: fix regression in printing VNC host/port on startup | Daniel P. Berrange |
2016-06-10 | vnc: drop unused depth arg for set_pixel_format | Gerd Hoffmann |
2016-06-09 | target-i386: Move user-mode exception actions out of user-exec.c | Peter Maydell |
2016-06-09 | target-i386: Add comment about do_interrupt_user() next_eip argument | Peter Maydell |
2016-06-09 | user-exec: Don't reextract sigmask from usercontext pointer | Peter Maydell |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell |
2016-06-09 | user-exec: Push resume-from-signal code out to handle_cpu_signal() | Peter Maydell |
2016-06-09 | translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page() | Peter Maydell |
2016-06-08 | hw/arm: virt uart fix | xiaoqiang zhao |
2016-06-08 | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int... | Peter Maydell |
2016-06-08 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-06-08 | Merge remote-tracking branch 'remotes/famz/tags/pull-docker-20160608' into st... | Peter Maydell |
2016-06-08 | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-07-07-tag' in... | Peter Maydell |
2016-06-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-06-08 | linux-user: In fork_end(), remove correct CPUs from CPU list | Peter Maydell |
2016-06-08 | linux-user: Special-case ERESTARTSYS in target_strerror() | Peter Maydell |
2016-06-08 | linux-user: Make target_strerror() return 'const char *' | Peter Maydell |
2016-06-08 | linux-user: Correct signedness of target_flock l_start and l_len fields | Peter Maydell |
2016-06-08 | qemu-img bench: Add --flush-interval | Kevin Wolf |
2016-06-08 | qemu-img bench: Implement -S (step size) | Kevin Wolf |
2016-06-08 | qemu-img bench: Make start offset configurable | Kevin Wolf |
2016-06-08 | qemu-img bench: Sequential writes | Kevin Wolf |