summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-01main-loop: Fix commentStefan Weil1-1/+1
2020-09-01hw/display/vga:Remove redundant statement in vga_draw_graphic()Chen Qun1-1/+0
2020-09-01hw/intc: fix default registers value in exynos4210_combiner_read()Chen Qun1-1/+0
2020-09-01usb/bus: Remove dead assignment in usb_get_fw_dev_path()Chen Qun1-2/+2
2020-09-01vfio/platform: Remove dead assignment in vfio_intp_interrupt()Chen Qun1-1/+1
2020-09-01hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()Chen Qun1-1/+0
2020-09-01hw/virtio/vhost-user:Remove dead assignment in scrub_shadow_regions()Chen Qun1-1/+1
2020-09-01target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_mis...Chen Qun1-3/+0
2020-09-01target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()Chen Qun1-2/+2
2020-09-01hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()Chen Qun1-1/+0
2020-09-01hw/arm/virt-acpi-build:Remove dead assignment in build_madt()Chen Qun1-2/+1
2020-09-01linux-user: Add strace support for printing OFD fcntl operationsMike Gelfand1-0/+12
2020-09-01util/vfio-helpers: Unify trace-events size formatPhilippe Mathieu-Daudé1-3/+3
2020-09-01hw/net/xilinx_axienet: Remove unused codePhilippe Mathieu-Daudé1-23/+0
2020-09-01hw/scsi/scsi-disk: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-21/+23
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/ide/atapi: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-4/+4
2020-09-01hw/ide/ahci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé1-2/+3
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé1-1/+1
2020-09-01docs/system/target-avr: Improve the AVR docs and add to MAINTAINERSThomas Huth2-18/+30
2020-09-01mailmap: Add entry for Greg KurzGreg Kurz1-0/+1
2020-09-01util/vfio-helpers: Fix typo in descriptionPhilippe Mathieu-Daudé1-2/+2
2020-09-01util/qemu-timer: Fix typo in descriptionPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/i2c: Fix typo in descriptionPhilippe Mathieu-Daudé1-1/+1
2020-09-01.mailmap: Update Paul Burton email addressPhilippe Mathieu-Daudé1-3/+4
2020-09-01docs: Fix broken linksHan Han2-3/+3
2020-09-01Revert "mailmap: Update philmd email address"Philippe Mathieu-Daudé1-1/+0
2020-09-01hw/core/sysbus: Assert memory region index is in rangePhilippe Mathieu-Daudé1-0/+1
2020-09-01hw/core/sysbus: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2020-09-01qemu-options.hx: Fix typo for netdev documentationTianjia Zhang1-1/+1
2020-09-01stubs/cmos: Use correct includePhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/isa/isa-superio: Fix IDE controller realizationPhilippe Mathieu-Daudé1-1/+1
2020-09-01hw/i386/kvm/ioapic.c: fix typo in error messageKenta Ishiguro1-1/+1
2020-09-01hw/net/can: Add missing fallthrough statementsThomas Huth1-0/+2
2020-09-01target/cris: Remove superfluous breaksLiao Pingfang2-6/+3
2020-09-01target/sh4: Remove superfluous breaksLiao Pingfang1-3/+0
2020-09-01hw: Remove superfluous breaksLiao Pingfang9-22/+0
2020-09-01block/vmdk: Remove superfluous breaksLiao Pingfang1-3/+0
2020-09-01vnc: Remove the superfluous breakLiao Pingfang1-1/+0
2020-09-01scsi: Remove superfluous breaksLiao Pingfang1-4/+0
2020-09-01target/ppc: Remove superfluous breaksLiao Pingfang1-5/+0
2020-09-01target/arm/kvm: Remove superfluous breakLiao Pingfang1-1/+0
2020-08-31hw/register: Document register_init_block @memory_sizePhilippe Mathieu-Daudé1-0/+1
2020-08-28linux-user: Add support for utimensat_time64() and semtimedop_time64()Filip Bozuta1-11/+53
2020-08-28linux-user: Add support for 'rt_sigtimedwait_time64()' and 'sched_rr_get_inte...Filip Bozuta1-2/+56
2020-08-28linux-user: Add support for 'clock_nanosleep_time64()' and 'clock_adjtime64()'Filip Bozuta2-3/+170
2020-08-28virtiofsd: probe unshare(CLONE_FS) and print an errorStefan Hajnoczi1-0/+16
2020-08-28virtiofsd: drop CAP_DAC_READ_SEARCHStefan Hajnoczi1-1/+0
2020-08-28virtiofsd: Remove "norace" from cmdline help and docsSergio Lopez2-5/+0
2020-08-28virtiofsd: Disable remote posix locks by defaultVivek Goyal2-2/+2