summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-28nbd-server-add: Fix the default for 'writable'Michal Privoznik1-1/+1
2012-11-28nbd: fix use of two uninitialized bytes when connecting to a named exportPaolo Bonzini1-1/+1
2012-11-13nbd: fixes to read-only handlingPaolo Bonzini1-13/+12
2012-11-12hmp: add NBD server commandsPaolo Bonzini3-0/+124
2012-11-12nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini1-0/+5
2012-11-12nbd: force read-only export for read-only devicesPaolo Bonzini1-0/+7
2012-11-12nbd: fix nbd_server_stop crash when no server was runningPaolo Bonzini1-3/+5
2012-11-12nbd: accept URIsPaolo Bonzini2-9/+114
2012-11-12nbd: accept relative path to Unix socketPaolo Bonzini1-10/+7
2012-11-12qemu-nbd: initialize main loop before block layerPaolo Bonzini1-1/+1
2012-11-11tcg: properly check that op's output needs to be synced to memoryKirill Batuzov1-4/+4
2012-11-11target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.Eric Johnson1-7/+11
2012-11-10target-i386: avoid using cpu_single_envBlue Swirl1-218/+222
2012-11-10target-xtensa: avoid using cpu_single_envBlue Swirl1-5/+5
2012-11-10target-unicore32: avoid using cpu_single_envBlue Swirl1-4/+4
2012-11-10kvm: avoid using cpu_single_envBlue Swirl1-10/+11
2012-11-10disas: avoid using cpu_single_envBlue Swirl17-86/+100
2012-11-10slirp: remove unused function u_sleepBlue Swirl2-15/+0
2012-11-10sun4c: remove unused functionsBlue Swirl2-27/+0
2012-11-10m48t59: remove unused m48t59_set_addrBlue Swirl2-8/+0
2012-11-10tests/tcg: new test for i386 FPREM and FPREM1Catalin Patulea2-0/+362
2012-11-10memory: Don't dump disabled regionsJan Kiszka1-1/+1
2012-11-10memory: Reintroduce dirty flag to optimize changes on disabled regionsJan Kiszka1-2/+13
2012-11-10qemu-timer: Fix compilation for non-POSIX hostsStefan Weil1-0/+2
2012-11-10vmware_vga: Add back some info in local state partially reverting aa32b38cBALATON Zoltan1-9/+21
2012-11-10kvmvapic: Fix TB invalidation after instruction patchingJan Kiszka1-4/+16
2012-11-08microblaze: translate.c: Fix swaph decodingPeter Crosthwaite1-1/+1
2012-11-06tools: initialize main loop before block layerPaolo Bonzini2-4/+2
2012-11-06tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessorsmalc2-9/+25
2012-11-05target-mips: use ULL for 64 bit constantsBlue Swirl1-2/+2
2012-11-04build: pthread_atfork() needs include of pthread.hAnthony Liguori1-0/+3
2012-11-03tcg/ppc: ld/st optimizationmalc3-196/+262
2012-11-03vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan3-14/+23
2012-11-03vmware_vga: Return a value for FB_SIZE before the device is enabledBALATON Zoltan1-10/+9
2012-11-03vmware_vga: Remove duplicated info from local stateBALATON Zoltan2-94/+85
2012-11-03vmware_vga: Coding style cleanupBALATON Zoltan1-124/+150
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl21-96/+66
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee3-126/+320
2012-11-03tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee3-8/+55
2012-11-03configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimizationYeongkyoon Lee1-0/+6
2012-11-03target-m68k/m68k-semi.c: Log when put_user for returning values failsPeter Maydell1-16/+31
2012-11-03target-m68k/m68k-semi: Handle get_user failurePeter Maydell1-51/+93
2012-11-03m68k: Return semihosting errno values correctlyMeador Inge1-1/+1
2012-11-02vl: delay thread initialization after daemonizationPaolo Bonzini2-2/+3
2012-11-02vl: unify calls to init_timer_alarmPaolo Bonzini2-6/+4
2012-11-02qemu-timer: reinitialize timers after forkPaolo Bonzini1-0/+14
2012-11-02semaphore: implement fallback counting semaphores with mutex+condvarPaolo Bonzini2-10/+88
2012-11-02compiler: support Darwin weak referencesPaolo Bonzini5-48/+71
2012-11-02Merge remote-tracking branch 'bonzini/migr-coroutine' into stagingAnthony Liguori8-154/+215
2012-11-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori1-0/+4