summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Update version for 1.7.0-rc1 releasev1.7.0-rc1Anthony Liguori1-1/+1
2013-11-21vfio-pci: Fix multifunction=onAlex Williamson1-0/+7
2013-11-21target-i386: Fix addr32 prefix in gen_lea_modrmRichard Henderson1-45/+47
2013-11-21atomic.h: Fix build with clangPeter Maydell1-3/+3
2013-11-21target-i386: do not override nr_cores for -cpu hostPaolo Bonzini1-6/+8
2013-11-21mips jazz: do not raise data bus exception when accessing invalid addressesHervé Poussineau1-0/+24
2013-11-21target-i386: yield to another VCPU on PAUSEPaolo Bonzini3-3/+25
2013-11-21rng-egd: offset the point when repeatedly read from the bufferAmos Kong1-1/+3
2013-11-21rng-egd: remove redundant freeAmos Kong1-1/+0
2013-11-21virtio-rng: add check of periodAmos Kong1-0/+6
2013-11-21s390x: fix flat file load on 32 bit systemsMichael S. Tsirkin1-8/+9
2013-11-21acpi-build: fix build on glib < 2.14Michael S. Tsirkin2-5/+8
2013-11-21acpi-build: fix build on glib < 2.22Michael S. Tsirkin1-5/+6
2013-11-21Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2-55/+14
2013-11-21Merge remote-tracking branch 'jliu/or32' into stagingAnthony Liguori8-107/+119
2013-11-21Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-1/+1
2013-11-20target-openrisc: Correct carry flag check of l.addc and l.addic test casesSebastian Macke2-7/+11
2013-11-20target-openrisc: Correct memory bounds checking for the tlb buffersSebastian Macke1-8/+8
2013-11-20openrisc-timer: Reduce overhead, Separate clock update functionsSebastian Macke3-30/+38
2013-11-20target-openrisc: Correct wrong epcr register in interrupt handlerSebastian Macke1-18/+7
2013-11-20target-openrisc: Remove executable flag for every pageSebastian Macke1-2/+2
2013-11-20target-openrisc: Remove unnecessary code generated by jump instructionsSebastian Macke1-19/+26
2013-11-20target-openrisc: Speed up move instructionSebastian Macke1-23/+27
2013-11-20The calculation of bytes_xfer in qemu_put_buffer() is wrongWangting (Kathy)1-1/+1
2013-11-19Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-8/+0
2013-11-19Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori10-12/+12
2013-11-19Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori1-2/+3
2013-11-19Merge remote-tracking branch 'rth/tcg-ia64-17' into stagingAnthony Liguori2-362/+397
2013-11-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-5/+5
2013-11-19Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori13-58/+573
2013-11-19Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori22-16/+531
2013-11-19Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-4/+5
2013-11-19Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream-1.7' into st...Anthony Liguori7-1/+5
2013-11-19migration: drop MADVISE_DONT_NEED for incoming zero pagesPeter Lieven1-8/+0
2013-11-19qom: Fix memory leak in object_property_set_link()Vlad Yasevich1-2/+3
2013-11-19qtest: Use -display none by defaultAndreas Färber10-12/+12
2013-11-19virtio-net: fix the memory leak in rxfilter_notify()Amos Kong1-4/+4
2013-11-18doc: fix hardcoded helper pathAmos Kong1-3/+3
2013-11-18tcg-ia64: Introduce tcg_opc_bswap64_iRichard Henderson1-35/+28
2013-11-18tcg-ia64: Introduce tcg_opc_ext_iRichard Henderson1-30/+24
2013-11-18tcg-ia64: Introduce tcg_opc_movi_aRichard Henderson1-16/+16
2013-11-18tcg-ia64: Introduce tcg_opc_mov_aRichard Henderson1-19/+16
2013-11-18tcg-ia64: Use A3 form of logical operationsRichard Henderson1-30/+34
2013-11-18tcg-ia64: Use SUB_A3 and ADDS_A4 for subtractionRichard Henderson1-2/+23
2013-11-18tcg-ia64: Use ADDS for small additionRichard Henderson1-4/+16
2013-11-18tcg-ia64: Avoid unnecessary stop bit in tcg_out_aluRichard Henderson1-11/+6
2013-11-18tcg-ia64: Move AREG0 to R32Richard Henderson2-9/+8
2013-11-18tcg-ia64: Simplify brcondRichard Henderson1-34/+10
2013-11-18tcg-ia64: Handle constant callsRichard Henderson1-3/+35
2013-11-18tcg-ia64: Use shortcuts for nop insnsRichard Henderson1-124/+127