summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-09LICENSE: There is no libqemu.a anymoreChen Wei-Ren1-3/+1
2011-12-09Makefile.objs: Remove libqemu_common.a from the commentChen Wei-Ren1-4/+3
2011-12-09Makefile.target: Remove out of date commentChen Wei-Ren1-2/+0
2011-12-09qemu-tech.texi: Remove libqemu related stuff from the documentChen Wei-Ren1-10/+0
2011-12-09tests/qruncom.c: Remove libqemu.a exampleChen Wei-Ren1-284/+0
2011-12-09tests/Makefile: Remove qruncom targetChen Wei-Ren1-6/+0
2011-12-09tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil1-5/+0
2011-12-06mips_malta: resolve endless loop when loading biosChen Rui1-0/+1
2011-12-06memory: minor documentation fixes/enhancementsAdemar de Souza Reis Jr2-19/+25
2011-12-06linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell1-2/+4
2011-12-06Rename get_tls to tls_varJan Kiszka2-3/+3
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell1-17/+17
2011-12-06linux-user/cpu-uname.c: Convert to UTF-8Peter Maydell1-1/+1
2011-12-06Convert keymap file to UTF-8 encodingStefan Weil1-1/+1
2011-12-06Convert source files to UTF-8 encodingStefan Weil5-5/+5
2011-12-06configure: Pull linux-headers/asm symlink creation out of loopPeter Maydell1-17/+20
2011-12-06pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_errorZhi Yong Wu4-4/+4
2011-12-06fix spelling in hw sub directoryDong Xu Wang22-30/+30
2011-12-06fix typo: delete redundant semicolonDong Xu Wang15-21/+21
2011-12-06win32: fix memory leakZhi Hui Li1-0/+7
2011-12-06net/socket.c : fix memory leakZhi Hui Li1-0/+3
2011-12-06configure: Print a banner comment at the top of config.logPeter Maydell1-0/+5
2011-12-06configure: Include #define name in check_define compiler errorPeter Maydell1-1/+1
2011-12-06console: Fix qemu_default_pixelformat() for 24 bppMarkus Armbruster1-0/+1
2011-12-06console: Fix console_putchar() for CSI JMarkus Armbruster1-0/+1
2011-12-06console: Clean up confusing indentation in console_putchar()Markus Armbruster1-9/+9
2011-12-05hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell1-9/+18
2011-12-05configure: Drop armv4l/armv4b distinction in $cpuPeter Maydell1-14/+12
2011-12-05pseries: Fix array overrun bug in PCI codeDavid Gibson1-1/+1
2011-12-05target-arm/helper.c: Don't allocate TCG resources unless TCG enabledPeter Maydell1-1/+1
2011-12-05target-arm/translate.c: Fix slightly misleading comment in Thumb decoderPeter Maydell1-3/+5
2011-12-05Fix hw_error messages from arm_timer.cPeter Chubb1-4/+4
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori40-343/+1329
2011-12-05Merge remote-tracking branch 'aneesh/1.0-fixes' into stagingAnthony Liguori14-72/+130
2011-12-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori51-72/+71
2011-12-05Merge remote-tracking branch 'qemu-kvm/memory/batch' into stagingAnthony Liguori168-2730/+2396
2011-12-05Update version for 1.1 development branchAnthony Liguori1-1/+1
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi12-13/+34
2011-12-05block: wait_for_overlapping_requests() deadlock detectionStefan Hajnoczi1-0/+8
2011-12-05block: implement bdrv_co_is_allocated() boundary casesStefan Hajnoczi1-8/+18
2011-12-05dma-helpers: Add trace eventsKevin Wolf2-0/+17
2011-12-05cow: use bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05block: add -drive copy-on-read=on|offStefan Hajnoczi4-3/+21
2011-12-05block: core copy-on-read logicStefan Hajnoczi2-0/+73
2011-12-05block: request overlap detectionStefan Hajnoczi1-2/+43
2011-12-05block: wait for overlapping requestsStefan Hajnoczi1-0/+35
2011-12-05block: add interface to toggle copy-on-readStefan Hajnoczi3-0/+28
2011-12-05block: add request trackingStefan Hajnoczi2-1/+51
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi3-8/+14
2011-12-05qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi1-0/+6