summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* block: m25p80: at25128a/at25256a modelsMarcin Krzeminski2019-11-291-2/+13
* block: m25p80: n25q256a/n25q512a modelsMarcin Krzeminski2019-11-291-1/+2
* block: m25p80: Implemented FSR registerMarcin Krzeminski2019-11-291-0/+15
* block: m25p80: Fast read and 4bytes commandsMarcin Krzeminski2019-11-291-4/+46
* block: m25p80: Dummy cycles for N25Q256/512Marcin Krzeminski2019-11-291-3/+11
* block: m25p80: Add configuration registersMarcin Krzeminski2019-11-291-0/+128
* block: m25p80: 4byte address modeMarcin Krzeminski2019-11-291-10/+33
* block: m25p80: Extend address modeMarcin Krzeminski2019-11-291-0/+27
* block: m25p80: Widen flags variableMarcin Krzeminski2019-11-291-1/+1
* block: m25p80: RESET_ENABLE and RESET_MEMORY commandsMarcin Krzeminski2019-11-291-1/+40
* block: m25p80: Removed unused variableMarcin Krzeminski2019-11-291-2/+0
* ARM: Virt: Use gpio_key for power buttonShannon Zhao2019-11-291-2/+5
* hw/gpio: Add the emulation of gpio_keyShannon Zhao2019-11-292-0/+105
* xen_disk: Call blk_set_enable_write_cache() explicitlyKevin Wolf2019-11-291-1/+4
* hw/mips/cps: enable ITU for multithreading processorsLeon Alrae2019-11-291-0/+32
* hw/mips: implement ITC Storage - Bypass ViewLeon Alrae2019-11-291-0/+27
* hw/mips: implement ITC Storage - P/V Sync and Try ViewsLeon Alrae2019-11-291-0/+68
* hw/mips: implement ITC Storage - Empty/Full Sync and Try ViewsLeon Alrae2019-11-291-0/+113
* hw/mips: implement ITC Storage - Control ViewLeon Alrae2019-11-291-0/+104
* hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae2019-11-292-0/+215
* hw/mips_malta: add CPS to Malta boardLeon Alrae2019-11-291-11/+49
* hw/mips_malta: move CPU creation to a separate functionLeon Alrae2019-11-291-29/+39
* hw/mips_malta: remove redundant irq and clock initLeon Alrae2019-11-291-4/+0
* hw/mips_malta: remove CPUMIPSState from the write_bootloader()Leon Alrae2019-11-291-4/+4
* hw/mips/cps: create CPC block inside CPSLeon Alrae2019-11-292-0/+69
* hw/mips: add initial Cluster Power Controller supportLeon Alrae2019-11-292-0/+178
* hw/mips/cps: create GCR block inside CPSLeon Alrae2019-11-291-0/+23
* hw/mips: add initial Global Config Register supportYongbok Kim2019-11-292-0/+108
* hw/mips: implement generic MIPS Coherent Processing System containerLeon Alrae2019-11-292-0/+110
* Revert "e1000: fix hang of win2k12 shutdown with flood ping"Sameeh Jubran2019-11-291-5/+0
* e1000: Fixing interrupts pace.Sameeh Jubran2019-11-291-0/+8
* vfio: convert to 128 bit arithmetic calculations when adding mem regionsBandan Das2019-11-291-8/+11
* hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth2019-11-292-2/+7
* hw/net/spapr_llan: Fix receive buffer handling for better performanceThomas Huth2019-11-291-2/+216
* hw/net/spapr_llan: Extract rx buffer code into separate functionsThomas Huth2019-11-291-36/+70
* ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt2019-11-291-9/+2
* spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy2019-11-291-4/+5
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-2949-6/+52
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-2942-108/+123
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2019-11-2985-1/+164
* isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster2019-11-291-1/+1
* hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster2019-11-291-0/+1
* include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster2019-11-291-1/+1
* Clean up includes some moreMarkus Armbruster2019-11-293-5/+0
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2019-11-291-2/+0
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-29211-0/+212
* ivshmem: Require master to have ID zeroMarkus Armbruster2019-11-291-0/+6
* ivshmem: Drop ivshmem property x-memdevMarkus Armbruster2019-11-291-20/+3
* ivshmem: Clean up after the previous commitMarkus Armbruster2019-11-291-197/+203
* ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmemMarkus Armbruster2019-11-291-86/+243
OpenPOWER on IntegriCloud