summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/qruncom.c: Remove libqemu.a exampleChen Wei-Ren2011-12-091-284/+0
* tests/Makefile: Remove qruncom targetChen Wei-Ren2011-12-091-6/+0
* tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil2011-12-091-5/+0
* mips_malta: resolve endless loop when loading biosChen Rui2011-12-061-0/+1
* memory: minor documentation fixes/enhancementsAdemar de Souza Reis Jr2011-12-062-19/+25
* linux-user/syscall.c: Don't skip stracing for fcntl64 failure casePeter Maydell2011-12-061-2/+4
* Rename get_tls to tls_varJan Kiszka2011-12-062-3/+3
* linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell2011-12-061-17/+17
* linux-user/cpu-uname.c: Convert to UTF-8Peter Maydell2011-12-061-1/+1
* Convert keymap file to UTF-8 encodingStefan Weil2011-12-061-1/+1
* Convert source files to UTF-8 encodingStefan Weil2011-12-065-5/+5
* configure: Pull linux-headers/asm symlink creation out of loopPeter Maydell2011-12-061-17/+20
* pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_errorZhi Yong Wu2011-12-064-4/+4
* fix spelling in hw sub directoryDong Xu Wang2011-12-0622-30/+30
* fix typo: delete redundant semicolonDong Xu Wang2011-12-0615-21/+21
* win32: fix memory leakZhi Hui Li2011-12-061-0/+7
* net/socket.c : fix memory leakZhi Hui Li2011-12-061-0/+3
* configure: Print a banner comment at the top of config.logPeter Maydell2011-12-061-0/+5
* configure: Include #define name in check_define compiler errorPeter Maydell2011-12-061-1/+1
* console: Fix qemu_default_pixelformat() for 24 bppMarkus Armbruster2011-12-061-0/+1
* console: Fix console_putchar() for CSI JMarkus Armbruster2011-12-061-0/+1
* console: Clean up confusing indentation in console_putchar()Markus Armbruster2011-12-061-9/+9
* hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell2011-12-051-9/+18
* configure: Drop armv4l/armv4b distinction in $cpuPeter Maydell2011-12-051-14/+12
* pseries: Fix array overrun bug in PCI codeDavid Gibson2011-12-051-1/+1
* target-arm/helper.c: Don't allocate TCG resources unless TCG enabledPeter Maydell2011-12-051-1/+1
* target-arm/translate.c: Fix slightly misleading comment in Thumb decoderPeter Maydell2011-12-051-3/+5
* Fix hw_error messages from arm_timer.cPeter Chubb2011-12-051-4/+4
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-0540-343/+1329
|\
| * block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi2011-12-0512-13/+34
| * block: wait_for_overlapping_requests() deadlock detectionStefan Hajnoczi2011-12-051-0/+8
| * block: implement bdrv_co_is_allocated() boundary casesStefan Hajnoczi2011-12-051-8/+18
| * dma-helpers: Add trace eventsKevin Wolf2011-12-052-0/+17
| * cow: use bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+3
| * block: add -drive copy-on-read=on|offStefan Hajnoczi2011-12-054-3/+21
| * block: core copy-on-read logicStefan Hajnoczi2011-12-052-0/+73
| * block: request overlap detectionStefan Hajnoczi2011-12-051-2/+43
| * block: wait for overlapping requestsStefan Hajnoczi2011-12-051-0/+35
| * block: add interface to toggle copy-on-readStefan Hajnoczi2011-12-053-0/+28
| * block: add request trackingStefan Hajnoczi2011-12-052-1/+51
| * coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi2011-12-053-8/+14
| * qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi2011-12-051-0/+6
| * block: add bdrv_co_is_allocated() interfaceStefan Hajnoczi2011-12-052-13/+26
| * block: drop .bdrv_is_allocated() interfaceStefan Hajnoczi2011-12-052-22/+18
| * cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-4/+4
| * vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-3/+3
| * vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-2/+2
| * block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-053-11/+18
| * qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-051-4/+11
| * block: add .bdrv_co_is_allocated()Stefan Hajnoczi2011-12-052-0/+39
OpenPOWER on IntegriCloud