summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-02virtio-blk: Return UNSUPP for unknown request typesAlexey Zaytsev1-1/+5
2013-01-02virtio-blk: add x-data-plane=on|off performance featureStefan Hajnoczi2-1/+46
2013-01-02dataplane: add virtio-blk data plane codeStefan Hajnoczi5-1/+502
2013-01-02virtio-blk: restore VirtIOBlkConf->config_wce flagStefan Hajnoczi3-2/+6
2013-01-02iov: add qemu_iovec_concat_iov()Stefan Hajnoczi2-12/+30
2013-01-02test-iov: add iov_discard_front/back() testcasesStefan Hajnoczi1-0/+150
2013-01-02iov: add iov_discard_front/back() to remove dataStefan Hajnoczi2-0/+64
2013-01-02dataplane: add Linux AIO request queueStefan Hajnoczi3-1/+175
2013-01-02dataplane: add event loopStefan Hajnoczi3-1/+141
2013-01-02dataplane: add virtqueue vring codeStefan Hajnoczi4-1/+428
2013-01-02dataplane: add host memory mapping codeStefan Hajnoczi4-1/+237
2013-01-02configure: add CONFIG_VIRTIO_BLK_DATA_PLANEStefan Hajnoczi1-0/+21
2013-01-02raw-posix: add raw_get_aio_fd() for virtio-blk-data-planeStefan Hajnoczi2-0/+43
2013-01-02Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori4-4/+47
2013-01-02Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori9-61/+136
2013-01-02Merge remote-tracking branch 'kraxel/seabios-a810e4e' into stagingAnthony Liguori4-0/+0
2013-01-01pflash_cfi01: Suppress warning when Linux probes for AMD flashStefan Weil1-0/+3
2013-01-01target-mips: Use EXCP_SC rather than a magic number陳韋任 (Wei-Ren Chen)1-3/+2
2013-01-01target-mips: Make repl_ph to sign extend to target-longJovanovic, Petar1-1/+2
2013-01-01Fix my email addressDongxue Zhang1-1/+1
2013-01-01target-mips: Remove semicolon from macro definitionStefan Weil1-1/+1
2013-01-01target-mips: Fix for helpers for EXTR_* instructionsPetar Jovanovic9-35/+195
2013-01-01target-mips: Fix incorrect reads and writes to DSPControl registerPetar Jovanovic3-40/+32
2012-12-29Fix semaphores fallback codeBrad Smith1-0/+1
2012-12-29tcg-hppa: Fix typo in brcond2Richard Henderson1-1/+1
2012-12-29tcg-i386: Perform cmov detection at runtime for 32-bit.Richard Henderson3-6/+49
2012-12-29tcg: Add TCGV_IS_UNUSED_*Richard Henderson2-0/+5
2012-12-28Disable semaphores fallback code for OpenBSDBrad Smith2-6/+6
2012-12-28usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy1-0/+1
2012-12-28Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerberBlue Swirl42-867/+1224
2012-12-26virtio-pci: don't poll masked vectorsMichael S. Tsirkin1-12/+40
2012-12-26msix: expose access to masked/pending stateMichael S. Tsirkin2-3/+6
2012-12-26msi: add API to get notified about pending bit pollMichael S. Tsirkin5-4/+21
2012-12-26pcie: Fix bug in pcie_ext_cap_set_nextKnut Omang1-1/+1
2012-12-25qemu-kvm/pci-assign: 64 bits bar emulationXudong Hao1-4/+10
2012-12-23MAINTAINERS: Take over kvm maintenanceGleb Natapov1-2/+2
2012-12-23configure: allow disabling pixman if not neededRobert Schiele2-2/+18
2012-12-23tmp105: Create API for TMP105 temperature sensor.Alex Horn3-11/+76
2012-12-23build: Use separate makefile for "trace/"Lluís Vilanova7-75/+96
2012-12-23win32: Switch thread abstraction to us TLS variable internallyJan Kiszka1-18/+6
2012-12-23target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevelEduardo Habkost1-1/+5
2012-12-23qemu-char: Inherit ptys and improve output from -serial ptyLei Li1-1/+7
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1126-4069/+3772
2012-12-22target-xtensa: fix search_pc for the last TB opcodeMax Filippov1-1/+5
2012-12-22net: add missing include fileLiming Wang1-0/+1
2012-12-22translate-all.c: Use tb1->phys_hash_next directly in tb_remove陳韋任 (Wei-Ren Chen)1-7/+5
2012-12-22net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil1-0/+1
2012-12-22xen: add missing includePaolo Bonzini1-0/+1
2012-12-22build: fix includes for VNCPaolo Bonzini3-10/+3
2012-12-21Merge remote-tracking branch 'quintela/thread-20121220.next' into stagingAnthony Liguori1124-4048/+3752