aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-05-13hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFOpull-target-arm-20140513Peter Maydell
2014-05-13hw/arm/stellaris: Correct handling of GPTM TAR registerPeter Maydell
2014-05-13hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_countPeter Maydell
2014-05-13hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell
2014-05-13hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REGPeter Maydell
2014-05-13hw/net/cadence_gem: Remove dead codePeter Maydell
2014-05-13hw/intc/allwinner-a10-pic: Add missing 'break'Peter Maydell
2014-05-13hw/net/stellaris_enet: Convert to vmstatePeter Maydell
2014-05-13hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell
2014-05-13hw/net/stellaris_enet: Fix debug format stringsPeter Maydell
2014-05-13hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell
2014-05-13hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell
2014-05-13hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell
2014-05-13hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-13Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell
2014-05-13microblaze: boot: Don't hack the elf entry pointPeter Crosthwaite
2014-05-13xilinx_timer: Fix writes into TCSR registerGuenter Roeck
2014-05-13xilinx_intc: Fix writes into MER registerGuenter Roeck
2014-05-13microblaze: Support loading of u-boot initrd imagesEdgar E. Iglesias
2014-05-09libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev
2014-05-08pci-assign: assigned_initfn(): set monitor error in common error handlerLaszlo Ersek
2014-05-08pci-assign: propagate errors from assign_intx()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assign_device()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assigned_dev_register_regions()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assigned_dev_register_msix_mmio()Laszlo Ersek
2014-05-08pci-assign: propagate errors from assigned_device_pci_cap_init()Laszlo Ersek
2014-05-08pci-assign: propagate errors from get_real_device()Laszlo Ersek
2014-05-08pci-assign: assignment should fail if we can't read config spaceLaszlo Ersek
2014-05-08pci-assign: accept Error from pci_add_capability2()Laszlo Ersek
2014-05-08pci: add Error-propagating pci_add_capability2()Laszlo Ersek
2014-05-08pci-assign: propagate Error from check_irqchip_in_kernel()Laszlo Ersek
2014-05-08pci-assign: propagate errors from get_real_id()Laszlo Ersek
2014-05-08pci-assign: make assign_failed_examine() just format the causeLaszlo Ersek
2014-05-08pci-assign: accept Error from monitor_handle_fd_param2()Laszlo Ersek
2014-05-07Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' in...Peter Maydell
2014-05-07Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into stagingPeter Maydell
2014-05-07hw/9pfs: Add include file for exported symbolStefan Weil
2014-05-07xen: remove unused global, xen_xcgJim Meyering
2014-05-07hw: Add missing 'static' attributesStefan Weil
2014-05-07hw/s390x: Add missing 'static' attributeStefan Weil
2014-05-07hw/mips: Add missing 'static' and 'const' attributesStefan Weil
2014-05-07hw/9pfs: Add missing 'static' attributesStefan Weil
2014-05-07xen_disk: add discard supportOlaf Hering
2014-05-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-05-07xen: move Xen HVM files under hw/i386/xenWei Liu
2014-05-07pm_smbus: correctly report unclaimed cyclesPaolo Bonzini
2014-05-07xen: move Xen PV machine files to hw/xenpvWei Liu
2014-05-07smbus: return -1 if nothing found at the given addressPaolo Bonzini
2014-05-07qemu-xen: free all the pirqs for msi/msix when driver unloadZhenzhong Duan