aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-31disas/nanomips: Replace exception handlingMilica Lazarevic
2022-10-31disas/nanomips: Expand Dis_info structMilica Lazarevic
2022-10-31disas/nanomips: Remove function overloadingMilica Lazarevic
2022-10-31disas/nanomips: Prevent memory leakingMilica Lazarevic
2022-10-31disas/nanomips: Remove CPR functionMilica Lazarevic
2022-10-31disas/nanomips: Remove IMMEDIATE functionsMilica Lazarevic
2022-10-31disas/nanomips: Replace std::string typeMilica Lazarevic
2022-10-31disas/nanomips: Delete wrapper functionsMilica Lazarevic
2022-10-31disas/nanomips: Delete copy functionsMilica Lazarevic
2022-10-31disas/nanomips: Remove #include <sstream>Milica Lazarevic
2022-10-31disas/nanomips: Delete nanomips.hMilica Lazarevic
2022-10-31disas/nanomips: Move typedefs etc to nanomips.cppMilica Lazarevic
2022-10-31disas/nanomips: Remove NMD classMilica Lazarevic
2022-10-31disas/nanomips: Remove Pool tables from the classMilica Lazarevic
2022-10-31disas/nanomips: Remove disasm methods from classMilica Lazarevic