aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-10bsd-user: Fix syscall format, add strace support for more syscallsbsd-user.to-testSean Bruno
2014-06-10bsd-user: Implement strace support for thr_* syscallsSean Bruno
2014-06-10bsd-user: Implement strace support for extattr_* syscallsSean Bruno
2014-06-10bsd-user: Implement strace support for __acl_* syscallsSean Bruno
2014-06-10bsd-user: Implement strace support for print_ioctl syscallSean Bruno
2014-06-10bsd-user: Implement strace support for print_sysctl syscallSean Bruno
2014-06-10bsd-user: GPL v2 attribution update and styleSean Bruno
2014-06-10bsd-user: add HOST_VARIANT_DIR for various *BSD dependent codeStacey Son
2014-06-05exec: replace ffsl with ctzlNatanael Copa
2014-06-05vhost: replace ffsl with ctzlNatanael Copa
2014-06-05xen: replace ffsl with ctzlNatanael Copa
2014-06-05util/qemu-openpty: fix build with musl libc by include termios.h as fallbackNatanael Copa
2014-06-05bsd-user/mmap.c: Don't try to override g_malloc/g_freePeter Maydell
2014-06-04util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell
2014-06-04bsd-user: refresh freebsd system call numbersStacey Son
2014-06-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-3' into stagingPeter Maydell
2014-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-8' into stagingPeter Maydell
2014-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-3' into stagingPeter Maydell
2014-06-02seabios: update to 1.7.5 finalGerd Hoffmann
2014-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-3' into stagingPeter Maydell
2014-06-02xhci: order superspeed ports firstGerd Hoffmann
2014-06-02vnc-enc-tight: Fix divide-by-zero in tight_detect_smooth_image{16,24,32}Gonglei
2014-06-02vnc: add trace events for key eventsGerd Hoffmann
2014-06-02vnc: refuse to set a password with VNC_AUTH_NONEGerd Hoffmann
2014-06-02xhci: make port reset trace point more verboseGerd Hoffmann
2014-06-02usb: add usb_pick_speedGerd Hoffmann
2014-06-02usb-host: add HAVE_STREAMS defineGerd Hoffmann
2014-06-02usb-host: allow attaching usb3 devices to ehciGerd Hoffmann
2014-06-02usb: improve ehci/uhci testGerd Hoffmann
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann
2014-06-02usb: add uhci port status reserved bitGerd Hoffmann
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann
2014-06-02qtest: fix qpci_config_writelGerd Hoffmann
2014-06-02sdl2: textinput + terminalGerd Hoffmann
2014-06-02sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windowsGerd Hoffmann
2014-06-02console: add kbd_put_string_consoleGerd Hoffmann
2014-06-02console: add kbd_put_qcode_consoleGerd Hoffmann
2014-06-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-06-02Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell
2014-06-02qemu-img: Report error even with --oformat=jsonMax Reitz
2014-05-30vmdk: Fix local_err in vmdk_createFam Zheng
2014-05-30block/raw-posix.c: Avoid nonstandard LONG_LONG_MAXPeter Maydell
2014-05-30qemu-img: Plug memory leak in convert commandMarkus Armbruster
2014-05-30block/sheepdog: Plug memory leak in sd_snapshot_create()Markus Armbruster
2014-05-30block/vvfat: Plug memory leak in read_directory()Markus Armbruster
2014-05-30block/vvfat: Plug memory leak in check_directory_consistency()Markus Armbruster
2014-05-30block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERRORMarkus Armbruster
2014-05-30blockdev: Plug memory leak in drive_init()Markus Armbruster
2014-05-30blockdev: Plug memory leak in blockdev_init()Markus Armbruster
2014-05-30qemu-io: Don't print NULL when open without non-option arg failsMarkus Armbruster