aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Makefile: avoid leaving the temporary QEMU_PKGVERSION header fileLin Ma1-1/+5
2017-02-16vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...Dou Liyang1-2/+2
2017-02-16qemu-nbd: Implement socket activation.Richard W.M. Jones1-9/+163
2017-02-16qemu-doc: Clarify that -vga std is now the defaultAlberto Garcia1-2/+2
2017-02-16cpu-exec: remove outermost infinite loopPaolo Bonzini1-31/+27
2017-02-16cpu-exec: avoid repeated sigsetjmp on interruptsPaolo Bonzini1-12/+12
2017-02-16cpu-exec: avoid cpu_loop_exit in cpu_handle_interruptPaolo Bonzini1-11/+12
2017-02-16cpu-exec: tighten barrier on TCG_EXIT_REQUESTEDPaolo Bonzini1-2/+2
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini2-3/+5
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth3-33/+81
2017-02-16gdbstub: Fix vCont behaviourClaudio Imbrenda1-47/+162
2017-02-16move vm_start to cpus.cClaudio Imbrenda3-29/+45
2017-02-16char: drop data written to a disconnected ptyEd Swierk1-1/+1
2017-02-16apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk1-0/+2
2017-02-16qemu-char: socket backend: disconnect on write errorAnton Nefedov1-0/+10
2017-02-16test-vmstate: remove yield_until_fd_readablePaolo Bonzini1-11/+0
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu1-0/+5
2017-02-16ioapic: fix error report value of def versionPeter Xu1-2/+4
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu1-4/+4
2017-02-14Merge remote-tracking branch 'remotes/rth/tags/pull-or-20170214' into stagingPeter Maydell25-1012/+915
2017-02-14target/openrisc: Optimize for r0 being zeroRichard Henderson3-23/+66
2017-02-14target/openrisc: Tidy handling of delayed branchesRichard Henderson5-35/+25
2017-02-14target/openrisc: Tidy ppc/npc implementationRichard Henderson6-55/+39
2017-02-14target/openrisc: Optimize l.jal to nextRichard Henderson1-1/+5
2017-02-14target/openrisc: Fix maddRichard Henderson4-61/+30
2017-02-14target/openrisc: Implement muld, muldu, macu, msbuRichard Henderson1-0/+108
2017-02-14target/openrisc: Represent MACHI:MACLO as a single unitRichard Henderson4-61/+80
2017-02-14target/openrisc: Implement msyncRichard Henderson1-0/+1
2017-02-14target/openrisc: Enable trap, csync, msync, psync for user modeRichard Henderson1-32/+0
2017-02-14target/openrisc: Set flags on helpersRichard Henderson1-12/+12
2017-02-14target/openrisc: Use movcond where appropriateRichard Henderson1-14/+14
2017-02-14target/openrisc: Keep SR_CY and SR_OV in a separate variablesRichard Henderson4-89/+78
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson9-78/+98
2017-02-14target/openrisc: Invert the decoding in dec_calcRichard Henderson1-207/+95
2017-02-14target/openrisc: Put SR[OVE] in TB flagsRichard Henderson3-12/+18
2017-02-14target/openrisc: Streamline arithmetic and OVERichard Henderson5-314/+191
2017-02-14target/openrisc: Rationalize immediate extractionRichard Henderson1-58/+40
2017-02-14target/openrisc: Tidy insn dumpingRichard Henderson1-24/+12
2017-02-14target/openrisc: Implement lwa, swaRichard Henderson7-8/+81
2017-02-14target/openrisc: Fix exception handling status registersStafford Horne1-0/+7
2017-02-14linux-user: Honor CLONE_SETTLS for openriscRichard Henderson1-3/+1
2017-02-14linux-user: Fix openrisc cpu_loopRichard Henderson1-54/+41
2017-02-14linux-user: Add MMAP_SHIFT for openriscRichard Henderson1-0/+2
2017-02-14target/openrisc: Rename the cpu from or32 to or1kRichard Henderson8-13/+13
2017-02-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170213a'...Peter Maydell27-185/+648
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert2-107/+213
2017-02-13tests/migration: Add test for VMSTATE_WITH_TMPDr. David Alan Gilbert1-6/+92
2017-02-13migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert2-0/+59
2017-02-13migration: Add VMSTATE_UNUSED_VARRAY_UINT32Dr. David Alan Gilbert1-0/+11
2017-02-13COLO: Don't process failover request while loading VM's statezhanghailiang2-1/+29