summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-15tcg-ppc64: Fix setcond_i32Richard Henderson1-0/+6
2013-04-15tcg-ppc64: Introduce and use TAI and SAIRichard Henderson1-73/+70
2013-04-15tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson1-2/+7
2013-04-15tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson1-5/+8
2013-04-15tcg-ppc64: Introduce and use tcg_out_ext32uRichard Henderson1-5/+10
2013-04-15tcg-ppc64: Introduce and use tcg_out_rlwRichard Henderson1-52/+20
2013-04-15tcg-ppc64: Use TCGReg everywhereRichard Henderson1-15/+21
2013-04-15disas: Disassemble all ppc insns for the hostRichard Henderson1-0/+1
2013-04-15exec: remove useless declarations from memory-internal.hPaolo Bonzini1-6/+0
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini3-7/+4
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini9-11/+9
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini78-78/+78
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini15-128/+103
2013-04-15qemu-char: another io_add_watch_poll fixPaolo Bonzini1-1/+4
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic2-4/+0
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic2-25/+27
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic1-73/+21
2013-04-15virtio-serial-ccw: switch to the new API.KONRAD Frederic2-13/+27
2013-04-15virtio-serial-s390: switch to the new API.KONRAD Frederic2-11/+31
2013-04-15virtio-serial-pci: switch to the new API.KONRAD Frederic2-67/+78
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic5-12/+100
2013-04-15virtio: fix broken aliases.KONRAD Frederic3-3/+3
2013-04-15Update Makefile to actually install the new efi-enabled nic roms that are use...Sander Eikelenboom1-0/+2
2013-04-15acpi.h: make it self containedMichael S. Tsirkin1-0/+6
2013-04-15target-mips: fix mipsdsp_mul_q15_q15 and tests for MAQ_SA_W_PHL/PHRPetar Jovanovic3-31/+19
2013-04-15fpu: Correct edgecase in float64_muladdPeter Maydell1-3/+9
2013-04-15configure: fix TPM logicPaolo Bonzini4-13/+21
2013-04-15acpi.h: make it self containedMichael S. Tsirkin1-0/+6
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin5-8/+10
2013-04-15hw: Add lost ARM core againStefan Weil1-1/+1
2013-04-15Fix failure to create q35 machineHu Tao2-2/+2
2013-04-15Add linux-headers to QEMU_INCLUDESJan Kiszka1-4/+1
2013-04-15arm: fix location of some include filesPeter Maydell49-62/+62
2013-04-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori22-44/+1722
2013-04-15Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori7-58/+6
2013-04-15Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-62/+42
2013-04-15rbd: add an asynchronous flushJosh Durgin1-4/+33
2013-04-15iotests: Add 'check -ssh' option to test Secure Shell block device.Richard W.M. Jones2-0/+8
2013-04-15block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk.Richard W.M. Jones3-10/+108
2013-04-15block: Add support for Secure Shell (ssh) block device.Richard W.M. Jones5-0/+1105
2013-04-15ide: refuse WIN_READ_NATIVE_MAX on empty deviceStefan Hajnoczi1-0/+4
2013-04-15qemu-iotests: filter QEMU_PROG in 051.outStefan Hajnoczi3-37/+43
2013-04-15qemu-iotests: Add test for -drive optionsKevin Wolf3-0/+311
2013-04-15qemu-iotests: A few more bdrv_pread/pwrite testsKevin Wolf2-0/+39
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf3-29/+61
2013-04-15savevm: Implement block_writev_buffer()Kevin Wolf2-5/+22
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf5-13/+42
2013-04-13qjson: to_json() case QTYPE_QSTRING is buggy, rewriteMarkus Armbruster2-173/+145
2013-04-13check-qjson: Test noncharacters other than U+FFFE, U+FFFF in stringsMarkus Armbruster1-12/+84
2013-04-13check-qjson: Improve a few comments, delete bogus onesMarkus Armbruster1-9/+13