aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-10-22pci: honor PCI_COMMAND_MASTERmemory/dmaAvi Kivity
2012-10-22pci: give each device its own address spaceAvi Kivity
2012-10-22dma: make dma access its own address spaceAvi Kivity
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity
2012-10-15xen_pt: drop no-op MemoryListener callbacksAvi Kivity
2012-10-15vfio: drop no-op MemoryListener callbacksAvi Kivity
2012-10-15xen_pt: use separate MemoryListeners for memory and I/OAvi Kivity
2012-10-15vhost: use MemoryListener filtering to only monitor RAM address spaceAvi Kivity
2012-10-13sun4u: Pass SPARCCPU to cpu_set_ivec_irq()Andreas Färber
2012-10-13sun4u: Pass SPARCCPU to cpu_kick_irq()Andreas Färber
2012-10-13sun4u: Pass SPARCCPU to {,s,hs}tick_irq() and cpu_timer_create()Andreas Färber
2012-10-13sun4m: Pass SPARCCPU to cpu_kick_irq()Andreas Färber
2012-10-13sun4m: Pass SPARCCPU to cpu_set_irq()Andreas Färber
2012-10-12Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori
2012-10-12Merge remote-tracking branch 'kraxel/usb.67' into stagingAnthony Liguori
2012-10-12Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121008.0' int...Anthony Liguori
2012-10-12Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2012-10-12Merge remote-tracking branch 'spice/spice.v61' into stagingAnthony Liguori
2012-10-12arm_gic: Rename gic_state to GICStatePeter Maydell
2012-10-12zynq_slcr: Fixed ResetValues enumPeter A. G. Crosthwaite
2012-10-12versatilepb: add gpio pl061 supportJean-Christophe PLAGNIOL-VILLARD
2012-10-12hw/ds1338: Implement state save/restorePeter Maydell
2012-10-12hw/ds1338: Remove 'now' field from state structPeter Maydell
2012-10-12hw/ds1338: Recapture current time when register pointer wraps aroundPeter Maydell
2012-10-12hw/ds1338: Fix mishandling of register pointerPeter Maydell
2012-10-12hw/arm_gic.c: Fix improper DPRINTF output.Evgeny Voevodin
2012-10-12cadence_ttc: Fix 'clear on read' behaviorSoren Brinkmann
2012-10-11uhci: Raise interrupt when requested even for non active tdsHans de Goede
2012-10-11usb-redir: Don't make migration fail in none seamless caseHans de Goede
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