aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-15disas: Disassemble all ppc insns for the hostRichard Henderson
2013-04-15exec: remove useless declarations from memory-internal.hPaolo Bonzini
2013-04-15memory: move core typedefs to qemu/typedefs.hPaolo Bonzini
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini
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-15configure: fix TPM logicPaolo Bonzini
2013-04-15acpi.h: make it self containedMichael S. Tsirkin
2013-04-15acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin
2013-04-15hw: Add lost ARM core againStefan Weil
2013-04-15Fix failure to create q35 machineHu Tao
2013-04-15Add linux-headers to QEMU_INCLUDESJan Kiszka
2013-04-15arm: fix location of some include filesPeter 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
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-13qjson: to_json() case QTYPE_QSTRING is buggy, rewriteMarkus Armbruster
2013-04-13check-qjson: Test noncharacters other than U+FFFE, U+FFFF in stringsMarkus Armbruster
2013-04-13check-qjson: Improve a few comments, delete bogus onesMarkus Armbruster
2013-04-13unicode: New mod_utf8_codepoint()Markus Armbruster
2013-04-13Merge branch 'mingw' of git://qemu.weilnetz.de/qemuAurelien Jarno
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno
2013-04-13aes: make Td[0-5] and Te[0-5] tables non staticAurelien Jarno
2013-04-13aes: move aes.h from include/block to include/qemuAurelien Jarno
2013-04-13disas/i386.c: disassemble aes-ni instructionsAurelien Jarno
2013-04-13target-i386: enable PCLMULQDQ on Westmere CPUAurelien Jarno