aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-04-26hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devicesPeter Maydell1-4/+0
2018-04-26hw/mips/mips_malta: Don't create "null" chardevs for serial devicesPeter Maydell1-5/+0
2018-04-26hw/mips/boston.c: Don't create "null" chardevs for serial devicesPeter Maydell1-4/+0
2018-04-26hw/arm/fsl-imx*: Don't create "null" chardevs for serial devicesPeter Maydell3-34/+3
2018-04-26hw/char/serial: Allow disconnected chardevsPeter Maydell1-5/+0
2018-04-26xilinx_spips: Correct SNOOP_NONE state when flushing the txfifoSai Pavan Boddu1-1/+2
2018-04-26timer/aspeed: fix vmstate version idCédric Le Goater1-1/+1
2018-04-26hw/arm/aspeed_soc: don't use vmstate_register_ram_global for SRAMPeter Maydell1-2/+1
2018-04-26hw/arm/aspeed: don't make 'boot_rom' region 'nomigrate'Peter Maydell1-1/+1
2018-04-26hw/arm/highbank: don't make sysram 'nomigrate'Peter Maydell1-1/+1
2018-04-26hw/arm/raspi: Don't bother setting default_cpu_typePeter Maydell1-2/+0
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay1-8/+2
2018-04-26arm: always start from first_cpu when registering loader cpu reset callbackIgor Mammedov1-1/+1
2018-04-16vhost: do not verify ring mappings when IOMMU is enabledJason Wang1-0/+4
2018-04-11hw/char/cmsdk-apb-uart.c: Correctly clear INTSTATUS bits on writesPeter Maydell1-0/+1
2018-04-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180411' into stagingPeter Maydell1-2/+1
2018-04-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-11/+8
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-2/+1
2018-04-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180410' int...Peter Maydell4-12/+13
2018-04-10hw/block/pflash_cfi: fix off-by-one errorPhilippe Mathieu-Daudé2-11/+8
2018-04-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180410'...Peter Maydell7-46/+86
2018-04-10hw/arm/fsl-imx: Fix introspection problem with fsl-imx6 and fsl-imx7Thomas Huth2-13/+14
2018-04-10hw/arm/allwinner-a10: Do not use nd_table in instance_init functionThomas Huth1-6/+6
2018-04-10hw/sd/bcm2835_sdhost: Don't raise spurious interruptsPeter Maydell1-20/+26
2018-04-10hw/sd/bcm2835_sdhost: Add tracepointsPeter Maydell2-0/+16
2018-04-10hw/arm/integratorcp: Don't do things that could be fatal in the instance_initThomas Huth1-8/+15
2018-04-10hw/arm: Allow manually specified /psci nodeAndrey Smirnov1-0/+10
2018-04-10Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-23/+80
2018-04-10e1000: Choose which set of props to migrateDr. David Alan Gilbert1-1/+17
2018-04-10e1000: Migrate props via a temporary structureDr. David Alan Gilbert1-12/+15
2018-04-10e1000: wire new subsection to propertyDr. David Alan Gilbert1-0/+12
2018-04-10e1000: Dupe offload data on reading old streamDr. David Alan Gilbert1-0/+16
2018-04-10e1000: Convert v3 fields to subsectionDr. David Alan Gilbert1-12/+22
2018-04-10sam460ex: Fix timer frequency and clock multipliersBALATON Zoltan2-5/+5
2018-04-10spapr: Initialize reserved areas list in FDT in H_CAS handlerAlexey Kardashevskiy1-0/+1
2018-04-10hw/misc/macio: Fix crash when listing device properties of macio deviceThomas Huth1-7/+7
2018-04-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180409' into stagingPeter Maydell2-32/+82
2018-04-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-22/+90
2018-04-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-9/+38
2018-04-09virtio-serial: fix heapover-flowlinzhecheng1-2/+5
2018-04-09kvmclock: fix clock_is_reliable on migration from QEMU < 2.9Michael Chapman1-0/+14
2018-04-09hw/dma/i82374: Avoid double creation of the 82374 controllerPhilippe Mathieu-Daudé1-1/+8
2018-04-09hw/scsi: support SCSI-2 passthrough without PIDaniel Henrique Barboza2-12/+37
2018-04-09scsi-disk: allow customizing the SCSI versionPaolo Bonzini2-5/+25
2018-04-09scsi-disk: Don't enlarge min_io_size to max_io_sizeFam Zheng1-4/+6
2018-04-09virtio-serial: fix heap-over-flowlinzhecheng1-2/+5
2018-04-09vhost: Allow adjoining regionsDr. David Alan Gilbert1-4/+9
2018-04-09vhost-user: back SET/GET_CONFIG requests with a protocol featureMaxime Coquelin1-0/+22
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin2-3/+2
2018-04-09vfio-ccw: fix memory leaks in vfio_ccw_realize()Greg Kurz1-0/+2