aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson1-6/+11
2015-10-01pc: Add a comment explaining why pc_compat_2_4() doesn't existEduardo Habkost2-0/+14
2015-10-01exec: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin1-3/+39
2015-10-01oslib: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin1-4/+4
2015-10-01oslib: rework anonimous RAM allocationMichael S. Tsirkin1-2/+10
2015-10-01virtio-net: correctly drop truncated packetsJason Wang1-7/+1
2015-10-01virtio: introduce virtqueue_discard()Jason Wang2-0/+9
2015-10-01virtio: introduce virtqueue_unmap_sg()Jason Wang1-4/+10
2015-10-01Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150930' i...Peter Maydell7-65/+263
2015-10-01linux-user: assert that target_mprotect cannot failPaolo Bonzini1-4/+1
2015-10-01linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target...Chen Gang1-7/+2
2015-09-30migration: Disambiguate MAX_THROTTLEJason J. Herne1-1/+1
2015-09-30qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne3-1/+16
2015-09-30migration: Dynamic cpu throttling for auto-convergeJason J. Herne2-59/+34
2015-09-30migration: Parameters for auto-converge cpu throttlingJason J. Herne3-4/+91
2015-09-30cpu: Provide vcpu throttling interfaceJason J. Herne2-0/+120
2015-09-30migration: yet more possible state transitionsJuan Quintela1-0/+1
2015-09-29Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' in...Peter Maydell12-142/+211
2015-09-29ram_find_and_save_block: Split out the findingDr. David Alan Gilbert1-25/+59
2015-09-29Move dirty page search state into separate structureDr. David Alan Gilbert1-20/+35
2015-09-29migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster7-22/+21
2015-09-29migration: qemu-file more size_t'ifyingDr. David Alan Gilbert2-16/+16
2015-09-29migration: size_t'ify some of qemu-fileDr. David Alan Gilbert7-24/+30
2015-09-29Init page sizes in qtestDr. David Alan Gilbert1-0/+1
2015-09-29Split out end of migration code from migration_threadDr. David Alan Gilbert2-28/+49
2015-09-29migration/ram.c: Use RAMBlock rather than MemoryRegionDr. David Alan Gilbert1-15/+11
2015-09-29vmstate: Remove redefinition of VMSTATE_UINT32_ARRAYSoren Brinkmann1-3/+0
2015-09-28linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table forChen Gang1-0/+1
2015-09-28linux-user: add name_to_handle_at/open_by_handle_atLaurent Vivier1-0/+98
2015-09-28linux-user: Return target error number in do_fork()Timothy E Baldwin1-2/+3
2015-09-28linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer2-10/+18
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns5-76/+56
2015-09-28linux-user: remove unused image_info membersStefan Brüns2-5/+0
2015-09-28linux-user: Treat --foo options the same as -fooMeador Inge1-0/+4
2015-09-28linux-user: use EXIT_SUCCESS and EXIT_FAILURERiku Voipio1-36/+36
2015-09-28linux-user: Add proper error messages for bad optionsMeador Inge1-3/+7
2015-09-28linux-user: Add -helpMeador Inge1-0/+2
2015-09-28linux-user: Exit 0 when -h is usedMeador Inge1-10/+10
2015-09-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150925-1' in...Peter Maydell1-54/+65
2015-09-25ui/cocoa.m: remove open dialog codeJohn Arbuckle1-54/+2
2015-09-25ui/cocoa.m: prevent stuck key situationJohn Arbuckle1-0/+26
2015-09-25ui/cocoa.m: verify with user before quitting QEMUJohn Arbuckle1-1/+38
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell85-386/+1341
2015-09-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150925.0' i...Peter Maydell1-8/+8
2015-09-25Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell6-48/+200
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell11-48/+38
2015-09-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell23-141/+590
2015-09-25sheepdog: refine discard supportHitoshi Mitake1-9/+20
2015-09-25sheepdog: use per AIOCB dirty indexes for non overlapping requestsHitoshi Mitake1-28/+35
2015-09-25net: remove muldiv64()Laurent Vivier1-1/+1