aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-08qemu-char: move text console init to console.cAnthony Liguori
2013-03-08qemu-char: move msmouse registeration to msmouse.cAnthony Liguori
2013-03-08qemu-char: move baum registration to baum.cAnthony Liguori
2013-03-08qemu-char: move spice registration to spice-qemu-char.cAnthony Liguori
2013-03-08qemu-char: make char drivers dynamically registerableAnthony Liguori
2013-03-08qemu-char: remove use of QEMUTimer in favor of glib idle functionAnthony Liguori
2013-03-08qemu-char: use a glib timeout instead of qemu-timerAnthony Liguori
2013-03-08char: add gio watch fn for tcp backendsAmit Shah
2013-03-08qemu-char: add pty watchAnthony Liguori
2013-03-08qemu-char: add watch supportAnthony Liguori
2013-03-08qemu-char: tcp: make use GIOChannelAnthony Liguori
2013-03-08qemu-char: convert UDP to GIOChannelAnthony Liguori
2013-03-08qemu-char: convert pty to GIOChannelAnthony Liguori
2013-03-08qemu-char: convert fd_chr to use a GIOChannelAnthony Liguori
2013-03-08char: add IOWatchPoll supportAnthony Liguori
2013-03-08qemu-char: remove dead/confusing logic with nb_stdio_clientsAnthony Liguori
2013-03-08char-socket: fix error reportingAnthony Liguori
2013-03-07hw/nand.c: correct the sense of the BUSY/READY status bitKuo-Jung Su
2013-03-05Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armAurelien Jarno
2013-03-05mipsn32-linux-user: Configure the architecture properlyRichard Henderson
2013-03-05mips64-linux-user: Enable 64-bit address mode and fpuRichard Henderson
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson
2013-03-05mips-linux-user: Save and restore fpu and dsp from sigcontextRichard Henderson
2013-03-05mips-linux-user: Enable mips64 and mipsn32 linux-user targetsRichard Henderson
2013-03-05mips-linux-user: Share o32 code for n32 and n64 signalsRichard Henderson
2013-03-05mips-linux-user: Delete n32 and n64 signal stubsRichard Henderson
2013-03-05MAINTAINERS: add entry for ARM KVM guest coresPeter Maydell
2013-03-05configure: Enable KVM on ARMPeter Maydell
2013-03-05hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GICPeter Maydell
2013-03-05target-arm: Use MemoryListener to identify GIC base address for KVMPeter Maydell
2013-03-05hw/arm_gic: Convert ARM GIC classes to use init/realizePeter Maydell
2013-03-05hw/arm_gic: Add presave/postload hooksPeter Maydell
2013-03-05ARM KVM: save and load VFP registers from kernelPeter Maydell
2013-03-05ARM: KVM: Add support for KVM on ARM architectureChristoffer Dall
2013-03-05target-arm: Drop CPUARMState* argument from bank_number()Peter Maydell
2013-03-05linux-headers: resync from mainline to add ARM KVM headersPeter Maydell
2013-03-05oslib-posix: Align to permit transparent hugepages on ARM LinuxPeter Maydell
2013-03-05target-arm: Don't decode RFE or SRS on M profile coresPeter Maydell
2013-03-05target-arm: Factor out handling of SRS instructionPeter Maydell
2013-03-05target-mips: Fix accumulator selection for MIPS16 and microMIPSRichard Sandiford
2013-03-04target-mips: Translate breaks and traps into the appropriate signalMeador Inge
2013-03-04target-mips: fix DSP overflow macro and affected routinesPetar Jovanovic
2013-03-04Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-03-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-04Merge remote-tracking branch 'kraxel/seabios-1.7.2.1' into stagingAnthony Liguori
2013-03-04Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2013-03-04block: for HMP commit() operations on 'all', skip non-COW drivesJeff Cody
2013-03-04sheepdog: add support for connecting to unix domain socketMORITA Kazutaka
2013-03-04sheepdog: use inet_connect to simplify connect codeMORITA Kazutaka
2013-03-04sheepdog: accept URIsMORITA Kazutaka