summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-08usb: split packet result into actual_length + statusHans de Goede24-626/+610
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
2012-11-02migration: move process_incoming_migration to a coroutinePaolo Bonzini1-1/+20
2012-11-02migration: handle EAGAIN while reading QEMUFilePaolo Bonzini1-6/+24
2012-11-02migration: move qemu_fclose to process_incoming_migrationPaolo Bonzini5-5/+5
2012-11-02migration: close socket QEMUFile from socket_closePaolo Bonzini3-0/+5
2012-11-02migration: xxx_close will only be called oncePaolo Bonzini4-36/+25
2012-11-02migration: use closesocket, not closePaolo Bonzini1-3/+3
2012-11-02migration: use migrate_fd_close in migrate_fd_cleanupPaolo Bonzini1-11/+8
2012-11-02migration: clean up server sockets and handlers before invoking process_incom...Paolo Bonzini4-10/+8
2012-11-02migration: replace qemu_stdio_fd with qemu_get_fdPaolo Bonzini4-15/+3
2012-11-02migration: add qemu_get_fdPaolo Bonzini3-0/+41
2012-11-02migration: consolidate QEMUFile methods in a single QEMUFileOps structPaolo Bonzini3-58/+79
2012-11-02migration: unify stdio-based QEMUFile operationsPaolo Bonzini1-17/+2
2012-11-02target-i386: cpu: fix --disable-kvm compilationEduardo Habkost1-0/+4
2012-11-02ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell1-2/+2
2012-11-02xenfb: fix build breakage caused by console cleanup seriesGerd Hoffmann1-2/+2
2012-11-01Merge remote-tracking branch 'kraxel/usb.69' into stagingAnthony Liguori14-681/+1235
2012-11-01pc: Drop redundant test for ROM memory regionJan Kiszka1-1/+1
2012-11-01exec: make some functions staticBlue Swirl4-15/+9
2012-11-01target-ppc: make some functions staticBlue Swirl2-11/+6
2012-11-01ppc: add missing staticBlue Swirl5-26/+13
2012-11-01vnc: add missing staticBlue Swirl5-20/+12
2012-11-01vl.c: add missing staticBlue Swirl2-14/+12
2012-11-01target-sparc: make do_unaligned_access staticBlue Swirl2-5/+6
2012-11-01m68k: Return semihosting errno values correctlyMeador Inge1-1/+1
2012-11-01cadence_uart: More debug informationPeter Crosthwaite1-4/+7
2012-11-01Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori43-854/+846