summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-16Tests: QEMUSizedBuffer/QEMUBufferYang Hongyang1-12/+8
2015-01-16QEMUSizedBuffer: only free qsb that qemu_bufopen allocatedYang Hongyang1-4/+6
2015-01-15xbzrle: rebuild the cache_is_cached functionChenLiang1-22/+16
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang4-10/+39
2015-01-15Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-01-1...Peter Maydell15-36/+34
2015-01-15vl.c: fix some alignment issuesMarcel Apfelbaum1-19/+19
2015-01-15blizzard: do not depend on VGA internalsPaolo Bonzini1-1/+0
2015-01-15Makefile: Remove config.status and common.env during 'make distclean'Thomas Huth1-2/+2
2015-01-15target-openrisc: bugfix for dec_sys to decode instructions correctlyDavid Morrison1-1/+1
2015-01-15Do not hang on full PTYDon Slutz1-0/+1
2015-01-15misc: Fix new typos in commentsStefan Weil2-2/+2
2015-01-15target-arm: Fix typo in comment (seperately -> separately)Stefan Weil1-1/+1
2015-01-15target-tricore: Fix new typosStefan Weil3-4/+4
2015-01-15migration/qemu-file.c: Don't shift left into sign bitPeter Maydell1-1/+1
2015-01-15translate-all: Mark map_exec() with the 'unused' attributeSeokYeon Hwang1-2/+2
2015-01-15tests/hd-geo-test.c: Remove unused test_image variablePeter Maydell1-2/+0
2015-01-15vt82c686: avoid out-of-bounds readPaolo Bonzini1-1/+1
2015-01-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell14-159/+202
2015-01-14cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timerPavel Dovgalyuk1-1/+1
2015-01-14qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini3-9/+9
2015-01-14scsi: fix cancellation when I/O was completed but DMA was not.Paolo Bonzini1-0/+2
2015-01-14rules.mak: Fix module buildFam Zheng1-11/+12
2015-01-14hw/scsi/lsi53c895a: add support for additional diag / debug registersPeter Lieven1-0/+6
2015-01-14qemu-common.h: optimise muldiv64 if int128 is availableFrediano Ziglio1-0/+7
2015-01-14target-i386: do not memcpy in and out of xmm_regsPaolo Bonzini2-10/+28
2015-01-14target-i386: fix movntsd on big-endian hostsPaolo Bonzini1-1/+2
2015-01-14vl.c: fix regression when reading memory size from config fileMarcel Apfelbaum1-87/+90
2015-01-13Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-13' into stagingPeter Maydell2-1/+25
2015-01-13xen-hvm: increase maxmem before calling xc_domain_populate_physmapStefano Stabellini1-0/+24
2015-01-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell52-546/+1292
2015-01-13NVMe: Set correct VS Value for 1.1 Compliant ControllersAnubhav Rakshit1-1/+1
2015-01-13MAINTAINERS: Add migration/block* to block subsystemFam Zheng1-0/+1
2015-01-13MAINTAINERS: Update email addresses for Chrysostomos NanakosChrysostomos Nanakos1-1/+0
2015-01-13nvme: Fix get/set number of queues featureAlex Friedman1-2/+4
2015-01-13ide: Implement VPD response for ATAPIJohn Snow2-12/+100
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng4-6/+12
2015-01-13block: limited request size in write zeroes unsupported pathPeter Lieven1-1/+4
2015-01-13coroutine: try harder not to delete coroutinesPeter Lieven1-1/+8
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini3-18/+0
2015-01-13coroutine: rewrite pool to avoid mutexPaolo Bonzini1-51/+41
2015-01-13QSLIST: add lock-free operationsPaolo Bonzini1-2/+13
2015-01-13test-coroutine: avoid overflow on 32-bit systemsPaolo Bonzini1-1/+1
2015-01-13qemu-thread: add per-thread atexit functionsPaolo Bonzini3-11/+78
2015-01-13coroutine-ucontext: use __threadPaolo Bonzini1-50/+19
2015-01-13qemu-iotests: Add supported os parameter for python testsFam Zheng1-1/+4
2015-01-13qemu-iotests: Add "_supported_os Linux" to 058Fam Zheng1-0/+1
2015-01-13qemu-iotests: Replace "/bin/true" with "true"Fam Zheng3-3/+3
2015-01-13.gitignore: Ignore generated "common.env"Fam Zheng1-0/+1
2015-01-13xen-pt: Fix PCI devices re-attach failedLiang Li1-1/+1
2015-01-13libqos: Convert malloc-pc allocator to a generic allocatorMarc MarĂ­5-299/+309