aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-15tcg-ppc64: Use I constraint for mulRichard Henderson
2013-04-15tcg-ppc64: Implement depositRichard Henderson
2013-04-15tcg-ppc64: Handle constant inputs for some compound logicalsRichard Henderson
2013-04-15tcg-ppc64: Implement compound logicalsRichard Henderson
2013-04-15tcg-ppc64: Implement bswap64Richard Henderson
2013-04-15tcg-ppc64: Implement bswap16 and bswap32Richard Henderson
2013-04-15tcg-ppc64: Implement rotatesRichard Henderson
2013-04-15tcg-ppc64: Streamline qemu_ld/st insn selectionRichard Henderson
2013-04-15tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson
2013-04-15tcg-ppc64: Improve and_i64 with constantRichard Henderson
2013-04-15tcg-ppc64: Improve and_i32 with constantRichard Henderson
2013-04-15tcg-ppc64: Tidy or and xor patterns.Richard Henderson
2013-04-15tcg-ppc64: Allow constant first argument to subRichard Henderson
2013-04-15tcg-ppc64: Improve constant add and sub ops.Richard Henderson
2013-04-15tcg-ppc64: Rearrange integer constant constraintsRichard Henderson
2013-04-15tcg-ppc64: Cleanup tcg_out_moviRichard Henderson
2013-04-15tcg-ppc64: Fix setcond_i32Richard Henderson
2013-04-15tcg-ppc64: Introduce and use TAI and SAIRichard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_ext32uRichard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_rlwRichard Henderson
2013-04-15tcg-ppc64: Use TCGReg everywhereRichard Henderson
2013-04-15disas: Disassemble all ppc insns for the hostRichard Henderson
2013-04-15qemu-char: another io_add_watch_poll fixPaolo Bonzini
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic
2013-04-15virtio-serial-ccw: switch to the new API.KONRAD Frederic
2013-04-15virtio-serial-s390: switch to the new API.KONRAD Frederic
2013-04-15virtio-serial-pci: switch to the new API.KONRAD Frederic
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic
2013-04-15virtio: fix broken aliases.KONRAD Frederic
2013-04-15Update Makefile to actually install the new efi-enabled nic roms that are use...Sander Eikelenboom
2013-04-15acpi.h: make it self containedMichael S. Tsirkin
2013-04-15target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHRPetar Jovanovic
2013-04-15fpu: Correct edgecase in float64_muladdPeter Maydell
2013-04-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-04-15Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-04-15Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-04-15rbd: add an asynchronous flushJosh Durgin
2013-04-15iotests: Add 'check -ssh' option to test Secure Shell block device.Richard W.M. Jones
2013-04-15block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.Richard W.M. Jones
2013-04-15block: Add support for Secure Shell (ssh) block device.Richard W.M. Jones
2013-04-15ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi
2013-04-15qemu-iotests: filter QEMU_PROG in 051.outStefan Hajnoczi
2013-04-15qemu-iotests: Add test for -drive optionsKevin Wolf
2013-04-15qemu-iotests: A few more bdrv_pread/pwrite testsKevin Wolf
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf
2013-04-15savevm: Implement block_writev_buffer()Kevin Wolf