aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland2-10/+46
2017-10-31sparc32_dma: make esp device child of espdma deviceMark Cave-Ayland3-11/+37
2017-10-31esp: move TYPE_ESP and SysBusESPState from esp.c to esp.hMark Cave-Ayland2-13/+14
2017-10-31sparc32_dma: use object link instead of qdev property to pass IOMMU referenceMark Cave-Ayland2-10/+7
2017-10-31sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.hMark Cave-Ayland2-14/+16
2017-10-31sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init()Mark Cave-Ayland1-13/+16
2017-10-31sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.hMark Cave-Ayland2-34/+37
2017-10-31sparc32_dma: split esp and le into separate DMA devicesMark Cave-Ayland2-14/+52
2017-10-31sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICEMark Cave-Ayland2-34/+35
2017-10-31Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171031'...Peter Maydell10-14/+57
2017-10-31Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-30' into st...Peter Maydell9-187/+962
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger1-2/+8
2017-10-31msf2: Wire up SYSRESETREQ in SoC for system resetSubbaraya Sundeep1-0/+11
2017-10-31msf2: Remove dead code reported by CoveritySubbaraya Sundeep1-4/+14
2017-10-31xlnx-zcu102: Specify the max number of CPUsAlistair Francis1-0/+1
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini6-8/+23
2017-10-31Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20171030' into s...Peter Maydell2-23/+26
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-30monitor: fix dangling CPU pointerGreg Kurz1-5/+18
2017-10-30hmp: Replace error_report_errZhiPeng Lu1-18/+8
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