aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-10-15aspeed/wdt: Check correct register for clock sourceAmithash Prasad1-1/+1
2019-10-15hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+7
2019-10-15hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell1-3/+8
2019-10-15hw/timer/imx_gpt.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+17
2019-10-15hw/timer/imx_epit.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+27
2019-10-15hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based APIPeter Maydell1-4/+8
2019-10-15hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based APIPeter Maydell1-2/+8
2019-10-15hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+12
2019-10-15hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer APIPeter Maydell1-6/+25
2019-10-15hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer APIPeter Maydell1-4/+23
2019-10-15hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer APIPeter Maydell1-3/+45
2019-10-15hw/timer/digic-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-2/+14
2019-10-15hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+11
2019-10-15hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/arm_mptimer.c: Switch to transaction-based ptimer APIPeter Maydell1-3/+11
2019-10-15hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+8
2019-10-15hw/arm/musicpal.c: Switch to transaction-based ptimer APIPeter Maydell1-6/+10
2019-10-15hw/timer/arm_timer.c: Switch to transaction-based ptimer APIPeter Maydell1-5/+11
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell1-15/+137
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell29-38/+39
2019-10-15intc/arm_gic: Support IRQ injection for more than 256 vpusEric Auger1-5/+2
2019-10-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20191010.0' i...Peter Maydell1-0/+1
2019-10-14Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2019-10-10' into sta...Peter Maydell5-50/+590
2019-10-14Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-10' in...Peter Maydell2-11/+35
2019-10-10hw/vfio/pci: fix double free in vfio_msi_disableEvgeny Yakovlev1-0/+1
2019-10-109p: Use variable length suffixes for inode remappingChristian Schoenebeck2-33/+279
2019-10-109p: stat_to_qid: implement slow pathAntonios Motakis2-7/+76
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis3-21/+200
2019-10-109p: Treat multiple devices on one export as an errorAntonios Motakis2-14/+57
2019-10-10fsdev: Add return value to fsdev_throttle_parse_opts()Greg Kurz1-2/+1
2019-10-109p: Simplify error path of v9fs_device_realize_common()Greg Kurz3-10/+14
2019-10-109p: unsigned type for type, version, pathAntonios Motakis2-10/+10
2019-10-10scsi: account unmap operationsAnton Nefedov1-1/+11
2019-10-10scsi: move unmap error checking to the complete callbackAnton Nefedov1-4/+6
2019-10-10scsi: store unmap offset and nb_sectors in request structAnton Nefedov1-7/+7
2019-10-10ide: account UNMAP (TRIM) operationsAnton Nefedov1-0/+12
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-29/+29
2019-10-09s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand1-0/+2
2019-10-08virtio-blk: schedule virtio_notify_config to run on main contextSergio Lopez1-1/+15
2019-10-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell24-653/+893
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger6-25/+44
2019-10-04vfio: Turn the container error into an Error handleEric Auger2-16/+31
2019-10-04lm32: do not leak memory on object_new/object_unrefPaolo Bonzini2-8/+8
2019-10-04mips: fix memory leaks in board initializationPaolo Bonzini2-0/+3
2019-10-04hppa: fix leak from g_strdup_printfPaolo Bonzini2-1/+4
2019-10-04mcf5208: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+2
2019-10-04microblaze: fix leak of fdevice tree blobPaolo Bonzini1-0/+1
2019-10-04ide: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+1
2019-10-04hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth3-4/+9