aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-30numa: postpone options post-processing till machine_run_board_init()Igor Mammedov1-2/+3
2018-05-29ppc: Rename 2.13 machines to 3.0Peter Maydell1-7/+7
2018-05-29hw/s390x: Rename 2.13 machines to 3.0Peter Maydell1-5/+5
2018-05-29hw/i386: Rename 2.13 machine types to 3.0Peter Maydell2-8/+8
2018-05-29Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-05-23-4...Peter Maydell3-14/+370
2018-05-24vhost-user: support registering external host notifiersTiwei Bie1-0/+113
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie5-12/+73
2018-05-24vhost-user: allow slave to send fds via slave channelTiwei Bie1-10/+17
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie2-2/+18
2018-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...Peter Maydell5-53/+388
2018-05-24tpm: extend TPM TIS with state migration supportStefan Berger2-2/+51
2018-05-24tpm: extend TPM emulator with state migration supportStefan Berger2-12/+319