summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-03-30hw/mips/cps: enable ITU for multithreading processorsLeon Alrae
2016-03-30hw/mips: implement ITC Storage - Bypass ViewLeon Alrae
2016-03-30hw/mips: implement ITC Storage - P/V Sync and Try ViewsLeon Alrae
2016-03-30hw/mips: implement ITC Storage - Empty/Full Sync and Try ViewsLeon Alrae
2016-03-30hw/mips: implement ITC Storage - Control ViewLeon Alrae
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae
2016-03-30hw/mips_malta: add CPS to Malta boardLeon Alrae
2016-03-30hw/mips_malta: move CPU creation to a separate functionLeon Alrae
2016-03-30hw/mips_malta: remove redundant irq and clock initLeon Alrae
2016-03-30hw/mips_malta: remove CPUMIPSState from the write_bootloader()Leon Alrae
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae
2016-03-30hw/mips: add initial Cluster Power Controller supportLeon Alrae
2016-03-30hw/mips/cps: create GCR block inside CPSLeon Alrae
2016-03-30hw/mips: add initial Global Config Register supportYongbok Kim
2016-03-30hw/mips: implement generic MIPS Coherent Processing System containerLeon Alrae
2016-03-29Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160328.0' i...Peter Maydell
2016-03-28vfio: convert to 128 bit arithmetic calculations when adding mem regionsBandan Das
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-24hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth
2016-03-24hw/net/spapr_llan: Fix receive buffer handling for better performanceThomas Huth
2016-03-24hw/net/spapr_llan: Extract rx buffer code into separate functionsThomas Huth
2016-03-24ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt
2016-03-24spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy
2016-03-23Merge remote-tracking branch 'remotes/armbru/tags/pull-ivshmem-2016-03-18' in...Peter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster
2016-03-22hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22Clean up includes some moreMarkus Armbruster
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160321-1' into s...Peter Maydell
2016-03-21ivshmem: Require master to have ID zeroMarkus Armbruster
2016-03-21ivshmem: Drop ivshmem property x-memdevMarkus Armbruster
2016-03-21ivshmem: Clean up after the previous commitMarkus Armbruster
2016-03-21ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmemMarkus Armbruster
2016-03-21ivshmem: Replace int role_val by OnOffAuto masterMarkus Armbruster
2016-03-21qdev: New DEFINE_PROP_ON_OFF_AUTOMarkus Armbruster
2016-03-21ivshmem: Inline check_shm_size() into its only callerMarkus Armbruster
2016-03-21ivshmem: Simplify memory regions for BAR 2 (shared memory)Markus Armbruster
2016-03-21ivshmem: Implement shm=... with a memory backendMarkus Armbruster
2016-03-21ivshmem: Tighten check of property "size"Markus Armbruster
2016-03-21ivshmem: Simplify how we cope with short reads from serverMarkus Armbruster
2016-03-21ivshmem: Drop the hackish test for UNIX domain chardevMarkus Armbruster
2016-03-21ivshmem: Rely on server sending the ID right after the versionMarkus Armbruster
2016-03-21ivshmem: Propagate errors through ivshmem_recv_setup()Markus Armbruster
2016-03-21ivshmem: Receive shared memory synchronously in realize()Markus Armbruster
2016-03-21ivshmem: Plug leaks on unplug, fix peer disconnectMarkus Armbruster