summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite1-5/+8
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite1-32/+36
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann1-2/+7
2012-11-01xhci: add port trace pointsGerd Hoffmann2-1/+7
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann1-2/+24
2012-11-01xhci: add xhci_port_resetGerd Hoffmann1-4/+9
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann1-14/+17
2012-11-01xhci: add xhci_port_have_deviceGerd Hoffmann1-2/+12
2012-11-01xhci: s/xhci_update_port/xhci_port_update/Gerd Hoffmann1-5/+5
2012-11-01xhci: add {get,set}_field macros & enum for plsGerd Hoffmann1-8/+31
2012-11-01pixman: add submoduleGerd Hoffmann2-0/+3
2012-11-01console: remove DisplayAllocatorGerd Hoffmann4-173/+31
2012-11-01console: remove dpy_gfx_fillGerd Hoffmann2-20/+0
2012-11-01vga: fix text mode updatingGerd Hoffmann2-0/+21
2012-11-01console: init displaychangelisteners on registerGerd Hoffmann2-1/+3
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann27-138/+171
2012-11-01console: s/TextConsole/QemuConsole/Gerd Hoffmann2-38/+37
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann9-27/+59
2012-11-01console: add unregister_displaychangelistenerGerd Hoffmann2-8/+33
2012-11-01console: QLIST-ify display change listeners.Gerd Hoffmann3-41/+42
2012-11-01pseries: Cleanup duplications of ics_valid_irq() codeDavid Gibson1-4/+2
2012-11-01pseries: Clean up inconsistent variable name in xics.cDavid Gibson1-3/+3
2012-11-01target-ppc: Extend FPU state for newer POWER CPUsDavid Gibson3-14/+27
2012-11-01target-ppc: Rework storage of VPA registration stateDavid Gibson1-3/+3
2012-11-01Revert "PPC: pseries: Remove hack for PIO window"David Gibson2-2/+44
2012-11-01e1000: pre-initialize RAH/RAL registersGabriel L. Somlo1-0/+10
2012-11-01net: Reject non-netdevs in qmp_netdev_del()Stefan Hajnoczi1-1/+8
2012-11-01net: use "socket" model name for UDP socketsLei Li1-1/+1
2012-11-01e1000: drop check_rxov, always treat RX ring with RDH == RDT as emptyDmitry Fleytman1-5/+2
2012-10-31target-mips: don't flush extra TLB on permissions upgradeAurelien Jarno1-5/+23
2012-10-31target-mips: fix TLBR wrt SEGMaskAurelien Jarno1-0/+6
2012-10-31target-mips: use deposit instead of hardcoded versionAurelien Jarno1-28/+4
2012-10-31target-mips: optimize ddiv/ddivu/div/divu with movcondAurelien Jarno1-48/+37
2012-10-31target-mips: implement movn/movz using movcondAurelien Jarno1-15/+12
2012-10-31target-mips: don't use local temps for store conditionalAurelien Jarno1-5/+6
2012-10-31target-mips: implement unaligned loads using TCGAurelien Jarno3-159/+62
2012-10-31target-mips: simplify load/store microMIPS helpersAurelien Jarno1-64/+9
2012-10-31target-mips: optimize load operationsAurelien Jarno1-4/+12
2012-10-31target-mips: cleanup load/store operationsAurelien Jarno1-64/+35