summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-23linux-user: sync syscall numbers with kernelRiku Voipio13-17/+200
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell1-5/+7
2016-02-23linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier1-1/+1
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova19-1/+67
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier1-2/+2
2016-02-23Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160223-1' into ...Peter Maydell9-13/+357
2016-02-23tracetool: Include osdep.h in generated-ust.cPeter Maydell1-0/+2
2016-02-23include: Clean up includesPeter Maydell97-156/+0
2016-02-23all: Clean up includesPeter Maydell3-4/+3
2016-02-23all: Clean up includesPeter Maydell56-100/+2
2016-02-23osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell1-0/+3
2016-02-23scripts/clean-includes: Add --all optionPeter Maydell1-1/+15
2016-02-23scripts/clean-includes: Enhance to handle header filesPeter Maydell1-8/+45
2016-02-23disas/arm-a64.cc: Include osdep.h firstPeter Maydell1-2/+3
2016-02-23osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell1-0/+14
2016-02-23cpu: Clean up includesPeter Maydell2-4/+2
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert3-1/+20
2016-02-23spice/gl: tweak debug messages.Gerd Hoffmann1-5/+7
2016-02-23spice/gl: add unblock timerGerd Hoffmann2-0/+17
2016-02-23spice: add opengl/virgl/dmabuf supportGerd Hoffmann4-4/+140
2016-02-23spice: reset cursor on resizeMarc-André Lureau1-2/+12
2016-02-23egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2-0/+142
2016-02-23configure: add dma-buf support detection.Gerd Hoffmann1-1/+19
2016-02-23spice: init dcl before registering qxl interfaceGerd Hoffmann1-3/+3
2016-02-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160223-1' into s...Peter Maydell7-46/+43
2016-02-23ohci: allocate timer only once.Gerd Hoffmann1-26/+8
2016-02-23usb: add pid check at the first of uhci_handle_td()Gonglei1-6/+16
2016-02-23usb: check RNDIS buffer offsets & lengthPrasad J Pandit1-3/+6
2016-02-23usb: check RNDIS message lengthPrasad J Pandit1-9/+9
2016-02-23tusb6010: move from hw/timer to hw/usbPeter Maydell3-1/+2
2016-02-23usb: check USB configuration descriptor objectPrasad J Pandit1-1/+2
2016-02-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell29-432/+1663
2016-02-22Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-02-22' in...Kevin Wolf5-148/+18
2016-02-22qemu-iotests: 140: make description slightly more verboseSascha Silbe1-1/+5
2016-02-22qemu-iotests: 140: don't use IDE deviceSascha Silbe2-2/+1
2016-02-22qemu-iotests: 067: ignore QMP eventsSascha Silbe2-145/+10
2016-02-22blockdev: unset inappropriate flags when changing mediumAlyssa Milburn1-0/+2
2016-02-22MAINTAINERS: Add myself as maintainer of the throttling codeAlberto Garcia1-0/+9
2016-02-22docs: Document the throttling infrastructureAlberto Garcia1-0/+252
2016-02-22qapi: Correct the name of the iops_rd parameterAlberto Garcia1-1/+1
2016-02-22qemu-iotests: Extend iotest 093 to test burstsAlberto Garcia2-16/+53
2016-02-22throttle: Test throttle_compute_wait() during burstsAlberto Garcia1-0/+22
2016-02-22throttle: Check that burst_level leaks correctlyAlberto Garcia1-0/+16
2016-02-22qapi: Add burst length fields to BlockDeviceInfoAlberto Garcia2-6/+53
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia4-15/+104
2016-02-22throttle: Add command-line settings to define the burst periodsAlberto Garcia1-0/+37
2016-02-22throttle: Add support for burst periodsAlberto Garcia2-18/+96
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia4-13/+31
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia4-64/+19
2016-02-22throttle: Set always an average value when setting a maximum valueAlberto Garcia1-0/+2