summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/flat-union-empty.json
Commit message (Expand)AuthorAgeFilesLines
* qapi: Back out doc comments added just to please qapi.pyMarkus Armbruster2017-03-161-10/+0Star
* qapi: add qapi2texi scriptMarc-André Lureau2017-01-161-0/+10
* qapi: Forbid empty unions and useless alternatesEric Blake2016-02-191-1/+1
* qapi: Add tests for empty unionsEric Blake2015-10-121-0/+4
0-11-111-9/+17 | * linux-user: Correct definition of stack_tLemonBoy2020-11-1115-40/+39Star * | trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2Star |/ * linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell2020-11-101-1/+1 * linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell2020-11-101-25/+22Star * linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell2020-11-101-4/+9 * linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell2020-11-041-1/+3 * linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis2020-11-041-1/+3 * linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell2020-11-041-1/+2 * linux-user/mips/cpu_loop: silence the compiler warningsChen Qun2020-11-041-0/+4 * Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell2020-10-295-58/+302 |\ | * linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson2020-10-271-2/+46 | * linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson2020-10-272-0/+161 | * linux-user/elfload: Use Error for load_elf_interpRichard Henderson2020-10-271-7/+8 | * linux-user/elfload: Use Error for load_elf_imageRichard Henderson2020-10-271-17/+20 | * linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson2020-10-271-29/+31 | * linux-user/elfload: Adjust iteration over phdrRichard Henderson2020-10-271-4/+5 | * linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson2020-10-271-3/+9 | * linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé2020-10-271-4/+4 | * linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson2020-10-272-0/+20 | * linux-user/aarch64: Reset btype for signalsRichard Henderson2020-10-271-2/+8 * | linux-user: correct errno returned from accept4() syscallMatus Kysel2020-10-261-3/+3 * | linux-user: remove _sysctlLaurent Vivier2020-10-261-6/+0Star * | linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2020-10-2616-814/+854 * | linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7Laurent Vivier2020-10-261-0/+4 * | linux-user: update syscall_nr.h to Linux 5.9-rc7Laurent Vivier2020-10-265-8/+30 * | linux-user: Support f_flags in statfs64 when available.Frajo2020-10-231-0/+5 * | Fix stack smashing when handling PR_GET_PDEATHSIGStephen Long2020-10-231-1/+1 |/ * linux-user/microblaze: Remove non-rt signal framesRichard Henderson2020-10-152-96/+2Star * linux-user/microblaze: Implement rt signal framesRichard Henderson2020-10-151-9/+82 * qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-233-10/+11 * Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-226-9/+9 |\ | * linux-user/: fix some comment spelling errorszhaolichang2020-09-176-9/+9 * | linux-user: test, don't assert addr != test in pgb_reserved_vaAlex Bennée2020-09-161-5/+4Star |/ * linux-user: Protect btrfs ioctl target definitionsFilip Bozuta2020-09-061-0/+2 * linux-user: fix ppc/termbits.hLaurent Vivier2020-09-061-1/+1 * linux-user: Map signal numbers in fcntlTimothy Baldwin2020-09-061-2/+8 * linux-user: Correctly start brk after executableTimothy E Baldwin2020-09-051-4/+3Star * linux-user: Add support for ppoll_time64() and pselect6_time64()Filip Bozuta2020-09-05