summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-01Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori3-7/+21
2012-11-01Merge remote-tracking branch 'bonzini/threadpool' into stagingAnthony Liguori49-1489/+2429
2012-11-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori9-93/+242
2012-11-01Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori52-334/+501
2012-11-01arm_boot: Change initrd load address to "halfway through RAM"Peter Maydell2-15/+26
2012-11-01Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno6-26/+79
2012-11-01Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno26-429/+541
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede1-2/+21
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka1-1/+29
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede1-2/+3
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede1-23/+22
2012-11-01usb-redir: Add support for input pipeliningHans de Goede1-10/+53
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede2-2/+7
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede1-2/+5
2012-11-01usb: Add packet combining functionsHans de Goede4-1/+194
2012-11-01uhci: Don't crash on device disconnectHans de Goede1-0/+5
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede1-43/+47
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann2-0/+55
2012-11-01usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann1-1/+6
2012-11-01usb/ehci-pci: dynamic type generationGerd Hoffmann1-31/+35
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann1-3/+24
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann1-14/+18
2012-11-01uhci: dynamic type generationGerd Hoffmann1-126/+70
2012-11-01xilinx_zynq: add USB controllersPeter Crosthwaite1-0/+3
2012-11-01pixman: drop obsolete fields from DisplaySurfaceGerd Hoffmann2-19/+13
2012-11-01pixman/vnc: remove dead code.Gerd Hoffmann3-87/+27
2012-11-01pixman/vnc: remove rgb_prepare_row* functionsGerd Hoffmann1-74/+10
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann7-228/+259
2012-11-01pixman: switch screendump function.Gerd Hoffmann1-28/+11
2012-11-01vga: stop direct access to DisplaySurface fields.Gerd Hoffmann1-2/+7
2012-11-01qxl: stop direct access to DisplaySurface fields.Gerd Hoffmann1-1/+1
2012-11-01console: don't set PixelFormat alpha fields for 32bppGerd Hoffmann1-3/+0
2012-11-01console: make qemu_alloc_display staticGerd Hoffmann2-26/+24
2012-11-01pixman: add pixman image to DisplaySurfaceGerd Hoffmann2-13/+27
2012-11-01pixman: helper functionsGerd Hoffmann3-0/+93
2012-11-01pixman: windup in configure & makefilesGerd Hoffmann2-0/+47
2012-11-01usb/ehci: add sysbus variantGerd Hoffmann2-1/+78
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann4-424/+462
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite1-0/+2
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite1-52/+72