aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-11-01target/openrisc: Use cpu_unwind_state_data for mfsprRichard Henderson
2022-11-01target/openrisc: Always exit after mtspr npcRichard Henderson
2022-11-01target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson
2022-11-01tcg/tci: fix logic error when registering helpers via FFIIcenowy Zheng
2022-11-01tcg/sparc64: Remove sparc32plus constraintsRichard Henderson
2022-11-01tcg/sparc64: Rename from tcg/sparcRichard Henderson
2022-11-01tcg/sparc: Remove support for sparc32plusRichard Henderson
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
2022-10-31disas/nanomips: Remove __cond methods from classMilica Lazarevic
2022-10-31disas/nanomips: Remove helper methods from classMilica Lazarevic
2022-10-31disas/nanomips: Delete NMD class second fieldMilica Lazarevic