summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* nvic: Make systick bankedPeter Maydell2017-12-131-13/+77
* nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell2017-12-131-3/+7
* hw/intc/arm_gicv3_its: Implement full resetEric Auger2017-12-131-1/+8
* hw/intc/arm_gicv3_its: Implement a minimalist resetEric Auger2017-12-131-0/+42
* hw/intc/arm_gicv3_its: Don't call post_load on resetEric Auger2017-12-132-6/+0Star
* xlnx-zcu102: Add support for the ZynqMP QSPIFrancisco Iglesias2017-12-132-0/+49
* xilinx_spips: Add support for the ZynqMP Generic QSPIFrancisco Iglesias2017-12-131-47/+532
* xilinx_spips: Don't set TX FIFO UNDERFLOW at cmd doneFrancisco Iglesias2017-12-131-3/+1Star
* xilinx_spips: Add support for 4 byte addresses in the LQSPIFrancisco Iglesias2017-12-131-1/+5
* xilinx_spips: Add support for zero pumpingFrancisco Iglesias2017-12-131-7/+40
* xilinx_spips: Make tx/rx_data_bytes more generic and reusableFrancisco Iglesias2017-12-131-27/+37
* xilinx_spips: Add support for RX discard and RX drainFrancisco Iglesias2017-12-131-18/+149
* xilinx_spips: Update striping to be big-endian bit orderFrancisco Iglesias2017-12-131-9/+10
* xilinx_spips: Move FlashCMD, XilinxQSPIPS and XilinxSPIPSClassFrancisco Iglesias2017-12-131-35/+0Star
* m25p80: Add support for n25q512a11 and n25q512a13Francisco Iglesias2017-12-131-0/+2
* m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)Francisco Iglesias2017-12-131-0/+7
* m25p80: Add support for SST READ ID 0x90/0xAB commandsFrancisco Iglesias2017-12-131-0/+32
* m25p80: Add support for continuous read out of RDSR and READ_FSRFrancisco Iglesias2017-12-131-1/+38
* vhost-scsi: add missing virtqueue_size parameterEric Farman2017-12-051-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-12-043-6/+33
|\
| * pc: fix crash on attempted cpu unplugIgor Mammedov2017-12-011-0/+5
| * virtio: check VirtQueue Vring object is setPrasad J Pandit2017-12-011-3/+11
| * vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz2017-12-011-3/+3
| * vhost: restore avail index from vring used index on disconnectionMaxime Coquelin2017-12-011-0/+4
| * virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin2017-12-011-0/+10
* | spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson2017-12-041-1/+4
* | pseries: fix TCG migrationLaurent Vivier2017-11-301-1/+1
|/
* virtio-net: don't touch virtqueue if vm is stoppedJason Wang2017-11-281-1/+2
* target/ppc: Move setting of patb_entry on hash table initSuraj Jitindar Singh2017-11-271-2/+2
* hw/arm/virt: Add 2.11 machine typeEric Auger2017-11-241-2/+17
* s390/kvm_virtio/linux-headers: remove traces of old virtio transportChristian Borntraeger2017-11-241-2/+4
* spapr: Implement bug in spapr-vty device to be compatible with PowerVMDavid Gibson2017-11-221-0/+18
* hw/ppc/spapr: Fix virtio-scsi bootindex handling for LUNs >= 256Thomas Huth2017-11-221-0/+4
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell2017-11-215-5/+20
|\
| * hw/arm: Silence xlnx-ep108 deprecation warning during testsThomas Huth2017-11-201-2/+5
| * hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley2017-11-203-2/+14
| * nvic: Fix ARMv7M MPU_RBAR readsPeter Maydell2017-11-201-1/+1
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171120' int...Peter Maydell2017-11-202-29/+42
|\ \
| * | spapr: reset DRCs after devicesGreg Kurz2017-11-202-7/+21
| * | target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh2017-11-201-22/+21Star
| |/
* | hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth2017-11-203-101/+181
* | net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-204-4/+5
* | hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth2017-11-201-2/+2
* | Revert "Add new PCI ID for i82559a"Jason Wang2017-11-201-13/+0Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-11-1610-9/+100
|\
| * build-sys: restrict vmcoreinfo to fw_cfg+dma capable targetsMarc-André Lureau2017-11-161-1/+1
| * vmcoreinfo: put it in the 'misc' device categoryMarc-André Lureau2017-11-161-0/+1
| * NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-163-0/+3
| * hw/pcie-pci-bridge: restrict to X86 and ARMMarcel Apfelbaum2017-11-161-2/+2
| * hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-163-5/+91