aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-23q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_propsEduardo Habkost
2014-06-23virtio-pci: Report an error when msix vectors init failsFam Zheng
2014-06-23qemu-char: avoid leaking unused fds in tcp_get_msgfds()Stefan Hajnoczi
2014-06-23qemu-char: fix qemu_chr_fe_get_msgfd()Stefan Hajnoczi
2014-06-23qapi/string-output-visitor: fix human outputHu Tao
2014-06-23e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo
2014-06-23e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo
2014-06-23e1000: signal guest on successful link auto-negotiationGabriel L. Somlo
2014-06-23e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo
2014-06-23e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo
2014-06-23qtest: fix vhost-user-test unbalanced mutex locksNikolay Nikolaev
2014-06-23qtest: fix qtest for vhost-userNikolay Nikolaev
2014-06-23libqemustub: add more stubs for qemu-charNikolay Nikolaev
2014-06-23qapi/hmp: use 'backend' instead of 'device' with memory backendIgor Mammedov
2014-06-23vhost: fix resource leak in error handlingMichael S. Tsirkin
2014-06-23vhost: block migration if backend does not log memoryMichael S. Tsirkin
2014-06-23tcg-ppc: Use the return address as a base pointerRichard Henderson
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson
2014-06-23tcg-ppc: Rename the tcg/ppc64 backendRichard Henderson
2014-06-23tcg-ppc: Remove the backendRichard Henderson
2014-06-23tcg-ppc64: Merge ppc32 shiftsRichard Henderson
2014-06-23tcg-ppc64: Support mulsh_i32Richard Henderson
2014-06-23tcg-ppc64: Merge ppc32 register usageRichard Henderson
2014-06-23tcg-ppc64: Merge ppc32 qemu_ld/stRichard Henderson
2014-06-23tcg-ppc64: Merge ppc32 brcond2, setcond2, muluhRichard Henderson
2014-06-23tcg-ppc64: Begin merging ppc32 with ppc64Richard Henderson
2014-06-23tcg-ppc64: Fix sub2 implementationRichard Henderson
2014-06-23tcg-ppc64: Merge 32-bit ABIs into the prologue / frame codeRichard Henderson
2014-06-23tcg-ppc64: Adjust tcg_out_call for ELFv2Ulrich Weigand
2014-06-23tcg-ppc64: Support the ppc64 elfv2 ABIRichard Henderson
2014-06-23tcg-ppc64: Use the correct test in tcg_out_callRichard Henderson
2014-06-23tcg-ppc64: Better parameterize the stack frameRichard Henderson
2014-06-23tcg-ppc64: Fix TCG_TARGET_CALL_STACK_OFFSETRichard Henderson
2014-06-23tcg-ppc64: Move call macros out of tcg-target.hRichard Henderson
2014-06-23tcg-ppc64: Make TCG_AREG0 and TCG_REG_CALL_STACK enum constantsRichard Henderson
2014-06-23tcg-ppc64: Use tcg_out_{ld,st,cmp} internallyRichard Henderson
2014-06-23tcg-ppc64: Relax register restrictions in tcg_out_mem_longRichard Henderson
2014-06-23tcg-ppc64: Move functions aroundRichard Henderson
2014-06-23tcg-ppc64: Avoid some hard-codings of TCG_TYPE_I64Richard Henderson
2014-06-23tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson
2014-06-23pc-bios/s390-ccw: update s390-ccw.img binaryJens Freimann
2014-06-23pc-bios/s390-ccw: fix for fragmented SCSI bootmapEugene (jno) Dvurechenski
2014-06-23pc-bios/s390-ccw: do a subsystem reset before running the guestChristian Borntraeger
2014-06-23pc-bios/s390-ccw: virtio_load_direct() can't load max number of sectorsDavid Hildenbrand
2014-06-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-06-23Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell
2014-06-23Merge remote-tracking branch 'remotes/mcayland/qemu-openbios' into stagingPeter Maydell
2014-06-23console: move chardev declarations to sysemu/char.hMichael S. Tsirkin
2014-06-23block: asynchronously stop the VM on I/O errorsPaolo Bonzini