aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-13linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}Jason A. Donenfeld
2021-02-13linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.Stefan
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie
2021-02-13linux-user: Fix loading of BSS segmentsGiuseppe Musacchio
2021-02-13linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller
2021-02-13linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller
2021-02-13linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller
2021-02-13linux-user/signal: Decode waitid si_codeAlistair Francis
2021-02-13linux-user/mips64: Support o32 ABI syscallsPhilippe Mathieu-Daudé
2021-02-13linux-user/mips64: Restore setup_frame() for o32 ABIPhilippe Mathieu-Daudé
2021-02-13Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell
2021-02-12Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-12' into st...Peter Maydell
2021-02-12iotests/264: add backup-cancel test-caseVladimir Sementsov-Ogievskiy
2021-02-12block/backup: implement .cancel job handlerVladimir Sementsov-Ogievskiy
2021-02-12iotests/264: add mirror-cancel test-caseVladimir Sementsov-Ogievskiy
2021-02-12iotests.py: qemu_nbd_popen: remove pid file after useVladimir Sementsov-Ogievskiy
2021-02-12iotests/264: move to python unittestVladimir Sementsov-Ogievskiy
2021-02-12block/mirror: implement .cancel job handlerVladimir Sementsov-Ogievskiy
2021-02-12job: add .cancel handler for the driverVladimir Sementsov-Ogievskiy
2021-02-12block/raw-format: implement .bdrv_cancel_in_flight handlerVladimir Sementsov-Ogievskiy
2021-02-12block/nbd: implement .bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy
2021-02-12block: add new BlockDriver handler: bdrv_cancel_in_flightVladimir Sementsov-Ogievskiy
2021-02-12io: error_prepend() in qio_channel_readv_full_all() causes segfaultJagannathan Raman
2021-02-12iotests/210: Fix reference outputMax Reitz
2021-02-12qemu-nbd: Permit --shared=0 for unlimited clientsEric Blake
2021-02-12qemu-nbd: Use SOMAXCONN for socket listen() backlogEric Blake
2021-02-11m68k: import bootinfo headers from linuxLaurent Vivier
2021-02-11m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts
2021-02-11m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts
2021-02-11m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to...Lucien Murray-Pitts
2021-02-11m68k: improve comments on m68k_move_to/from helpersLucien Murray-Pitts
2021-02-11m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readabilityLucien Murray-Pitts
2021-02-11m68k: improve cpu instantiation commentsLucien Murray-Pitts
2021-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210211-...Peter Maydell
2021-02-11target/arm: Correctly initialize MDCR_EL2.HPMNDaniel Müller
2021-02-11hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2Edgar E. Iglesias
2021-02-11Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-pull-request' into...Peter Maydell
2021-02-11hw/block/nvme: fix error handling in nvme_ns_realizeKlaus Jensen
2021-02-11hw/block/nvme: Fix a build error in nvme_get_feature()Bin Meng
2021-02-11hw/block/nvme: fix legacy namespace registrationKlaus Jensen
2021-02-11accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell
2021-02-11target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPURebecca Cran
2021-02-11target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPURebecca Cran
2021-02-11target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran
2021-02-11target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran
2021-02-11hw/arm: Remove GPIO from unimplemented NPCM7XXHao Wu
2021-02-11target/arm: Fix SCR RES1 handlingMike Nawrocki
2021-02-11target/arm: Don't migrate CPUARMState.featuresAaron Lindsay
2021-02-10Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell