summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/vfio/platform: irqfd setup sequence updateEric Auger2015-10-051-22/+29
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-0214-147/+179
|\
| * vhost-user-test: fix predictable filename on tmpfsMichael S. Tsirkin2015-10-021-1/+1
| * vhost-user-test: use tmpfs by defaultMichael S. Tsirkin2015-10-021-12/+25
| * pc: memhp: force gaps between DIMM's GPAIgor Mammedov2015-10-024-2/+7
| * memhp: extend address auto assignment to support gapsIgor Mammedov2015-10-024-11/+16
| * vhost-user: unit test for new messagesMichael S. Tsirkin2015-10-021-0/+18
| * vhost-user-test: do not reinvent glib-compat.hPaolo Bonzini2015-10-021-97/+16Star
| * virtio: Notice when the system doesn't support MSIx at allRichard Henderson2015-10-011-6/+11
| * pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost2015-10-012-0/+14
| * exec: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin2015-10-011-3/+39
| * oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin2015-10-011-4/+4
| * oslib: rework anonimous RAM allocationMichael S. Tsirkin2015-10-011-2/+10
| * virtio-net: correctly drop truncated packetsJason Wang2015-10-011-7/+1Star
| * virtio: introduce virtqueue_discard()Jason Wang2015-10-012-0/+9
| * virtio: introduce virtqueue_unmap_sg()Jason Wang2015-10-011-4/+10
* | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20151002' int...Peter Maydell2015-10-029-143/+228
|\ \
| * | linux-user: assert that target_mprotect cannot failPaolo Bonzini2015-10-011-4/+1Star
| * | linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target...Chen Gang2015-10-011-7/+2Star
| * | linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table forChen Gang2015-09-281-0/+1
| * | linux-user: add name_to_handle_at/open_by_handle_atLaurent Vivier2015-09-281-0/+98
| * | linux-user: Return target error number in do_fork()Timothy E Baldwin2015-09-281-2/+3
| * | linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer2015-09-282-10/+18
| * | linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-285-76/+56Star
| * | linux-user: remove unused image_info membersStefan Brüns2015-09-282-5/+0Star
| * | linux-user: Treat --foo options the same as -fooMeador Inge2015-09-281-0/+4
| * | linux-user: use EXIT_SUCCESS and EXIT_FAILURERiku Voipio2015-09-281-36/+36
| * | linux-user: Add proper error messages for bad optionsMeador Inge2015-09-281-3/+7
| * | linux-user: Add -helpMeador Inge2015-09-281-0/+2
| * | linux-user: Exit 0 when -h is usedMeador Inge2015-09-281-10/+10
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-10-025-9/+18
|\ \ \
| * | | block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo...Richard W.M. Jones2015-10-021-1/+1
| * | | block: disable I/O limits at the beginning of bdrv_close()Alberto Garcia2015-10-021-5/+6
| * | | iotests: Fix test 128 for password-less sudoMax Reitz2015-10-021-1/+8
| * | | tests: Fix test 049 fallout from improved HMP error messagesEric Blake2015-10-021-0/+1
| * | | raw-win32: Fix write request error handlingKevin Wolf2015-10-021-2/+2
|/ / /
* | | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2015-10-021-1/+3
|\ \ \
| * | | block: mirror - fix full sync mode when target does not support zero initJeff Cody2015-10-011-1/+3
| | |/ | |/|
* | | target-microblaze: Set the PC in reset instead of realizeAlistair Francis2015-10-021-2/+2
* | | disas/cris: Fix typo in commentStefan Weil2015-10-021-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150930' i...Peter Maydell2015-10-017-65/+263
|\ \
| * | migration: Disambiguate MAX_THROTTLEJason J. Herne2015-09-301-1/+1
| * | qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne2015-09-303-1/+16
| * | migration: Dynamic cpu throttling for auto-convergeJason J. Herne2015-09-302-59/+34Star
| * | migration: Parameters for auto-converge cpu throttlingJason J. Herne2015-09-303-4/+91
| * | cpu: Provide vcpu throttling interfaceJason J. Herne2015-09-302-0/+120
| * | migration: yet more possible state transitionsJuan Quintela2015-09-301-0/+1
|/ /
* | Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' in...Peter Maydell2015-09-2912-142/+211
|\ \
| * | ram_find_and_save_block: Split out the findingDr. David Alan Gilbert2015-09-291-25/+59
| * | Move dirty page search state into separate structureDr. David Alan Gilbert2015-09-291-20/+35