aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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