summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-10xilinx_spips: Xilinx Zynq SPI cntrlr device modelPeter A. G. Crosthwaite2-0/+353
2012-10-10petalogix-ml605: added SPI controller with n25q128Peter A. G. Crosthwaite1-0/+27
2012-10-10xilinx_spi: Initial impl. of Xilinx SPI controllerPeter A. G. Crosthwaite2-0/+384
2012-10-10m25p80: Initial implementation of SPI flash devicePeter A. G. Crosthwaite5-0/+604
2012-10-10hw: Added generic FIFO API.Peter A. G. Crosthwaite3-0/+178
2012-10-10stellaris: Removed SSI muxPeter A. G. Crosthwaite3-78/+18
2012-10-10qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite3-11/+33
2012-10-10ssi: Added create_slave_no_init()Peter A. G. Crosthwaite2-2/+8
2012-10-10ssi: Implemented CS behaviourPeter A. G. Crosthwaite9-16/+118
2012-10-10ssi: Support for multiple attached devicesPeter A. G. Crosthwaite1-15/+9
2012-10-09qemu-ga: ga_open_pidfile(): add new line to pidfileLuiz Capitulino1-1/+1
2012-10-09qemu-ga: use state dir from CONFIG_QEMU_LOCALSTATEDIRLuiz Capitulino1-2/+2
2012-10-09configure: add --localstatedirLuiz Capitulino1-1/+8
2012-10-08vfio-pci: Fix BAR->VFIODevice translation inJan Kiszka1-2/+2
2012-10-08vfio-pci: Clang cleanupAlex Williamson1-43/+58
2012-10-08vfio-pci: Cleanup on INTx setup failureAlex Williamson1-0/+2
2012-10-08vfio-pci: Extend resetAlex Williamson1-7/+22
2012-10-08vfio-pci: Remove setting of MSI qsizeAlex Williamson1-18/+0
2012-10-08vfio-pci: Use uintptr_t for void* castAlex Williamson1-1/+1
2012-10-08vfio-pci: Don't peak at msi_supportedAlex Williamson1-16/+6
2012-10-08vfio-pci: Roll the header into the .c fileAlex Williamson2-115/+96
2012-10-08vfio-pci: No spurious MSIsAlex Williamson1-15/+0
2012-10-08vfio-pci: Rework MSIX setup/teardownAlex Williamson1-53/+55
2012-10-08vfio-pci: Unmap and retry DMA mappingAlex Williamson1-4/+11
2012-10-08vfio-pci: Re-order map/unmapAlex Williamson1-18/+18
2012-10-08vfio-pci: Update slow path INTx algorithmAlex Williamson2-25/+44
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini14-99/+38
2012-10-08virtio-net: update nc.link_down in virtio_net_load()Amos Kong1-0/+5
2012-10-08e1000: update nc.link_down in e1000_post_load()Amos Kong1-0/+12
2012-10-08rtl8139: implement 8139cp link statusJason Wang1-2/+22
2012-10-08qxl: set default revision to 4Gerd Hoffmann2-5/+8
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann5-138/+4
2012-10-08hw/qxl: qxl_dirty_surfaces: use uintptr_tAlon Levy1-2/+2
2012-10-08hw/qxl: fix condition for exiting guest_bugAlon Levy1-1/+1
2012-10-08hw/qxl: exit on failure to register qxl interfaceAlon Levy1-1/+5
2012-10-08qxl: fix range check for rev3 io commands.Gerd Hoffmann1-1/+1
2012-10-08qxl/update_area_io: cleanup invalid parameters handlingMichael Tokarev1-10/+3
2012-10-08qxl: always update displaysurface on resizeGerd Hoffmann1-4/+0
2012-10-07Merge branch 'master' of git.qemu.org:/pub/git/qemuBlue Swirl1-1/+1
2012-10-07qemu-barrier: Fix compilation on i386 hostsAurelien Jarno1-1/+1
2012-10-07target-sparc: Optimize conditionals using SUBCCRichard Henderson1-61/+131
2012-10-07target-sparc: Fall through from not-taken trapRichard Henderson1-5/+7
2012-10-07target-sparc: Cleanup "global" temporary allocationRichard Henderson1-19/+19
2012-10-07target-sparc: Use movcond for FMOV*RRichard Henderson1-30/+16
2012-10-07target-sparc: Use movcond in mulsccRichard Henderson1-6/+5
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson3-102/+66
2012-10-07target-sparc: Tidy TccRichard Henderson1-38/+53
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson5-52/+37
2012-10-07target-sparc: Use movcond in gen_generic_branchRichard Henderson1-11/+7
2012-10-07target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson1-17/+14