aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-10-11usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede
2012-10-10ssi: Add slave autoconnect helperPeter Crosthwaite
2012-10-10xilinx_zynq: Added SPI controllers + flashesPeter A. G. Crosthwaite
2012-10-10xilinx_spips: Xilinx Zynq SPI cntrlr device modelPeter A. G. Crosthwaite
2012-10-10petalogix-ml605: added SPI controller with n25q128Peter A. G. Crosthwaite
2012-10-10xilinx_spi: Initial impl. of Xilinx SPI controllerPeter A. G. Crosthwaite
2012-10-10m25p80: Initial implementation of SPI flash devicePeter A. G. Crosthwaite
2012-10-10hw: Added generic FIFO API.Peter A. G. Crosthwaite
2012-10-10stellaris: Removed SSI muxPeter A. G. Crosthwaite
2012-10-10qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite
2012-10-10ssi: Added create_slave_no_init()Peter A. G. Crosthwaite
2012-10-10ssi: Implemented CS behaviourPeter A. G. Crosthwaite
2012-10-10ssi: Support for multiple attached devicesPeter A. G. Crosthwaite
2012-10-08vfio-pci: Fix BAR->VFIODevice translation inJan Kiszka
2012-10-08vfio-pci: Clang cleanupAlex Williamson
2012-10-08vfio-pci: Cleanup on INTx setup failureAlex Williamson
2012-10-08vfio-pci: Extend resetAlex Williamson
2012-10-08vfio-pci: Remove setting of MSI qsizeAlex Williamson
2012-10-08vfio-pci: Use uintptr_t for void* castAlex Williamson
2012-10-08vfio-pci: Don't peak at msi_supportedAlex Williamson
2012-10-08vfio-pci: Roll the header into the .c fileAlex Williamson
2012-10-08vfio-pci: No spurious MSIsAlex Williamson
2012-10-08vfio-pci: Rework MSIX setup/teardownAlex Williamson
2012-10-08vfio-pci: Unmap and retry DMA mappingAlex Williamson
2012-10-08vfio-pci: Re-order map/unmapAlex Williamson
2012-10-08vfio-pci: Update slow path INTx algorithmAlex Williamson
2012-10-08virtio-net: update nc.link_down in virtio_net_load()Amos Kong
2012-10-08e1000: update nc.link_down in e1000_post_load()Amos Kong
2012-10-08rtl8139: implement 8139cp link statusJason Wang
2012-10-08qxl: set default revision to 4Gerd Hoffmann
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann
2012-10-08hw/qxl: qxl_dirty_surfaces: use uintptr_tAlon Levy
2012-10-08hw/qxl: fix condition for exiting guest_bugAlon Levy
2012-10-08hw/qxl: exit on failure to register qxl interfaceAlon Levy
2012-10-08qxl: fix range check for rev3 io commands.Gerd Hoffmann
2012-10-08qxl/update_area_io: cleanup invalid parameters handlingMichael Tokarev
2012-10-08qxl: always update displaysurface on resizeGerd Hoffmann
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-06vga: cleanup after isa_vga_init() and pci_vga_init() conversionAurelien Jarno
2012-10-06mips/r4k: use the new is_vga_init() functionAurelien Jarno
2012-10-06pc: use the new pci_vga_init() and isa_vga_init() functionsAurelien Jarno
2012-10-06sun/sun4u: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/pSeries: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/prep: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/oldworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06ppc/newworld: use the new pci_vga_init() functionAurelien Jarno
2012-10-06alpha: use the new pci_vga_init() functionAurelien Jarno
2012-10-06mips/malta: use the new pci_vga_init() functionAurelien Jarno
2012-10-06isa: add a isa_vga_init() functionAurelien Jarno