aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-06Merge remote-tracking branch 'rth/auxv-2' into stagingAnthony Liguori
2013-12-06Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori
2013-12-06Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-12-06eeprom93xx: fix coding styleAntony Pavlov
2013-12-02hw/ppc/mac.h: remove unused BIOS_FILENAME definitionMichael Tokarev
2013-12-02Don't crash on keyboard input with no handlerDon Koch
2013-12-02libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil
2013-12-02libcacard/cac: Remove unused statement (value stored is never read)Stefan Weil
2013-12-02virtio-net: fix the indentZhi Yong Wu
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil
2013-12-02qobject: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil
2013-12-02acpi-build: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil
2013-12-02.gitignore: Ignore config.statusFam Zheng
2013-12-02gtk: Replace conditional debug messages by trace methodsStefan Weil
2013-12-02console: Replace conditional debug messages by trace methodsStefan Weil
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30tcg-s390: Use qemu_getauxval in query_facilitiesRichard Henderson
2013-11-30tcg-arm: Use qemu_getauxvalRichard Henderson
2013-11-30tcg-ppc64: Use qemu_getauxvalRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-11-29linux-user: pass correct parameter to do_shmctl()Petar Jovanovic
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic
2013-11-29flatload: fix non-GOT relocationsCorey J. Boyle
2013-11-29linux-user: Implement handling of 5 POSIX timer syscalls.Erik de Castro Lopo
2013-11-29linux-user: Add target struct defs needed for POSIX timer syscalls.Erik de Castro Lopo
2013-11-28usb: move usb_{hi,lo} helpers to header file.Gerd Hoffmann
2013-11-28usb: add vendor request definesGerd Hoffmann
2013-11-28trace-events: Clean up after removal of old usb-host codeMarkus Armbruster
2013-11-28Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"Gerd Hoffmann
2013-11-28ehci: implement port wakeupGerd Hoffmann
2013-11-27Open 2.0 development treeAnthony Liguori
2013-11-27Update version for 1.7.0 releasev1.7.0Anthony Liguori
2013-11-27qemu-iotests: Fix test 041Max Reitz
2013-11-27block/drive-mirror: Reuse backing HD for sync=noneMax Reitz
2013-11-26xhci: Call usb_device_alloc/free_streamsHans de Goede
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede
2013-11-26usb: Add max_streams attribute to endpoint infoHans de Goede
2013-11-26uas: s/ui/iu/Hans de Goede
2013-11-26uas: Fix response iu struct definitionHans de Goede
2013-11-26uas: Bounds check tags when using streamsHans de Goede
2013-11-26uas: Streams are numbered 1-y, rather then 0-xHans de Goede
2013-11-26uas: Fix / cleanup usb_uas_task error handlingHans de Goede
2013-11-26uas: Only use report iu-s for task_mgmt status reportingHans de Goede
2013-11-26scsi: Add 2 new sense codes needed by uasHans de Goede
2013-11-26xhci: add support for suspend/resumeGerd Hoffmann
2013-11-26xhci: Add a few missing checks for disconnected devicesHans de Goede