summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-06-09intc: xilinx_uartlite: Convert SBD::init -> instance_initPeter Crosthwaite1-10/+7
2014-06-09char: xilinx_uartlite: Convert to realize()Peter Crosthwaite1-10/+14
2014-06-09char: xilinx_uartlite: Don't reset from initPeter Crosthwaite1-1/+7
2014-06-09net: xilinx_ethlite: Convert to realize()Peter Crosthwaite1-11/+14
2014-06-09net: xilinx_ethlite: Don't reset from initPeter Crosthwaite1-1/+8
2014-06-09timer: xilinx_timer: Convert to realize()Peter Crosthwaite1-8/+12
2014-06-05Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell4-53/+336
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell7-64/+105
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell10-284/+302
2014-06-05apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland1-0/+165
2014-06-05apb: handle reading/writing of IOMMU control registersMark Cave-Ayland1-3/+100
2014-06-05apb: fix IOMMU register sizesMark Cave-Ayland1-8/+3
2014-06-05apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland1-3/+14
2014-06-05tcx: move initialisation from realizefn to initfnMark Cave-Ayland2-23/+33
2014-06-05tcx: move initialisation from SysBusDevice class to TCX class realizefnMark Cave-Ayland1-14/+12
2014-06-05cg3: add extra check to prevent CG3 register array overflowMark Cave-Ayland1-2/+2
2014-06-05cg3: move initialisation from realizefn to initfnMark Cave-Ayland1-8/+15
2014-06-05Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell1-0/+52
2014-06-05qdev: Display warning about unused -globalDon Slutz2-0/+34
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini10-253/+253
2014-06-05nseries: clean up coding stylePaolo Bonzini1-127/+145
2014-06-03kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4
2014-06-03Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014060...Peter Maydell1-48/+380
2014-06-02xhci: order superspeed ports firstGerd Hoffmann1-8/+37
2014-06-02xhci: make port reset trace point more verboseGerd Hoffmann1-1/+1
2014-06-02usb: add usb_pick_speedGerd Hoffmann2-12/+21
2014-06-02usb-host: add HAVE_STREAMS defineGerd Hoffmann1-7/+11
2014-06-02usb-host: allow attaching usb3 devices to ehciGerd Hoffmann1-8/+54
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann1-78/+1
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann1-35/+1
2014-05-30vfio: Add guest side IOMMU supportDavid Gibson1-5/+134
2014-05-30vfio: Create VFIOAddressSpace objects as neededDavid Gibson1-16/+41
2014-05-30vfio: Introduce VFIO address spacesDavid Gibson1-13/+38
2014-05-30vfio: Rework to have error pathsAlexey Kardashevskiy1-26/+32
2014-05-30vfio: Fix 128 bit handlingAlexey Kardashevskiy1-3/+6
2014-05-30vfio-pci: Quirk RTL8168 NICAlex Williamson1-0/+144
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite4-7/+8
2014-05-28qdev: Implement named GPIOsPeter Crosthwaite1-10/+75
2014-05-28machine: Make -machine opts properties of MachineStateMarcel Apfelbaum1-0/+280
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum63-523/+528
2014-05-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-6/+12
2014-05-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140527'...Peter Maydell1-8/+8
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into stagingPeter Maydell4-23/+242
2014-05-28block: Replace in_use with operation blockerFam Zheng1-6/+12
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into stagingPeter Maydell2-76/+157
2014-05-27Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' in...Peter Maydell3-3/+4
2014-05-27hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formatsPeter Maydell1-8/+8
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann1-0/+13
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann1-70/+123
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann1-7/+22