aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell33-59/+318
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell105-248/+165
2018-06-01vhost-blk: turn on pre-defined RO feature bitChangpeng Liu1-4/+1
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2-4/+72
2018-06-01usb: use local path for local headersMichael S. Tsirkin13-13/+13
2018-06-01sd: fix up includeMichael S. Tsirkin1-1/+1
2018-06-01vhost-scsi: drop an unused includeMichael S. Tsirkin1-1/+0
2018-06-01ppc: use local path for local headersMichael S. Tsirkin2-3/+3
2018-06-01rocker: drop an unused includeMichael S. Tsirkin1-1/+0
2018-06-01e1000e: use local path for local headersMichael S. Tsirkin1-1/+1
2018-06-01ioapic: fix up includesMichael S. Tsirkin1-2/+1
2018-06-01ide: use local path for local headersMichael S. Tsirkin3-3/+3
2018-06-01display: use local path for local headersMichael S. Tsirkin1-1/+1
2018-06-01hppa: use local path for local headersMichael S. Tsirkin2-2/+2
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini8-21/+23
2018-06-01hw: allow compiling out SCSIPaolo Bonzini1-1/+1
2018-06-01qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé1-28/+0
2018-06-01qdev: Simplify the SysBusDeviceClass::init pathPhilippe Mathieu-Daudé1-4/+8
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé9-62/+36
2018-06-01hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé2-12/+2
2018-06-01ipmi: Use proper struct reference for KCS vmstateCorey Minyard1-15/+66
2018-06-01hw/isa/superio: Fix inconsistent use of Chardev->bePhilippe Mathieu-Daudé1-2/+2
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini3-4/+4
2018-06-01virtio: free MemoryRegionCache when initialization failsPaolo Bonzini1-15/+18
2018-06-01hw/ide: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/hppa: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/misc/sga: Use the correct ISA includePhilippe Mathieu-Daudé1-1/+1
2018-06-01hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé1-4/+1
2018-06-01hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé2-1/+1
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé7-7/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé6-6/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé38-39/+0
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé20-20/+0
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31xen-hvm: stop faking I/O to access PCI config spacePaul Durrant2-20/+84
2018-05-31xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2-15/+52
2018-05-31xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2-19/+20
2018-05-31vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2-0/+2
2018-05-31KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twiceShannon Zhao2-2/+0
2018-05-31ARM: ACPI: Fix use-after-free due to memory reallocShannon Zhao1-5/+15
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell4-7/+14
2018-05-31Make memory_region_access_valid() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31xlnx-zdma: Correct mem leaks and memset to zero on desc unaligned errorsFrancisco Iglesias1-3/+7
2018-05-31arm: fix qemu crash on startup with -bios optionIgor Mammedov1-9/+9
2018-05-31arm_gicv3_kvm: increase clroffset accordinglyShannon Zhao1-0/+1
2018-05-31hw/intc/arm_gicv3: Fix APxR<n> register dispatchingJan Kiszka1-6/+6