summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2012-12-20migration: merge QEMUFileBuffered into MigrationStateJuan Quintela2-38/+33
2012-12-20migration: fix qemu_get_fd for BufferedFilePaolo Bonzini1-1/+1
2012-12-20ram: refactor ram_save_block() return valueJuan Quintela1-10/+15
2012-12-20ram: account the amount of transferred ram betterJuan Quintela1-14/+20
2012-12-20ram: optimize migration bitmap walkingJuan Quintela1-19/+26
2012-12-20ram: Use memory_region_test_and_clear_dirtyJuan Quintela1-4/+3
2012-12-20memory: introduce memory_region_test_and_clear_dirtyJuan Quintela2-0/+32
2012-12-20ram: Add last_sent_blockJuan Quintela1-1/+5
2012-12-20ram: rename last_block to last_seen_blockJuan Quintela1-6/+10
2012-12-20migration: move migration notifierJuan Quintela1-2/+1
2012-12-20migration: Inline qemu_fopen_ops_buffered into migrate_fd_connectJuan Quintela2-10/+3
2012-12-20migration: move migration_fd_put_ready()Juan Quintela2-66/+65
2012-12-20migration: add XFER_LIMIT_RATIOJuan Quintela1-4/+6
2012-12-20migration: move buffered_file.c code into migration.cJuan Quintela5-282/+235
2012-12-20savevm: New save live migration method: pendingJuan Quintela8-84/+83
2012-12-20buffered_file: unfold buffered_append in buffered_put_bufferJuan Quintela1-19/+14
2012-12-20buffered_file: don't flush on put bufferJuan Quintela1-6/+0
2012-12-20buffered_file: Unfold the trick to restart generating migration dataJuan Quintela1-9/+10