aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09ehci: fix migrationGerd Hoffmann
2012-11-09xhci: Fix some DMA host endian bugsDavid Gibson
2012-11-08usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede
2012-11-08xhci: Add support for packets with both data and an error statusHans de Goede
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede
2012-11-08usb-redir: Allow packets to have both data and an error-statusHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
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-05spice: fix initialization orderGerd Hoffmann
2012-11-05pflib: unused, remove it.Gerd Hoffmann
2012-11-05spice: switch to pixmanGerd Hoffmann
2012-11-05qxl: call dpy_gfx_resize when entering vga modeGerd Hoffmann
2012-11-05qxl: fix cursor resetGerd Hoffmann
2012-11-05hw/qxl: qxl_send_events: nop if stoppedAlon Levy
2012-11-05hw/qxl: guest bug on primary create with stride %4 != 0Alon Levy
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
2012-11-02migration: handle EAGAIN while reading QEMUFilePaolo Bonzini
2012-11-02migration: move qemu_fclose to process_incoming_migrationPaolo Bonzini
2012-11-02migration: close socket QEMUFile from socket_closePaolo Bonzini
2012-11-02migration: xxx_close will only be called oncePaolo Bonzini
2012-11-02migration: use closesocket, not closePaolo Bonzini
2012-11-02migration: use migrate_fd_close in migrate_fd_cleanupPaolo Bonzini