aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy6-33/+498
2017-10-30nbd: Move nbd_read() to common headerEric Blake2-9/+10
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy4-32/+113
2017-10-30nbd/client: refactor nbd_receive_starttlsVladimir Sementsov-Ogievskiy2-18/+42
2017-10-30nbd/server: Include human-readable message in structured errorsEric Blake2-8/+14
2017-10-30nbd: Minimal structured read for serverVladimir Sementsov-Ogievskiy2-10/+99
2017-10-30nbd/server: Refactor zero-length option checkEric Blake1-28/+46
2017-10-30nbd/server: Simplify nbd_negotiate_options loopEric Blake1-15/+4
2017-10-30nbd/server: Report error for write to read-only exportEric Blake1-1/+2
2017-10-30nbd: Expose constants and structs for structured readEric Blake4-1/+71
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake5-45/+50
2017-10-30nbd: Include error names in trace messagesEric Blake5-4/+30
2017-10-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell10-21/+28
2017-10-30Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171029' i...Peter Maydell10-142/+244
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell59-689/+397
2017-10-30s390-*.img: update s390 bios with latest fixesChristian Borntraeger2-0/+0
2017-10-30s390-ccw: print carriage return with new linesCollin L. Walling1-3/+21
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger4-13/+2
2017-10-30target/s390x: change CPU type name to "s390x-cpu"David Hildenbrand3-5/+5
2017-10-29tests: check that migration parameters are really assignedJuan Quintela1-3/+24
2017-10-29tests: Don't abuse global_qtestJuan Quintela1-28/+27
2017-10-29tests: Factorize out migrate_test_start/endJuan Quintela1-38/+48
2017-10-29tests: Refactor setting of parameters/capabilitiesJuan Quintela1-37/+64
2017-10-29tests: rename postcopy-test to migration-testJuan Quintela3-8/+7
2017-10-29migration: Make xbzrle_cache_size a migration parameterJuan Quintela5-22/+69
2017-10-29migration: No need to return the size of the cacheJuan Quintela3-11/+7
2017-10-29migration: Don't play games with the requested cache sizeJuan Quintela1-5/+6
2017-10-29migration: Make sure that we pass the right cache sizeJuan Quintela1-5/+7
2017-10-28Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-10-26-tag' in...Peter Maydell6-8/+217
2017-10-27x86: Skip check apic_id_limit for XenLan Tianyu1-1/+1
2017-10-27numa: fixup parsed NumaNodeOptions earlierIgor Mammedov1-9/+10
2017-10-27mips: r4k: replace cpu_model with cpu_typeIgor Mammedov1-9/+7
2017-10-27mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov1-9/+6
2017-10-27mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov1-5/+3
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov1-5/+2
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov8-56/+36
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2-4/+2
2017-10-27sparc: leon3: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27sparc: sparc: use generic cpu_model parsingIgor Mammedov1-17/+12
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov4-15/+8
2017-10-27sparc: cleanup cpu type name compositionIgor Mammedov2-1/+4
2017-10-27tricore: use generic cpu_model parsingIgor Mammedov1-4/+2
2017-10-27tricore: cleanup cpu type name compositionIgor Mammedov2-48/+22
2017-10-27unicore32: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27unicore32: cleanup cpu type name compositionIgor Mammedov2-41/+23
2017-10-27xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsingIgor Mammedov1-6/+5
2017-10-27xtensa: sim: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27xtensa: cleanup cpu type name compositionIgor Mammedov3-2/+6
2017-10-27sh4: remove SuperHCPUClass::name fieldIgor Mammedov2-9/+3
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov2-23/+13