Age | Commit message (Expand) | Author |
2016-02-23 | linux-user: sync syscall numbers with kernel | Riku Voipio |
2016-02-23 | linux-user: Don't assert if guest tries shmdt(0) | Peter Maydell |
2016-02-23 | linux-user: set ppc64/ppc64le default CPU to POWER8 | Laurent Vivier |
2016-02-23 | build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct... | Lluís Vilanova |
2016-02-23 | linux-user: fix realloc size of target_fd_trans. | Laurent Vivier |
2016-02-23 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ... | Peter Maydell |
2016-02-23 | tracetool: Include osdep.h in generated-ust.c | Peter Maydell |
2016-02-23 | include: Clean up includes | Peter Maydell |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-23 | osdep.h: Include config-target.h if NEED_CPU_H is defined | Peter Maydell |
2016-02-23 | scripts/clean-includes: Add --all option | Peter Maydell |
2016-02-23 | scripts/clean-includes: Enhance to handle header files | Peter Maydell |
2016-02-23 | disas/arm-a64.cc: Include osdep.h first | Peter Maydell |
2016-02-23 | osdep.h: Define macros for the benefit of C++ before C++11 | Peter Maydell |
2016-02-23 | cpu: Clean up includes | Peter Maydell |
2016-02-23 | Postcopy+spice: Pass spice migration data earlier | Dr. David Alan Gilbert |
2016-02-23 | spice/gl: tweak debug messages. | Gerd Hoffmann |
2016-02-23 | spice/gl: add unblock timer | Gerd Hoffmann |
2016-02-23 | spice: add opengl/virgl/dmabuf support | Gerd Hoffmann |
2016-02-23 | spice: reset cursor on resize | Marc-André Lureau |
2016-02-23 | egl-helpers: add functions for render nodes and dma-buf passing | Gerd Hoffmann |
2016-02-23 | configure: add dma-buf support detection. | Gerd Hoffmann |
2016-02-23 | spice: init dcl before registering qxl interface | Gerd Hoffmann |
2016-02-23 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160223-1' into s... | Peter Maydell |
2016-02-23 | ohci: allocate timer only once. | Gerd Hoffmann |
2016-02-23 | usb: add pid check at the first of uhci_handle_td() | Gonglei |
2016-02-23 | usb: check RNDIS buffer offsets & length | Prasad J Pandit |
2016-02-23 | usb: check RNDIS message length | Prasad J Pandit |
2016-02-23 | tusb6010: move from hw/timer to hw/usb | Peter Maydell |
2016-02-23 | usb: check USB configuration descriptor object | Prasad J Pandit |
2016-02-22 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-02-22 | Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-02-22' in... | Kevin Wolf |
2016-02-22 | qemu-iotests: 140: make description slightly more verbose | Sascha Silbe |
2016-02-22 | qemu-iotests: 140: don't use IDE device | Sascha Silbe |
2016-02-22 | qemu-iotests: 067: ignore QMP events | Sascha Silbe |
2016-02-22 | blockdev: unset inappropriate flags when changing medium | Alyssa Milburn |
2016-02-22 | MAINTAINERS: Add myself as maintainer of the throttling code | Alberto Garcia |
2016-02-22 | docs: Document the throttling infrastructure | Alberto Garcia |
2016-02-22 | qapi: Correct the name of the iops_rd parameter | Alberto Garcia |
2016-02-22 | qemu-iotests: Extend iotest 093 to test bursts | Alberto Garcia |
2016-02-22 | throttle: Test throttle_compute_wait() during bursts | Alberto Garcia |
2016-02-22 | throttle: Check that burst_level leaks correctly | Alberto Garcia |
2016-02-22 | qapi: Add burst length fields to BlockDeviceInfo | Alberto Garcia |
2016-02-22 | qapi: Add burst length parameters to block_set_io_throttle | Alberto Garcia |
2016-02-22 | throttle: Add command-line settings to define the burst periods | Alberto Garcia |
2016-02-22 | throttle: Add support for burst periods | Alberto Garcia |
2016-02-22 | throttle: Use throttle_config_init() to initialize ThrottleConfig | Alberto Garcia |
2016-02-22 | throttle: Merge all functions that check the configuration into one | Alberto Garcia |
2016-02-22 | throttle: Set always an average value when setting a maximum value | Alberto Garcia |