aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-02migration: clean up server sockets and handlers before invoking process_incom...Paolo Bonzini
2012-11-02migration: replace qemu_stdio_fd with qemu_get_fdPaolo Bonzini
2012-11-02migration: add qemu_get_fdPaolo Bonzini
2012-11-02migration: consolidate QEMUFile methods in a single QEMUFileOps structPaolo Bonzini
2012-11-02migration: unify stdio-based QEMUFile operationsPaolo Bonzini
2012-11-02target-i386: cpu: fix --disable-kvm compilationEduardo Habkost
2012-11-02ui/cocoa.m: Update to new DisplayChangeListener member namesPeter Maydell
2012-11-02xenfb: fix build breakage caused by console cleanup seriesGerd Hoffmann
2012-11-01Merge remote-tracking branch 'kraxel/usb.69' into stagingAnthony Liguori
2012-11-01Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori
2012-11-01Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2012-11-01Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori
2012-11-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-11-01Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-11-01arm_boot: Change initrd load address to "halfway through RAM"Peter Maydell
2012-11-01Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-11-01Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede
2012-11-01usb-redir: Add support for input pipeliningHans de Goede
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede
2012-11-01usb: Add packet combining functionsHans de Goede
2012-11-01uhci: Don't crash on device disconnectHans de Goede
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann
2012-11-01usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann
2012-11-01usb/ehci-pci: dynamic type generationGerd Hoffmann
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann
2012-11-01uhci: dynamic type generationGerd Hoffmann
2012-11-01xilinx_zynq: add USB controllersPeter Crosthwaite