aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31tests/tcg: include CONFIG_PLUGIN in config-host.makPaolo Bonzini
2022-10-31target/s390x: fake instruction loading when handling 'ex'Alex Bennée
2022-10-31target/s390x: don't probe next pc for EXecuted insnsAlex Bennée
2022-10-31target/s390x: don't use ld_code2 to probe next pcAlex Bennée
2022-10-31tests/tcg: re-enable threadcount for sh4Alex Bennée
2022-10-31tests/tcg: re-enable linux-test for sh4Alex Bennée
2022-10-31tests/avocado: disable sh4 rd2 tests on GitlabAlex Bennée
2022-10-31tests/avocado: raspi2_initrd: Wait for guest shutdown message before stoppingPeter Maydell
2022-10-31tests/avocado: set -machine none for userfwd and vnc testsAlex Bennée
2022-10-31MAINTAINERS: fix-up for check-tcg Makefile changesAlex Bennée
2022-10-31MAINTAINERS: add features_to_c.sh to gdbstub filesAlex Bennée
2022-10-31MAINTAINERS: add entries for the key build bitsAlex Bennée
2022-10-31hw/usb: dev-mtp: Use g_mkdir()Bin Meng
2022-10-31block/vvfat: Unify the mkdir() callBin Meng
2022-10-31tcg: Avoid using hardcoded /tmpBin Meng
2022-10-31semihosting/arm-compat-semi: Avoid using hardcoded /tmpBin Meng
2022-10-31tests/tcg/nios2: Tweak 10m50-ghrd.ldRichard Henderson
2022-10-31tests/tcg: use regular semihosting for nios2-softmmuAlex Bennée
2022-10-31tests/docker: Add flex/bison to `debian-hexagon-cross`Anton Johansson
2022-10-31tests/avocado: extend the timeout for x86_64 tcg testsAlex Bennée
2022-10-31configure: fix the --enable-static --disable-pie caseAlex Bennée
2022-10-31configure: don't enable cross compilers unless in target_listAlex Bennée
2022-10-31tests/docker: Add flex/bison to `debian-all-test`Anton Johansson
2022-10-31tests/docker: update test-mingw to run single buildAlex Bennée
2022-10-31tests/lcitool: Refresh to latest libvirt-ci moduleAlex Bennée
2022-10-31tests/docker: update fedora-win[32|64]-cross with lcitoolAlex Bennée
2022-10-31tests/lcitool: Rename non-Debian specific helperAlex Bennée
2022-10-31net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell
2022-10-31Merge tag 'pull-qemu-20221031' of https://gitlab.com/stweil/qemu into stagingStefan Hajnoczi
2022-10-31Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2022-10-31hw/mips/malta: Use bootloader helper to set BAR registersJiaxun Yang
2022-10-31hw/mips: Use bl_gen_kernel_jump to generate bootloadersJiaxun Yang
2022-10-31hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé
2022-10-31hw/mips/boston: Don't set link_up for xilinx-pcieJiaxun Yang
2022-10-31hw/isa/piix4: Move pci_ide_create_devs() call to board codeBernhard Beschow
2022-10-31hw/isa/piix4: Add missing initializationBernhard Beschow
2022-10-31hw/isa/Kconfig: Fix dependencies of piix4 southbridgeBernhard Beschow
2022-10-31hw/mips/malta: Reuse dev variableBernhard Beschow
2022-10-31hw/isa/piix3: Remove unused includeBernhard Beschow
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow
2022-10-31hw/isa/piix4: Rename wrongly named methodBernhard Beschow
2022-10-31hw/isa/piix3: Prefer pci_address_space() over get_system_memory()Bernhard Beschow
2022-10-31hw/isa/piix3: Modernize reset handlingBernhard Beschow
2022-10-31hw/isa/piix3: Add size constraints to rcr_opsBernhard Beschow
2022-10-31hw/isa/piix3: Remove extra ';' outside of functionsBernhard Beschow
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow
2022-10-31disas/mips: Fix branch displacement for BEQZC and BNEZCDavid Daney
2022-10-31disas/nanomips: Rename nanomips.cpp to nanomips.cMilica Lazarevic
2022-10-31disas/nanomips: Remove argument passing by refMilica Lazarevic
2022-10-31disas/nanomips: Replace Cpp enums for C enumsMilica Lazarevic