summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-08rng-random: Use qemu_open / qemu_closeStefan Berger1-2/+2
2013-03-08configure: Require at least spice-protocol-0.12.3Michal Privoznik1-1/+1
2013-03-08osdep: replace setsockopt by qemu_setsockoptLei Li1-2/+2
2013-03-08lm32: remove unused functionPaolo Bonzini1-16/+0
2013-03-08rtc-test: Fix test failures with recent glibCole Robinson1-2/+2
2013-03-08configure: Create link to icon bitmap for out-of-tree buildsJan Kiszka1-0/+1
2013-03-07hw/nand.c: correct the sense of the BUSY/READY status bitKuo-Jung Su1-1/+2
2013-03-05Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armAurelien Jarno21-108/+1064
2013-03-05mipsn32-linux-user: Configure the architecture properlyRichard Henderson7-1122/+628
2013-03-05mips64-linux-user: Enable 64-bit address mode and fpuRichard Henderson1-0/+12
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson1-7/+18
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson3-118/+58
2013-03-05mips-linux-user: Enable mips64 and mipsn32 linux-user targetsRichard Henderson1-0/+4
2013-03-05mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson1-1/+29
2013-03-05mips-linux-user: Delete n32 and n64 signal stubsRichard Henderson1-58/+0
2013-03-05MAINTAINERS: add entry for ARM KVM guest coresPeter Maydell1-0/+5
2013-03-05configure: Enable KVM on ARMPeter Maydell1-1/+1
2013-03-05hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GICPeter Maydell3-1/+175
2013-03-05target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell2-0/+119
2013-03-05hw/arm_gic: Convert ARM GIC classes to use init/realizePeter Maydell4-29/+37
2013-03-05hw/arm_gic: Add presave/postload hooksPeter Maydell2-0/+12
2013-03-05ARM KVM: save and load VFP registers from kernelPeter Maydell1-3/+75
2013-03-05ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall5-1/+363
2013-03-05target-arm: Drop CPUARMState* argument from bank_number()Peter Maydell1-7/+6
2013-03-05linux-headers: resync from mainline to add ARM KVM headersPeter Maydell4-0/+202
2013-03-05oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell1-1/+1
2013-03-05target-arm: Don't decode RFE or SRS on M profile coresPeter Maydell1-2/+3
2013-03-05target-arm: Factor out handling of SRS instructionPeter Maydell1-67/+69
2013-03-05target-mips: Fix accumulator selection for MIPS16 and microMIPSRichard Sandiford1-84/+64
2013-03-04target-mips: Translate breaks and traps into the appropriate signalMeador Inge1-1/+75
2013-03-04target-mips: fix DSP overflow macro and affected routinesPetar Jovanovic3-54/+94
2013-03-04Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori15-388/+328
2013-03-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori10-23/+165
2013-03-04Merge remote-tracking branch 'kraxel/seabios-1.7.2.1' into stagingAnthony Liguori2-0/+0
2013-03-04Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori12-24/+80
2013-03-04block: for HMP commit() operations on 'all', skip non-COW drivesJeff Cody1-3/+5
2013-03-04sheepdog: add support for connecting to unix domain socketMORITA Kazutaka3-13/+77
2013-03-04sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka1-81/+30
2013-03-04sheepdog: accept URIsMORITA Kazutaka3-56/+117
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka6-21/+11
2013-03-04slirp/tcp_subr.c: fix coding style in tcp_connectMORITA Kazutaka1-68/+72
2013-03-04dataplane: remove EventPoll in favor of AioContextPaolo Bonzini4-161/+29
2013-03-04virtio-blk: fix unplug + virsh rebootChristian Borntraeger1-1/+3
2013-03-04ide/macio: Fix macio DMA initialisation.Mark Cave-Ayland1-1/+1
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell16-32/+32
2013-03-03translate-all.c: Remove cpu_unlink_tb()Peter Maydell1-69/+0
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell6-4/+47
2013-03-03cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PCPeter Maydell1-11/+18
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber15-1/+18
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell3-6/+49