aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-28nbd: fix use of two uninitialized bytes when connecting to a named exportPaolo Bonzini
2012-11-13nbd: fixes to read-only handlingPaolo Bonzini
2012-11-12hmp: add NBD server commandsPaolo Bonzini
2012-11-12nbd: disallow nbd-server-add before nbd-server-startPaolo Bonzini
2012-11-12nbd: force read-only export for read-only devicesPaolo Bonzini
2012-11-12nbd: fix nbd_server_stop crash when no server was runningPaolo Bonzini
2012-11-12nbd: accept URIsPaolo Bonzini
2012-11-12nbd: accept relative path to Unix socketPaolo Bonzini
2012-11-12qemu-nbd: initialize main loop before block layerPaolo Bonzini
2012-11-11tcg: properly check that op's output needs to be synced to memoryKirill Batuzov
2012-11-11target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.Eric Johnson
2012-11-10target-i386: avoid using cpu_single_envBlue Swirl
2012-11-10target-xtensa: avoid using cpu_single_envBlue Swirl
2012-11-10target-unicore32: avoid using cpu_single_envBlue Swirl
2012-11-10kvm: avoid using cpu_single_envBlue Swirl
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-11-10slirp: remove unused function u_sleepBlue Swirl
2012-11-10sun4c: remove unused functionsBlue Swirl
2012-11-10m48t59: remove unused m48t59_set_addrBlue Swirl
2012-11-10tests/tcg: new test for i386 FPREM and FPREM1Catalin Patulea
2012-11-10memory: Don't dump disabled regionsJan Kiszka
2012-11-10memory: Reintroduce dirty flag to optimize changes on disabled regionsJan Kiszka
2012-11-10qemu-timer: Fix compilation for non-POSIX hostsStefan Weil
2012-11-10vmware_vga: Add back some info in local state partially reverting aa32b38cBALATON Zoltan
2012-11-10kvmvapic: Fix TB invalidation after instruction patchingJan Kiszka
2012-11-08microblaze: translate.c: Fix swaph decodingPeter Crosthwaite
2012-11-06tools: initialize main loop before block layerPaolo Bonzini
2012-11-06tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessorsmalc
2012-11-05target-mips: use ULL for 64 bit constantsBlue Swirl
2012-11-04build: pthread_atfork() needs include of pthread.hAnthony Liguori
2012-11-03tcg/ppc: ld/st optimizationmalc
2012-11-03vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan
2012-11-03vmware_vga: Return a value for FB_SIZE before the device is enabledBALATON Zoltan
2012-11-03vmware_vga: Remove duplicated info from local stateBALATON Zoltan
2012-11-03vmware_vga: Coding style cleanupBALATON Zoltan
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee
2012-11-03tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee
2012-11-03configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimizationYeongkyoon Lee
2012-11-03target-m68k/m68k-semi.c: Log when put_user for returning values failsPeter Maydell
2012-11-03target-m68k/m68k-semi: Handle get_user failurePeter Maydell
2012-11-03m68k: Return semihosting errno values correctlyMeador Inge
2012-11-02vl: delay thread initialization after daemonizationPaolo Bonzini
2012-11-02vl: unify calls to init_timer_alarmPaolo Bonzini
2012-11-02qemu-timer: reinitialize timers after forkPaolo Bonzini
2012-11-02semaphore: implement fallback counting semaphores with mutex+condvarPaolo Bonzini
2012-11-02compiler: support Darwin weak referencesPaolo Bonzini
2012-11-02Merge remote-tracking branch 'bonzini/migr-coroutine' into stagingAnthony Liguori
2012-11-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-11-02migration: move process_incoming_migration to a coroutinePaolo Bonzini